From fba629dfe38d9950dcbee95603dbff754235fece Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 17 Nov 2004 02:27:38 +0000 Subject: * re.c (rb_reg_initialize_m): should raise exception instead of compile error. [ruby-core:03755] * string.c (rb_str_splice): move rb_str_modify() after StringValue(), which may alter the receiver. [ruby-dev:24878] * error.c (rb_error_frozen): now raise RuntimeError instead of TypeError. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89017b624..77950acc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Wed Nov 17 09:38:18 2004 Johan Holmberg + + * re.c (rb_reg_initialize_m): should raise exception instead of + compile error. [ruby-core:03755] + +Wed Nov 17 03:42:45 2004 Yukihiro Matsumoto + + * string.c (rb_str_splice): move rb_str_modify() after + StringValue(), which may alter the receiver. [ruby-dev:24878] + + * error.c (rb_error_frozen): now raise RuntimeError instead of + TypeError. + Tue Nov 16 21:22:47 2004 Michael Neumann * lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends -- cgit