diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-07 01:43:27 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-07 01:43:27 +0000 |
| commit | b10a3c15cf0b3ab78fe761ad7f7cc37a54d8e0ad (patch) | |
| tree | 225b6819959134ec7c2f91ad5969f788886ae8fb /ChangeLog | |
| parent | 86a34bd0f3b11183e1f8d0f7b6b2589a7a7d9710 (diff) | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@6113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Wed Apr 7 10:43:17 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <m_seki@mva.biglobe.ne.jp> * lib/rinda/rinda.rb: fix hash tuple bug. @@ -9,7 +16,7 @@ Wed Apr 7 00:24:34 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> Tue Apr 6 16:46:09 2004 Tanaka Akira <akr@m17n.org> * configure.in: check the size of time_t. - + * time.c (time_add): new function. (time_plus): use time_add. (time_minus): use time_add. |
