summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
AgeCommit message (Expand)Author
2012-04-20merge revision(s) 35366,35377,35399,35406:nobu
2012-01-13merge revision(s) 33790:ayumin
2011-08-07merge revision(s) 32885:kosaki
2011-07-15merge revision(s) 32554:kosaki
2011-05-15* remove trailing spaces.nobu
2011-01-30* strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr
2010-12-30* vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse
2010-11-27* time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu
2010-11-22* time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse
2010-04-06add tests.akr
2010-03-31* time.c (rb_big_abs_find_minbit): fix handling the last word.akr
2010-03-31* time.c: less bignum allocations.akr
2010-03-27* time.c: fix previos commit.akr
2010-03-11* time.c (time_round): new method Time#round. [ruby-dev:40595]akr
2010-02-15* time.c (time_add): propagate fixed time offset.akr
2010-02-03* time.c (time_mdump, time_mload): dump/load utc_offset.nobu
2010-01-22* time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133] akr
2010-01-13* time.c (time_to_r): convert to rational if internal representationakr
2010-01-13* time.c (time_mdump): use nano_num and nano_den instead of subnano toakr
2009-12-25add tests.akr
2009-12-22add a test.akr
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