summaryrefslogtreecommitdiffstats
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
commit711a531de4fcdbc288de1553abad120d841eff98 (patch)
treeb584770662189e3f38d99f7529b2ac69c3a190d5 /ChangeLog
parent0c42849bce831ad8a427813824cbd7ac36ad96e9 (diff)
downloadruby-711a531de4fcdbc288de1553abad120d841eff98.tar.gz
ruby-711a531de4fcdbc288de1553abad120d841eff98.tar.xz
ruby-711a531de4fcdbc288de1553abad120d841eff98.zip
* include/ruby/ruby.h (NUM2CHR): prefix __extension__ for
braced-groups within expressions. git-svn-id: http://svn.ruby-lang.org/repos/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 9cbc5d82a..2a5997177 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.