diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-12 06:06:50 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-12 06:06:50 +0000 |
| commit | 76c6ead0c58c4184475a11405897ad6dd537728f (patch) | |
| tree | a6d8875b358d977d674a83d08c204c71da255b0d /ChangeLog | |
| parent | f6287a8a746e16df2650f02e8382d8f602cd5f56 (diff) | |
| download | ruby-76c6ead0c58c4184475a11405897ad6dd537728f.tar.gz ruby-76c6ead0c58c4184475a11405897ad6dd537728f.tar.xz ruby-76c6ead0c58c4184475a11405897ad6dd537728f.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Jul 12 15:06:28 2000 Yukihiro Matsumoto <matz@netlab.co.jp> + + * eval.c (rb_eval): use rb_const_get_at(). + + * variable.c (rb_const_get_at): retrieve toplevel constants only, + not ones of Object (and its included modules) in general. + Wed Jul 12 15:04:11 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp> * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.26. @@ -7,6 +14,12 @@ Wed Jul 12 15:04:11 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp> {Read,Write}Adapter, Command, Socket, SMTPCommand, POP3Command, APOPCommand, HTTPCommand +Wed Jul 12 13:10:30 2000 Yukihiro Matsumoto <matz@netlab.co.jp> + + * bignum.c (bigdivrem): defer bignorm(). + + * bignum.c (bignorm): accepts accidental fixnums. + Tue Jul 11 16:54:17 2000 Yukihiro Matsumoto <matz@netlab.co.jp> * parse.y (yylex): `@<digit>' is no longer a valid instance |
