diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-23 00:54:07 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-23 00:54:07 +0000 |
commit | 8c5b6ca580a224b701ced54de630a4bf535e579d (patch) | |
tree | 86561c5aee364ef05f3fbfe1f432221ad47642c9 | |
parent | ade2ba57a2659600a5cc2987461538bebeed8f5e (diff) | |
download | ruby-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-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |