diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1998-02-16 06:05:46 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1998-02-16 06:05:46 +0000 |
commit | b0edb6968fecaa368d2980f0572e6c7cd203e734 (patch) | |
tree | fffb60aa130f9c80a26bbe2141485a5ae4540225 /ChangeLog | |
parent | d18d1cea2ec069a98b803533d4f43b7252276ce5 (diff) | |
download | ruby-b0edb6968fecaa368d2980f0572e6c7cd203e734.tar.gz |
pass_block, etc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@74 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Feb 16 14:38:25 1998 Yukihiro Matsumoto <matz@netlab.co.jp> + + * eval.c (f_pass_block): pass iterator block to other method. + + * time.c (time_mon): now 1 for January and so on. + + * time.c (time_year): year in 19xx (not + 1900 needed anymore). + Fri Feb 13 08:16:11 1998 Yukihiro Matsumoto <matz@netlab.co.jp> * parse.y (parse_regx): handle \s before read_escape(). |