summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-17 07:29:19 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-17 07:29:19 +0000
commit4f8b1c8f64b2ec44401d7726fa74fa2a812c03f8 (patch)
tree8feb7c270d7f34ef6aea7e53908c765ab7a5c15a /ChangeLog
parentbb6c116c6352fbea23ce84012409b0de19abd823 (diff)
2001-12-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 730c5e173d..c9cff704c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@ Mon Dec 17 15:19:32 2001 Tanaka Akira <akr@m17n.org>
use long to initialize tm_year.
(search_time_t): renamed from `make_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_localtime): check localtime failure.
(time_gmtime): check gmtime failure.