diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-01 06:47:32 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-01 06:47:32 +0000 |
| commit | a7cf78ec312b0f5a2030e2be1fcb1391a7b70f56 (patch) | |
| tree | 9189cade96efd9e1796dcb21b5b65983e1fe4233 /ChangeLog | |
| parent | ecb9618b8cb767328444d903521cc3fff683cc16 (diff) | |
| download | ruby-a7cf78ec312b0f5a2030e2be1fcb1391a7b70f56.tar.gz ruby-a7cf78ec312b0f5a2030e2be1fcb1391a7b70f56.tar.xz ruby-a7cf78ec312b0f5a2030e2be1fcb1391a7b70f56.zip | |
* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntax
breakage, adding new lex_state status. sigh. [new]
* file.c (rb_file_s_unlink): should not allow if $SAFE >= 2.
* range.c (Init_Range): define "to_ary".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,9 +1,22 @@ +Fri Jun 1 15:01:40 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntax + breakage, adding new lex_state status. sigh. [new] + Fri Jun 1 11:21:04 2001 WATANABE Hirofumi <eban@ruby-lang.org> * configure.in: use waitpid on mingw32. * ext/dbm/extconf.rb: include <ndbm.h>, not <gdbm.h>. +Thu May 31 18:34:57 2001 K.Kosako <kosako@sofnec.co.jp> + + * file.c (rb_file_s_unlink): should not allow if $SAFE >= 2. + +Thu May 31 17:23:25 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * range.c (Init_Range): define "to_ary". + Thu May 31 13:30:25 2001 WATANABE Hirofumi <eban@ruby-lang.org> * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION. |
