From 5cc2093ccd5c91fe2eeb0e9a7757985569eed1c2 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 25 Sep 2006 05:57:37 +0000 Subject: * hash.c (recursive_hash): remove unused local variable. * parse.y (parser_yylex): ditto. * parse.y (rb_gc_mark_symbols): fix unmatched prototype . * file.c (rb_get_path): check NUL byte in the path string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a761f3f86..2ee94254e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Sep 25 11:26:25 2006 Yukihiro Matsumoto + + * hash.c (recursive_hash): remove unused local variable. + + * parse.y (parser_yylex): ditto. + + * parse.y (rb_gc_mark_symbols): fix unmatched prototype . + + * file.c (rb_get_path): check NUL byte in the path string. + Mon Sep 25 08:14:43 2006 Yukihiro Matsumoto * array.c (rb_ary_shift): should clear shifting top element. -- cgit v1.2.3