diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-16 09:25:59 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-16 09:25:59 +0000 |
| commit | e4f1a557fd6f5189c28cd6663b90f8f6c6c1b686 (patch) | |
| tree | 55cf5527b0186a806844bf63754fd6e27cebd45e /ChangeLog | |
| parent | aefad35e2c5ef6077a095b66e2d59602d36f83ef (diff) | |
| download | ruby-e4f1a557fd6f5189c28cd6663b90f8f6c6c1b686.tar.gz ruby-e4f1a557fd6f5189c28cd6663b90f8f6c6c1b686.tar.xz ruby-e4f1a557fd6f5189c28cd6663b90f8f6c6c1b686.zip | |
* st.c: primes should be primes.
* eval.c (is_defined): method defined? check should honor
protected too.
* eval.c (block_pass): should not pass tainted block, if $SAFE > 0.
* variable.c (rb_mod_remove_cvar): should pass the char*.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Wed Jan 16 18:25:08 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * st.c: primes should be primes. + Wed Jan 16 12:29:14 2002 Tanaka Akira <akr@m17n.org> * lib/timeout.rb (timeout): new optional argument to specify an @@ -15,6 +19,19 @@ Wed Jan 16 11:12:30 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * class.c (rb_class_inherited): should use Object when no super class. +Tue Jan 15 01:11:44 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (is_defined): method defined? check should honor + protected too. + +Mon Jan 14 13:06:02 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (block_pass): should not pass tainted block, if $SAFE > 0. + +Sun Jan 13 09:31:41 2002 Koji Arai <jca02266@nifty.ne.jp> + + * variable.c (rb_mod_remove_cvar): should pass the char*. + Fri Jan 11 05:06:25 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * class.c (rb_make_metaclass): [new] |
