From 6536fb84b35a5ef03fcc0b22cd34f1122d53d976 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 6 Oct 1998 02:45:15 +0000 Subject: 1.1c6 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42cb32cef1..87b4d2418d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +Mon Oct 5 18:31:53 1998 Yukihiro Matsumoto + + * version 1.1c6 released. + +Fri Oct 2 14:22:33 1998 Yukihiro Matsumoto + + * regex.c (re_search): `/\s*(--)$/ =~ "- --"' did not match, + because of wrong optimize condition. + +Mon Oct 1 01:55:16 1998 Yukihiro Matsumoto + + * parse.y (rb_intern): should not raise exceptions. + + * parse.y (yylex): symbol like `:foo?=' should not be allowed. + + * ext/extmk.rb.in: makes *.a for static link modules. + +Fri Sep 25 12:01:19 1998 Yukihiro Matsumoto + + * parse.y (yylex): `@foo!' should be an error. + +Thu Sep 24 14:55:06 1998 WATANABE Tetsuya + + * ext/etc/etc.c (Init_etc): wrong field definition. + +Thu Sep 17 17:09:05 1998 Yukihiro Matsumoto + + * io.c (io_reopen): was creating FILE* for wrong fd. + +Tue Sep 15 05:28:11 1998 Koji Arai + + * regex.c (re_compile_pattern): forgot to fixup for the pattern + like (?=(A)|(B)). + +Mon Sep 14 14:42:27 1998 Yukihiro Matsumoto + + * regex.c (re_match): beginning and end of the string, do not + automatically match `\b'. + + * string.c (scan_once): comsume at leaset on character. + + * regex.c (re_search): wrong behavior for negative range. + +Sat Sep 12 21:21:26 1998 Koji Arai + + * regex.c (re_search): range value should be maintained. + +Thu Sep 10 10:55:00 1998 Yukihiro Matsumoto + + * parse.y (backref_error): yyerror does not understand formats. + Tue Sep 8 18:05:33 1998 Yukihiro Matsumoto * version 1.1c5 released. -- cgit v1.2.3