summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-27 00:18:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-27 00:18:08 +0000
commitbc37507c3545df897410afc6d9c324d929f9471d (patch)
tree7a8551ed46d36c3019d7972d11e179e14ae1a505 /ChangeLog
parent4cad615ef4b57c8e85481799fee286da2c26c594 (diff)
* string.c (str_gsub): use a string object for exception safeness.
[ruby-dev:24601] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a25945b0d..0655e0ca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Wed Oct 27 09:17:30 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (str_gsub): use a string object for exception safeness.
+ [ruby-dev:24601]
+
Tue Oct 26 23:30:39 2004 Dave Thomas <dave@pragprog.com>
- * lib/rdoc/code_objects.rb (RDoc::Context::add_class_or_module):
+ * lib/rdoc/code_objects.rb (RDoc::Context::add_class_or_module):
Restore correct :nopdoc: behavior with nested classes and modules.
Mon Oct 25 18:35:39 2004 WATANABE Hirofumi <eban@ruby-lang.org>