From 5f2229dc0f8e5f0d4b85f02a9585dda0f9ff4445 Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 6 Jul 2006 13:18:14 +0000 Subject: * ext/racc/cparse/cparse.c: sync with original code, rev 1.8. * ext/racc/cparse/cparse.c: should mark CparseParams objects. * lib/racc/parser.rb: sync with original code, rev 1.8. * lib/racc/parser.rb: update coding style. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb82580fa..8a1fdf537 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Jul 6 22:17:21 2006 Minero Aoki + + * ext/racc/cparse/cparse.c: sync with original code, rev 1.8. + + * ext/racc/cparse/cparse.c: should mark CparseParams objects. + + * lib/racc/parser.rb: sync with original code, rev 1.8. + + * lib/racc/parser.rb: update coding style. + Mon Jul 3 19:04:38 2006 Hidetoshi NAGAI * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu -- cgit