diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-14 02:48:08 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-14 02:48:08 +0000 |
| commit | a54b4375f144a1a28412542baba57e5b45691cf3 (patch) | |
| tree | 55ebe57005c68b66c1fd34996582416198b4790d /ChangeLog | |
| parent | b8bb21fd21c96212282b66cacdc29d356dd33bc6 (diff) | |
| download | ruby-a54b4375f144a1a28412542baba57e5b45691cf3.tar.gz ruby-a54b4375f144a1a28412542baba57e5b45691cf3.tar.xz ruby-a54b4375f144a1a28412542baba57e5b45691cf3.zip | |
* time.c (search_time_t): support non 32bit time_t environments.
* win32/Makefile.sub (config.h): VC++8 have ``long long'' type.
* win32/Makefile.sub (config.h): VC++8's time_t is 64bit value.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Feb 14 11:42:38 2006 NAKAMURA Usaku <usa@ruby-lang.org> + + * time.c (search_time_t): support non 32bit time_t environments. + + * win32/Makefile.sub (config.h): VC++8 have ``long long'' type. + + * win32/Makefile.sub (config.h): VC++8's time_t is 64bit value. + Mon Feb 13 18:01:52 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (copy_node_scope): remove duplicated semicolons at end. |
