summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-09 05:38:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-09 05:38:59 +0000
commitd9287331a9cf213a89d768b789b5aa919eae4e52 (patch)
treeda6200c766c375c878a4675cd40519a68fae546b /ChangeLog
parent1936d0ab51ce5fe23a01892cfa0c03aee6127583 (diff)
downloadruby-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd3b0d523..e1e6351c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.