fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-05-24 14:02:07 +00:00
parent 3cea675fbe
commit c3ebf85a81

View File

@ -10,7 +10,7 @@ Mon May 24 12:52:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon May 24 09:19:59 2010 NAKAMURA Usaku <usa@ruby-lang.org> Mon May 24 09:19:59 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* gc.c (gc_sweep): suppres a warning on VC. * gc.c (gc_sweep): suppress a warning on VC.
Mon May 24 08:16:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> Mon May 24 08:16:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
@ -226,7 +226,7 @@ Sun May 16 21:14:04 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
Sun May 16 17:16:09 2010 Yusuke Endoh <mame@tsg.ne.jp> Sun May 16 17:16:09 2010 Yusuke Endoh <mame@tsg.ne.jp>
* proc.c (proc_binding): don't propagative filename and line_no of * proc.c (proc_binding): don't propagate filename and line_no of
binding that is created from C level. [ruby-dev:41322] binding that is created from C level. [ruby-dev:41322]
* vm_eval.c (eval_string_with_cref): ditto. * vm_eval.c (eval_string_with_cref): ditto.
@ -444,7 +444,7 @@ Mon May 10 06:59:19 2010 NARUSE, Yui <naruse@ruby-lang.org>
Mon May 10 03:36:56 2010 Yusuke Endoh <mame@tsg.ne.jp> Mon May 10 03:36:56 2010 Yusuke Endoh <mame@tsg.ne.jp>
* vm_eval.c (eval_string_with_cref): propagative filename and line_no * vm_eval.c (eval_string_with_cref): propagate filename and line_no
of binding. [ruby-dev:38767] [ruby-core:28307] of binding. [ruby-dev:38767] [ruby-core:28307]
* vm_core.h (rb_binding_t), proc.c: add filename and line_no fields to * vm_core.h (rb_binding_t), proc.c: add filename and line_no fields to
@ -554,7 +554,7 @@ Sat May 8 23:09:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* NEWS (io/console): IO#noecho and IO#raw without block are * NEWS (io/console): IO#noecho and IO#raw without block are
obsolete already. [ruby-dev:41226] obsolete already. [ruby-dev:41226]
* ext/io/console/console.c (ttymode): save dupped file descriptors * ext/io/console/console.c (ttymode): save duped file descriptors
and restore tty modes using them, so that original modes can be and restore tty modes using them, so that original modes can be
restored even if original fds are closed. [ruby-dev:41225] restored even if original fds are closed. [ruby-dev:41225]
@ -10996,7 +10996,7 @@ Fri Jul 3 21:07:29 2009 Tadayoshi Funaba <tadf@dotrb.org>
Fri Jul 3 19:48:40 2009 Tadayoshi Funaba <tadf@dotrb.org> Fri Jul 3 19:48:40 2009 Tadayoshi Funaba <tadf@dotrb.org>
* complex.c: undef-ed shome methods. [ruby-core:24110] * complex.c: undef-ed some methods. [ruby-core:24110]
* complex.c (Numeric#arg): NaN for NaN. [ruby-core:24116] * complex.c (Numeric#arg): NaN for NaN. [ruby-core:24116]