summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-21 08:12:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-21 08:12:14 +0000
commitde1f1c57921e7da8bb97b79f428797c6281b3e20 (patch)
tree0b34f781b46812997e3d34229599434729286fa3 /ChangeLog
parent09205f96104c61186751af2bbb01139b98dfbce4 (diff)
downloadruby-de1f1c57921e7da8bb97b79f428797c6281b3e20.tar.gz
ruby-de1f1c57921e7da8bb97b79f428797c6281b3e20.tar.xz
ruby-de1f1c57921e7da8bb97b79f428797c6281b3e20.zip
* parse.y (rb_intern2): name may not be NUL-terminated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index faceff3ec..dff11fab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 21 17:13:44 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (rb_intern2): name may not be NUL-terminated.
+
Wed Jun 20 08:27:57 2007 Tanaka Akira <akr@fsij.org>
* eval_error.h (error_print): show full stacktrace on