1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

2001-12-17

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2001-12-17 07:29:19 +00:00
parent bb6c116c63
commit 4f8b1c8f64
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ Mon Dec 17 15:19:32 2001 Tanaka Akira <akr@m17n.org>
use long to initialize tm_year. use long to initialize tm_year.
(search_time_t): renamed from `make_time_t'. (search_time_t): renamed from `make_time_t'.
(make_time_t): call `timegm' and `mktime' instead of `search_time_t' (make_time_t): call `timegm' and `mktime' instead of `search_time_t'
if availabe. if available.
(time_to_i): use LONG2NUM instead of INT2NUM. (time_to_i): use LONG2NUM instead of INT2NUM.
(time_localtime): check localtime failure. (time_localtime): check localtime failure.
(time_gmtime): check gmtime failure. (time_gmtime): check gmtime failure.

View file

@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2" #define RUBY_VERSION "1.7.2"
#define RUBY_RELEASE_DATE "2001-12-13" #define RUBY_RELEASE_DATE "2001-12-17"
#define RUBY_VERSION_CODE 172 #define RUBY_VERSION_CODE 172
#define RUBY_RELEASE_CODE 20011213 #define RUBY_RELEASE_CODE 20011217