Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[docs] update ChangeLog
  • Loading branch information
moritz committed Sep 11, 2010
1 parent fb4feba commit a93dcb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/ChangeLog
Expand Up @@ -2,6 +2,9 @@
+ Instants and Durations
+ speedup for slurp() built-in
+ various improvements to the Set type
+ revamp of series operator code, and adaption to new spec
+ implement ...^ up-to-but-excluding-series operator
+ allow :r and :ratchet modifiers on regex quoting constructs

New in 2010.08 release
+ syntactic adverbs on substitutions, rx quotes and m//, e.g. '$x ~~ s:2nd/a/b/'
Expand Down
2 changes: 1 addition & 1 deletion tools/perl6-limited.pl
@@ -1,3 +1,3 @@
#!/usr/bin/env perl

exec "ulimit -t 45; ulimit -v 1048576; ./perl6 @ARGV";
exec "ulimit -t 45; ulimit -v 2048576; ./perl6 @ARGV";

0 comments on commit a93dcb6

Please sign in to comment.