From 43db576e61cc70fc7d8280183b71985e5ab18651 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 7 Apr 2004 01:43:27 +0000 Subject: * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAG doesn't work for object files on VC. * */Makefile.sub (config.h): need SIZEOF_TIME_T now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5adfa936c1..13c17e4c0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Apr 7 10:43:17 2004 Nobuyoshi Nakada + + * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAG + doesn't work for object files on VC. + + * */Makefile.sub (config.h): need SIZEOF_TIME_T now. + Wed Apr 7 00:24:34 2004 Masatoshi SEKI * lib/rinda/rinda.rb: fix hash tuple bug. @@ -9,7 +16,7 @@ Wed Apr 7 00:24:34 2004 Masatoshi SEKI Tue Apr 6 16:46:09 2004 Tanaka Akira * configure.in: check the size of time_t. - + * time.c (time_add): new function. (time_plus): use time_add. (time_minus): use time_add. -- cgit v1.2.3