diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-10-13 06:44:42 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-10-13 06:44:42 +0000 |
| commit | 2194e2cf60e9097a22c584ebb25ac23c1fa8048a (patch) | |
| tree | 15b69a971374cd5d1fd5413ba6d9d659f56c27f0 /ChangeLog | |
| parent | 49afb7c7b164a1ecc1bbc1aa7668e6b2faca68ed (diff) | |
| download | ruby-2194e2cf60e9097a22c584ebb25ac23c1fa8048a.tar.gz ruby-2194e2cf60e9097a22c584ebb25ac23c1fa8048a.tar.xz ruby-2194e2cf60e9097a22c584ebb25ac23c1fa8048a.zip | |
*** empty log message ***
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +Wed Oct 13 02:17:05 1999 Yukihiro Matsumoto <matz@netlab.co.jp> + + * dir.c (dir_s_glob): iterate over generated matching filenames if + the block is given to the method. + + * array.c (rb_ary_at): new methods; at, first, last. + + * hash.c (rb_hash_fetch): raises exception unless the default + value is supplied. + + * hash.c (rb_hash_s_create): need not remove nil from value. + + * hash.c (rb_hash_aset): setting value to nil does not remove key + anymore. + +Tue Oct 12 22:29:04 1999 Yukihiro Matsumoto <matz@netlab.co.jp> + + * io.c (io_read): length may be 0 or negative. + +Tue Oct 12 13:26:27 1999 Jun-ichiro itojun Hagino <itojun@itojun.org> + + * signal.c (posix_signal): RETSIGTYPE may be void. + +Tue Oct 12 03:28:03 1999 EGUCHI Osamu <eguchi@shizuokanet.ne.jp> + + * array.c (rb_ary_delete_at): allows negative position. + Mon Oct 11 17:42:25 1999 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * parse.y (rb_intern): should generate distinct ID_ATTRSET symbols |
