aboutsummaryrefslogtreecommitdiffstats
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
commitee51d0f9fd224695cbdb2b0b36ddb00bbdf69eaf (patch)
tree7a8551ed46d36c3019d7972d11e179e14ae1a505 /ChangeLog
parentc7b31b00480fe6d363fe372e58a02fcfda05db85 (diff)
downloadruby-ee51d0f9fd224695cbdb2b0b36ddb00bbdf69eaf.tar.gz
* string.c (str_gsub): use a string object for exception safeness.
[ruby-dev:24601] git-svn-id: svn+ssh://ci.ruby-lang.org/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 a25945b0d4..0655e0ca75 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>