summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
AgeCommit message (Expand)Author
2009-07-02don't use a string for Time.at argument.akr
2009-05-12add test.akr
2009-04-21* time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr
2009-04-21* time.c: remove time_t restriction from Time class.akr
2009-03-26* time.c (time_cmp): negate the result of reverse comparison.akr
2008-12-23* strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr
2008-11-24* strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo
2008-11-24* strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo
2008-11-24* strftime.c (rb_strftime): The precision of %0N should be 9.shugo
2008-11-24* strftime.c (rb_strftime): The default precision should be 1, notshugo
2008-08-28* strftime.c (rb_strftime): supported %s and %P.shugo
2008-08-28* strftime.c (rb_strftime): fixed a bug of padding.shugo
2008-08-28* strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo
2008-08-28* test/ruby/test_time.rb: suppress warning during test.mame
2008-08-28* test/ruby/test_time.rb (test_strftime): make test for %a independentmame
2008-08-22* strftime.c (rb_strftime): supported flags and precision for mostnobu
2008-08-21* strftime.c (rb_strftime): supported %F and %<precision>N.shugo
2008-08-21* strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo
2008-08-20* strftime.c: new file.shugo
2008-07-14* test/ruby/test_time.rb (TestTime#test_time_interval): add timeoutkazu
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-18use ML ref. for assertion message.akr
2004-06-25add an assertion.akr
2004-03-31add 2 assertions.akr
2004-03-31add a test. [ruby-dev:22619]akr
2004-03-31more tests for Time.utc.akr
2004-03-30add 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 isakr
2004-01-19* test/ruby/test_time.rb: added tests for [ruby-dev:22614] andakira
2004-01-18* test/ruby/test_time.rb: new test case to test Time#[+-].siena