aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-04 06:54:42 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-04 06:54:42 +0000
commit632aa7a0fc1416481c3d8934689f2d61be1c843d (patch)
treeb584770662189e3f38d99f7529b2ac69c3a190d5 /ChangeLog
parentab4e003969321c167ce326420ac153afb1ebf27e (diff)
downloadruby-632aa7a0fc1416481c3d8934689f2d61be1c843d.tar.gz
* include/ruby/ruby.h (NUM2CHR): prefix __extension__ for
braced-groups within expressions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cbc5d82a6..2a5997177d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 4 15:50:16 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * include/ruby/ruby.h (NUM2CHR): prefix __extension__ for
+ braced-groups within expressions.
+
Wed Nov 4 15:46:30 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (set_{internal,external}_encoding_once): fixed typos.