Changeset 5517

Show
Ignore:
Timestamp:
07/12/05 20:14:45 (3 years ago)
Author:
iblech
svk:copy_cache_prev:
7535
Message:

* Usual svn props.
* Minor typo and grammatic fixes: INSTALL, gen_prelude.pl,

lib/Inline-Pugs/Makefile.PL, docs/notes/plan, ChangeLog?.

* Renamed docs/other/SHOT_IN_THE_FOOT to docs/other/shot_in_the_foot, as all

other files in docs/other/ are all-lowercase, too (consistency).

Files:
10 modified
1 moved

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5502 r5517  
    2020* Parse `trusts ClassName` and `my $foo is trait_name` as no-ops 
    2121* 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 
    2324* `Bare` and `Parametric` types merged into `Block` 
    2425* `use perl5:DBI` replaces the old `use DBI--perl5` syntax 
     
    2930* `@?INIT` and `@?CHECK` are renamed back to `@*` space 
    3031* `multi foo { ... }` is now a shorthand for `multi sub foo { ... }` 
    31  
    3232 
    3333=== Bundled Modules 
  • INSTALL

    r5496 r5517  
    9696    ghc-6.4.1.20050711-x86_64-unknown-linux.tar.bz2 
    9797 
    98 GHC 6.4 had bugs on x86_64 which break garbage collection and rules (regexps). 
     98GHC 6.4 had bugs on x86_64 which broke garbage collection and rules (regexps). 
    9999These bugs were fixed in GHC CVS by around 11-May.  There are hints on using 
    100100snapshots at the end of this section. 
  • docs/notes/plan

    r5516 r5517  
    3131P6->Parrot:  Perl 6   Exp         PIL      PIR-Tree            Parrot 
    3232  ->Haskell:                               Language.TH.Syntax  GHC 
    33   ->Perl 5:                                Code::Perl          Perl5 
     33  ->Perl 5:                                Code::Perl          Perl 5 
    3434  ->JavaScript:                            JS-AST              SpiderMonkey 
    3535  ->Perl 6:                                Exp                 Pugs 
  • lib/Inline-Pugs

    • Property svn:ignore set to
      Makefile
      Makefile.old
      blib
      blibdirs
      pm_to_blib
  • 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  
    55name('Inline-Pugs'); 
    66version('0.01'); 
    7 abstract('Use Perl6 from Perl5 code'); 
     7abstract('Use Perl 6 from Perl 5 code'); 
    88author('Autrijus Tang <autrijus@autrijus.org>'); 
    99license('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
  • 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  
    2525    #      The alternative seems to be to delete them *and* the pugs 
    2626    #      executable. 
    27     print STDERR "Triggerring rebuild... " if $Config{verbose}; 
     27    print STDERR "Triggering rebuild... " if $Config{verbose}; 
    2828    unlink "src/Pugs/Run.hi"; 
    2929    unlink "src/Pugs/Run.o";