aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-23 00:54:07 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-23 00:54:07 +0000
commit8c5b6ca580a224b701ced54de630a4bf535e579d (patch)
tree86561c5aee364ef05f3fbfe1f432221ad47642c9
parentade2ba57a2659600a5cc2987461538bebeed8f5e (diff)
downloadruby-8c5b6ca580a224b701ced54de630a4bf535e579d.tar.gz
Add references.
* string.c (rb_str_inspect): NUL should not be represented as "\0" when octal digits may follow. [ruby-core:54458] [Bug #8290] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 22924769f4..aac8a55b8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Tue Apr 23 09:51:26 2013 Akinori MUSHA <knu@iDaemons.org>
- * string.c (rb_str_inspect): NUL should not be represented as
- "\0" when octal digits may follow.
+ * string.c (rb_str_inspect): NUL should not be represented as "\0"
+ when octal digits may follow. [ruby-core:54458] [Bug #8290]
Mon Apr 22 22:54:00 2013 Charlie Somerville <charlie@charliesomerville.com>