From bc37507c3545df897410afc6d9c324d929f9471d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 27 Oct 2004 00:18:08 +0000 Subject: * 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 --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') 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 + + * string.c (str_gsub): use a string object for exception safeness. + [ruby-dev:24601] + Tue Oct 26 23:30:39 2004 Dave Thomas - * 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 -- cgit