diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-06 11:29:20 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-06 11:29:20 +0000 |
| commit | 5db5437ee2d4d4d3c4e8ae729c6b21b9a7f9ed85 (patch) | |
| tree | 9bb659c9aa4b041bd69142e4f8b2ec910abf04ca /ChangeLog | |
| parent | cfb004b4db82e7ca54e256ffa811d80f169ff295 (diff) | |
| download | ruby-5db5437ee2d4d4d3c4e8ae729c6b21b9a7f9ed85.tar.gz ruby-5db5437ee2d4d4d3c4e8ae729c6b21b9a7f9ed85.tar.xz ruby-5db5437ee2d4d4d3c4e8ae729c6b21b9a7f9ed85.zip | |
* eval.c (error_print): needs to be exception proof.
* eval.c (error_handle, rb_longjmp): bails out when exception
reentered. (ruby-bugs-ja:PR#487), [ruby-core:01119],
[ruby-core:01122]
* eval.c (Init_Proc): pre-allocates critical error objects.
* parse.y (cmd_brace_block, do_block, brace_block): initialize block
variables at the beginning of the block. [ruby-talk:72521]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 29 |
1 files changed, 22 insertions, 7 deletions
@@ -1,3 +1,18 @@ +Fri Jun 6 20:29:14 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * eval.c (error_print): needs to be exception proof. + + * eval.c (error_handle, rb_longjmp): bails out when exception + reentered. (ruby-bugs-ja:PR#487), [ruby-core:01119], + [ruby-core:01122] + + * eval.c (Init_Proc): pre-allocates critical error objects. + +Fri Jun 6 20:29:14 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * parse.y (cmd_brace_block, do_block, brace_block): initialize block + variables at the beginning of the block. [ruby-talk:72521] + Fri Jun 6 18:33:27 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (define_final): eliminate rb_f_lambda() call. @@ -65,18 +80,18 @@ Thu Jun 5 15:09:06 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * math.c (math_erf,math_erfc): new function. [ruby-list:37753] -Thu Jun 5 05:49:43 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> +Thu Jun 5 14:49:43 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> - * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071] + * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071] -Thu Jun 5 04:48:57 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> +Thu Jun 5 13:48:57 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> - * ext/syck/token.c: directives choked on a period. + * ext/syck/token.c: directives choked on a period. - * ext/syck/gram.y: anchors work above a collection. [ruby-core:1071] + * ext/syck/gram.y: anchors work above a collection. [ruby-core:1071] - * ext/syck/handler.c, ext/syck/syck.c: ensure a fresh strtable between - parser iterations. + * ext/syck/handler.c, ext/syck/syck.c: ensure a fresh strtable between + parser iterations. Wed Jun 4 12:06:59 2003 Yukihiro Matsumoto <matz@ruby-lang.org> |
