summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 13:35:51 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 13:35:51 +0000
commit45432a6d2b22bbc7318819e251127021810a728d (patch)
tree2e46016ed73c73717ebe1a7fa46e0c96f2cfc1ea /ChangeLog
parent4d034f3477d698e3f1c760af1dd8ae8f75144b3b (diff)
* golf_prelude.rb: Shorter method name completion. Same method
used for const missing. do_while and do_until added. Enumerator gains all of Array's abilities. Ex: '123'.m{|i|i*2} #=> "112233" '123'.pe #=> '123'.perm*' ' #=> "123 132 213 231 312 321" base on a patch from Darren Smith <darrenks AT ml1.net>. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19a9db3f3b..92ebac53e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Jan 14 22:25:02 2008 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * golf_prelude.rb: Shorter method name completion. Same method
+ used for const missing. do_while and do_until added. Enumerator
+ gains all of Array's abilities. Ex:
+ '123'.m{|i|i*2} #=> "112233"
+ '123'.pe #=> '123'.perm*' ' #=> "123 132 213 231 312 321"
+ base on a patch from Darren Smith <darrenks AT ml1.net>.
+
Mon Jan 14 21:10:02 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.