mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8f9e39b141
commit
a9da9667d0
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ Fri Feb 7 15:30:15 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||||
|
|
||||||
Thu Feb 6 19:04:32 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Thu Feb 6 19:04:32 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* re.c (rb_reg_initialize_m): shoule not preset "kcode" unless
|
* re.c (rb_reg_initialize_m): should not preset "kcode" unless
|
||||||
encoding is explicitly specified.
|
encoding is explicitly specified.
|
||||||
|
|
||||||
Thu Feb 6 19:01:32 2003 Minero Aoki <aamine@loveruby.net>
|
Thu Feb 6 19:01:32 2003 Minero Aoki <aamine@loveruby.net>
|
||||||
|
@ -10013,7 +10013,7 @@ Tue Feb 27 16:38:15 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
* eval.c (ev_const_defined): check Object's constant if no current
|
* eval.c (ev_const_defined): check Object's constant if no current
|
||||||
class is available (e.g. defining singleton class for Fixnums).
|
class is available (e.g. defining singleton class for Fixnums).
|
||||||
|
|
||||||
* time.c (time_timeval): negative time interval shoule not be
|
* time.c (time_timeval): negative time interval should not be
|
||||||
allowed.
|
allowed.
|
||||||
|
|
||||||
* eval.c (proc_call): ignore block to `call' always, despite of
|
* eval.c (proc_call): ignore block to `call' always, despite of
|
||||||
|
|
Loading…
Reference in a new issue