diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-09 05:38:59 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-09 05:38:59 +0000 |
| commit | d9287331a9cf213a89d768b789b5aa919eae4e52 (patch) | |
| tree | da6200c766c375c878a4675cd40519a68fae546b /ChangeLog | |
| parent | 1936d0ab51ce5fe23a01892cfa0c03aee6127583 (diff) | |
| download | ruby-d9287331a9cf213a89d768b789b5aa919eae4e52.tar.gz ruby-d9287331a9cf213a89d768b789b5aa919eae4e52.tar.xz ruby-d9287331a9cf213a89d768b789b5aa919eae4e52.zip | |
* string.c (rb_str_inspect): escape # which starts an expression
substitution. fixed: [ruby-core:03922]
* string.c (rb_str_dump): not escape # which isn't a substitution.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Dec 9 14:38:35 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_inspect): escape # which starts an expression + substitution. fixed: [ruby-core:03922] + + * string.c (rb_str_dump): not escape # which isn't a substitution. + Thu Dec 9 12:31:53 2004 WATANABE Hirofumi <eban@ruby-lang.org> * io.c (pipe_open): should set prog if argc != 0. |
