From 45573224e62b376ff8071c2c74af7b4a6232ec17 Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 22 Oct 2005 05:26:44 +0000 Subject: * util.[hc] (ruby_add_suffix): constified. * util.[hc] (ruby_scan_{oct,hex}): fixed typo. (renamed from scan_{oct,hex}) * util.c: almostly ANSI styled. (except for functions depending on macro and K&R tecknique) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1019710f9..1c76e78a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Oct 22 14:25:43 2005 Hirokazu Yamamoto + + * util.[hc] (ruby_add_suffix): constified. + + * util.[hc] (ruby_scan_{oct,hex}): fixed typo. (renamed from + scan_{oct,hex}) + + * util.c: almostly ANSI styled. (except for functions depending on + macro and K&R tecknique) + Sat Oct 22 13:26:57 2005 Nobuyoshi Nakada * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check -- cgit