diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-18 07:46:51 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-18 07:46:51 +0000 |
| commit | e3e4d08f7fb077103dd74825d069b3eb0d08d6b0 (patch) | |
| tree | 92a7274dc0f8a6c3f7bbe54f1ff887f6a8c5b60b /ChangeLog | |
| parent | f60cdaac5325c0ca81ebd936749d97672293a059 (diff) | |
| download | ruby-e3e4d08f7fb077103dd74825d069b3eb0d08d6b0.tar.gz ruby-e3e4d08f7fb077103dd74825d069b3eb0d08d6b0.tar.xz ruby-e3e4d08f7fb077103dd74825d069b3eb0d08d6b0.zip | |
* time.c (time_overflow_p): should return results. [ruby-dev:22614]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,9 +1,13 @@ +Sun Jan 18 16:46:48 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * time.c (time_overflow_p): should return results. [ruby-dev:22614] + Sun Jan 18 12:07:24 2004 Siena. <siena@faculty.chiba-u.jp> - * test/ruby/test_time.rb: new test case to test Time#[+-]. + * test/ruby/test_time.rb: new test case to test Time#[+-]. - * time.c (time_plus, time_minus): fix RangeError for a negative - argument in environments whose time_t is unsigned. [ruby-dev:22608] + * time.c (time_plus, time_minus): fix RangeError for a negative + argument in environments whose time_t is unsigned. [ruby-dev:22608] Sun Jan 18 02:33:26 2004 WATANABE Hirofumi <eban@ruby-lang.org> |
