diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-14 05:03:16 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-14 05:03:16 +0000 |
commit | 19f1f97c4af341914bd3081861d8c02524460f89 (patch) | |
tree | b00295bcd47f10d5414b6b55921aa3b797f13bb8 /ChangeLog | |
parent | 93bae19c1edc9636fed44f6c31997b54d7e96c9a (diff) | |
download | ruby-19f1f97c4af341914bd3081861d8c02524460f89.tar.gz ruby-19f1f97c4af341914bd3081861d8c02524460f89.tar.xz ruby-19f1f97c4af341914bd3081861d8c02524460f89.zip |
* time.c (search_time_t): support non 32bit time_t environments.
* win32/Makefile.sub (config.h): VC++8 has ``long long'' type.
* win32/Makefile.sub (config.h): VC++8's time_t is 64bit value.
* win32/win32.c (rb_w32_utime): drop read-only attribute before
changing file time.
all changes are backported from CVS HEAD.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Tue Feb 14 14:01:17 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 has ``long long'' type. + + * win32/Makefile.sub (config.h): VC++8's time_t is 64bit value. + + * win32/win32.c (rb_w32_utime): drop read-only attribute before + changing file time. + + all changes are backported from CVS HEAD. + Tue Feb 14 11:21:38 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * io.c (argf_forward): should not use frame->argv. |