From 1ead0ff3f197d43e44ffdeb93d8c5b0c9aa4a69c Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 1 Apr 2002 06:21:24 +0000 Subject: * ext/racc/cparse/cparse.c: prototype; call_scaniter(). * ext/sdbm/init.c: prototype; each_pair(). * ext/tcltklib/tcltklib.c: prototypes; _timer_for_tcl() and ip_ruby(), Nobu's patch at [ruby-dev:14483]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a784cc4c3..dfc7a5814 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Apr 1 15:11:40 2002 NAKAMURA Usaku + + * ext/racc/cparse/cparse.c: prototype; call_scaniter(). + + * ext/sdbm/init.c: prototype; each_pair(). + + * ext/tcltklib/tcltklib.c: prototypes; _timer_for_tcl() and ip_ruby(), + Nobu's patch at [ruby-dev:14483]. + Fri Mar 29 20:21:58 2002 Nobuyoshi Nakada * lib/mkmf.rb (create_makefile): default FLAGS to empty strings. -- cgit