summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-18 05:33:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-18 05:33:01 +0000
commit47e494c0121c8f060094acfe72ace58d0e547891 (patch)
tree40dd4bd0dd5bddc55357c5cc997be6fd37326718 /ChangeLog
parenta03c7923b2d639c80e22d5483251ed7459f451bc (diff)
downloadruby-47e494c0121c8f060094acfe72ace58d0e547891.tar.gz
ruby-47e494c0121c8f060094acfe72ace58d0e547891.tar.xz
ruby-47e494c0121c8f060094acfe72ace58d0e547891.zip
* include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINE
to denote its a flag. [ruby-core:15529] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15537 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 7efab002b..a6caaba3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -200,6 +200,11 @@ Fri Feb 15 20:29:42 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* test/win32ole/test_win32ole.rb: ditto.
+Fri Feb 15 19:31:23 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINE
+ to denote its a flag. [ruby-core:15529]
+
Fri Feb 15 18:23:54 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_str_sub_bang, str_gsub): allows hash for replacement.