From e923d742d3978cd1d624abb00e18fb793d2e820b Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Sep 2002 14:52:37 +0000 Subject: * dir.c (glob_helper): must not closedir() when exception raised while globbing "**". * marshal.c (w_uclass): unused variable. * re.c (match_clone): unused. * regex.c (re_compile_pattern): get rid of implicit promotion from plain char to int. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 11d4357dd..303900fba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Sep 25 23:51:29 2002 Nobuyoshi Nakada + + * dir.c (glob_helper): must not closedir() when exception raised + while globbing "**". + + * marshal.c (w_uclass): unused variable. + + * re.c (match_clone): unused. + + * regex.c (re_compile_pattern): get rid of implicit promotion from + plain char to int. + Wed Sep 25 17:46:46 2002 NAKAMURA Usaku * lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured. @@ -11,7 +23,7 @@ Mon Sep 23 23:22:43 2002 Nobuyoshi Nakada * parse.y (yylex): nextc() returns -1 at end of input, not 0. - * parse.y (newline_node): reduce deplicated newline node. + * parse.y (newline_node): reduce duplicated newline node. * parse.y (literal_concat): get rid of warning. -- cgit