From 1ffef20d0a1fc249929c25ff1751405ac12e6d64 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 5 Sep 2001 06:54:57 +0000 Subject: * re.c (Init_Regexp): to_s to be alias to inspect. * parse.y (yylex): should support 'keyword='. * ruby.c (proc_options): should not adjust argc/argv if -e option is supplied. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 657f6885f..2da8721d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ +Tue Sep 4 01:03:18 2001 Yukihiro Matsumoto + + * re.c (Init_Regexp): to_s to be alias to inspect. + +Mon Sep 3 22:46:59 2001 Yukihiro Matsumoto + + * parse.y (yylex): should support 'keyword='. + Mon Sep 3 20:26:08 2001 Nobuyoshi Nakada * intern.h (rb_find_file_ext): changed from rb_find_file_noext(). +Mon Sep 3 15:12:49 2001 Yukihiro Matsumoto + + * ruby.c (proc_options): should not adjust argc/argv if -e option + is supplied. + Mon Sep 3 14:11:17 2001 Akinori MUSHA * error.c: unbreak the build on *BSD with gcc 3.0.1 by removing @@ -171,6 +184,12 @@ Fri Aug 17 00:49:51 2001 Yukihiro Matsumoto * parse.y (parse_regx): handle backslash escaping of delimiter here. +Thu Aug 16 23:03:40 2001 Koji Arai + + * io.c: prevent recursive malloc calls on NEC UX/4800. + + * ext/socket/socket.c: ditto. + Thu Aug 16 13:54:04 2001 Usaku Nakamura * ext/socket/socket.c (s_recvfrom): fix typo. -- cgit