Age | Commit message (Expand) | Author |
---|---|---|
2008-06-27 | * time.c: fix rounding negative float. | akr |
2008-05-04 | * time.c (obj2nsec): fix string argument. | akr |
2008-02-28 | * test/ruby/test_time.rb (test_readers): fix typo. | naruse |
2008-02-10 | * test/ruby/test_pack.rb: fix tests for 64bit CPU. | mame |
2008-02-07 | * test/ruby/test_hash.rb: follow the change of Hash#flatten. | mame |
2007-11-19 | * configure.in: check struct timespec, clock_gettime, utimensat, | akr |
2007-11-18 | * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60). | akr |
2007-11-18 | use ML ref. for assertion message. | akr |
2004-06-25 | add an assertion. | akr |
2004-03-31 | add 2 assertions. | akr |
2004-03-31 | add a test. [ruby-dev:22619] | akr |
2004-03-31 | more tests for Time.utc. | akr |
2004-03-30 | add test for minimum 32bit signed time_t for Time.utc. | akr |
2004-03-30 | * time.c (search_time_t): limit guess range by mktime if it is | akr |
2004-01-19 | * test/ruby/test_time.rb: added tests for [ruby-dev:22614] and | akira |
2004-01-18 | * test/ruby/test_time.rb: new test case to test Time#[+-]. | siena |