diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-13 04:53:22 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-13 04:53:22 +0000 |
| commit | 01aa0f9a4bcdd23dae3a816959ff640bf354ba56 (patch) | |
| tree | 9bf6db5c720b6039d2f913fbfa466ff46d221ca3 /ChangeLog | |
| parent | 849eb3113e329a0b8a25670a9191853aa42b5dda (diff) | |
| download | ruby-01aa0f9a4bcdd23dae3a816959ff640bf354ba56.tar.gz ruby-01aa0f9a4bcdd23dae3a816959ff640bf354ba56.tar.xz ruby-01aa0f9a4bcdd23dae3a816959ff640bf354ba56.zip | |
* parse.y (parser_parse_string): mention "regexp" in a error
message. a patch from Mauricio Fernandez <mfp at acm.org>
[ruby-core:07340]
* eval.c (rb_f_autoload): check if ruby_cbase is nil (during
instance_eval for objects cannot have singleton classes,
e.g. fixnums and symbols). [ruby-dev:28178]
* gc.c (rb_gc_call_finalizer_at_exit): turn on during_gc while
invoking finalizers.
* gc.c (rb_gc_finalize_deferred): ditto.
* io.c (rb_write_error2): use fwrite(3) if rb_stderr is not
updated or is already freed. [ruby-dev:28313]
* eval.c (error_line): include the class name of a surrounding
method in error position description.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Feb 13 13:49:48 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (parser_parse_string): mention "regexp" in a error + message. a patch from Mauricio Fernandez <mfp at acm.org> + [ruby-core:07340] + Mon Feb 13 00:01:32 2006 K.Kosako <sndgk393 AT ybb.ne.jp> * oniguruma.h: Version 4.0.1 @@ -18,16 +24,46 @@ Sat Feb 11 21:57:29 2006 Masaki Suketa <masaki.suketa@nifty.ne.jp> * ext/win32ole/tests/testWIN32OLE.rb: ditto. +Sat Feb 11 01:57:44 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_f_autoload): check if ruby_cbase is nil (during + instance_eval for objects cannot have singleton classes, + e.g. fixnums and symbols). [ruby-dev:28178] + +Fri Feb 10 12:31:05 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_eval): should support NODE_ZSUPER in NODE_ITER. + [ruby-dev:28326] + + * eval.c (ZSUPER_ARGS): support macro. + +Wed Feb 8 10:26:06 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * gc.c (rb_gc_call_finalizer_at_exit): turn on during_gc while + invoking finalizers. + + * gc.c (rb_gc_finalize_deferred): ditto. + Tue Feb 7 23:03:13 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * ext/zlib/zlib.c: should not access ruby objects in finalizer. [ruby-dev:28286] +Tue Feb 7 18:42:00 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_write_error2): use fwrite(3) if rb_stderr is not + updated or is already freed. [ruby-dev:28313] + Mon Feb 6 16:02:51 2006 WATANABE Hirofumi <eban@ruby-lang.org> * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin. In such situation, flock() should return 0. +Mon Feb 6 14:36:29 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (error_line): include the class name of a surrounding + method in error position description. + Mon Feb 6 00:14:57 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * enum.c (enum_find_index): a new method Enumerable#find_index. |
