Changeset 5517
- Timestamp:
- 07/12/05 20:14:45 (3 years ago)
- svk:copy_cache_prev:
- 7535
- Files:
-
- 10 modified
- 1 moved
-
ChangeLog (modified) (2 diffs)
-
INSTALL (modified) (1 diff)
-
docs/notes/plan (modified) (1 diff)
-
docs/other/shot_in_the_foot (moved) (moved from docs/other/SHOT_IN_THE_FOOT)
-
lib/Inline-Pugs (modified) (1 prop)
-
lib/Inline-Pugs/Makefile.PL (modified) (1 diff, 2 props)
-
lib/Inline-Pugs/lib/Inline/Pugs.pm (modified) (2 props)
-
lib/Perl6-Pugs (modified) (1 prop)
-
lib/Perl6-Pugs/Makefile.PL (modified) (2 props)
-
lib/Perl6-Pugs/lib/pugs.pm (modified) (2 props)
-
util/gen_prelude.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5502 r5517 20 20 * Parse `trusts ClassName` and `my $foo is trait_name` as no-ops 21 21 * New builtin class: `Proxy` 22 * Named arguments is now done in an inferencing phase before positional binding 22 * Named arguments binding is now done in an inferencing phase before positional 23 binding 23 24 * `Bare` and `Parametric` types merged into `Block` 24 25 * `use perl5:DBI` replaces the old `use DBI--perl5` syntax … … 29 30 * `@?INIT` and `@?CHECK` are renamed back to `@*` space 30 31 * `multi foo { ... }` is now a shorthand for `multi sub foo { ... }` 31 32 32 33 33 === Bundled Modules -
INSTALL
r5496 r5517 96 96 ghc-6.4.1.20050711-x86_64-unknown-linux.tar.bz2 97 97 98 GHC 6.4 had bugs on x86_64 which br eakgarbage collection and rules (regexps).98 GHC 6.4 had bugs on x86_64 which broke garbage collection and rules (regexps). 99 99 These bugs were fixed in GHC CVS by around 11-May. There are hints on using 100 100 snapshots at the end of this section. -
docs/notes/plan
r5516 r5517 31 31 P6->Parrot: Perl 6 Exp PIL PIR-Tree Parrot 32 32 ->Haskell: Language.TH.Syntax GHC 33 ->Perl 5: Code::Perl Perl 533 ->Perl 5: Code::Perl Perl 5 34 34 ->JavaScript: JS-AST SpiderMonkey 35 35 ->Perl 6: Exp Pugs -
lib/Inline-Pugs
-
Property
svn:ignore set
to
Makefile
Makefile.old
blib
blibdirs
pm_to_blib
-
Property
svn:ignore set
to
-
lib/Inline-Pugs/Makefile.PL
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
r5508 r5517 5 5 name('Inline-Pugs'); 6 6 version('0.01'); 7 abstract('Use Perl 6 from Perl5 code');7 abstract('Use Perl 6 from Perl 5 code'); 8 8 author('Autrijus Tang <autrijus@autrijus.org>'); 9 9 license('perl'); -
lib/Inline-Pugs/lib/Inline/Pugs.pm
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
lib/Perl6-Pugs
-
Property
svn:ignore set
to
Makefile
Makefile.old
blib
blibdirs
pm_to_blib
-
Property
svn:ignore set
to
-
lib/Perl6-Pugs/Makefile.PL
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
lib/Perl6-Pugs/lib/pugs.pm
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
util/gen_prelude.pl
r5445 r5517 25 25 # The alternative seems to be to delete them *and* the pugs 26 26 # executable. 27 print STDERR "Trigger ring rebuild... " if $Config{verbose};27 print STDERR "Triggering rebuild... " if $Config{verbose}; 28 28 unlink "src/Pugs/Run.hi"; 29 29 unlink "src/Pugs/Run.o";
