diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-04 03:16:55 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-04 03:16:55 +0000 |
commit | 3056186947891523de7a4f86b8bebea8f422559a (patch) | |
tree | 03abe618ea13fd6df01bb1be78a868c71eb5f8a6 /ChangeLog | |
parent | 91db0310271249ca3756b77f67824ee7e43e7bd1 (diff) |
merge revision(s) 17833:17837:
* gc.c (Init_GC): fix syntax error.
* error.c (rb_exc_new3): keeps the given string itself.
* eval.c (Init_Proc), gc.c (Init_GC): freeze messages of preallocated
special exceptions also.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@18325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Mon Aug 4 12:11:29 2008 Tanaka Akira <akr@fsij.org> + + * gc.c (Init_GC): fix syntax error. + +Mon Aug 4 12:11:29 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * error.c (rb_exc_new3): keeps the given string itself. + + * eval.c (Init_Proc), gc.c (Init_GC): freeze messages of preallocated + special exceptions also. + Thu Jul 17 21:37:39 2008 URABE Shyouhei <shyouhei@ruby-lang.org> * lib/net/smtp.rb (Net::SMTP::start): revert to avoid RFC2821 |