From eafd91f9c4a062102ef1a80663564a8160d85f82 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 13 Nov 2007 06:29:49 +0000 Subject: * lex.c.blt: moved from lex.c. * lex.c.src: copied from keywords. This is the source of lex.c.blt. * Makefile.in (lex.c): use lex.c.blt if keywords is same as lex.c.src. * win32/Makefile.sub (lex.c): re-introduce copy rule. * bcc32/Makefile.sub (lex.c): ditto. * wince/Makefile.sub (lex.c): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 648852f14..c57261f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Nov 13 15:26:33 2007 Tanaka Akira + + * lex.c.blt: moved from lex.c. + + * lex.c.src: copied from keywords. This is the source of lex.c.blt. + + * Makefile.in (lex.c): use lex.c.blt if keywords is same as lex.c.src. + + * win32/Makefile.sub (lex.c): re-introduce copy rule. + + * bcc32/Makefile.sub (lex.c): ditto. + + * wince/Makefile.sub (lex.c): ditto. + Tue Nov 13 15:21:52 2007 Koichi Sasada * compile.c (iseq_specialized_instruction): check argc. -- cgit