aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_time.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu2010-11-271-0/+4
* * time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse2010-11-221-0/+2
* add tests.akr2010-04-061-0/+18
* * time.c (rb_big_abs_find_minbit): fix handling the last word.akr2010-03-311-0/+2
* * time.c: less bignum allocations.akr2010-03-311-0/+29
* * time.c: fix previos commit.akr2010-03-271-0/+18
* * time.c (time_round): new method Time#round. [ruby-dev:40595]akr2010-03-111-0/+33
* * time.c (time_add): propagate fixed time offset.akr2010-02-151-0/+10
* * time.c (time_mdump, time_mload): dump/load utc_offset.nobu2010-02-031-0/+14
* * time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133] akr2010-01-221-0/+7
* * time.c (time_to_r): convert to rational if internal representationakr2010-01-131-0/+5
* * time.c (time_mdump): use nano_num and nano_den instead of subnano toakr2010-01-131-0/+5
* add tests.akr2009-12-251-0/+4
* add a test.akr2009-12-221-0/+16
* don't use a string for Time.at argument.akr2009-07-021-15/+15
* add test.akr2009-05-121-0/+15
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-2/+0
* * time.c: remove time_t restriction from Time class.akr2009-04-211-20/+42
* * time.c (time_cmp): negate the result of reverse comparison.akr2009-03-261-0/+10
* * strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr2008-12-231-0/+1
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-241-0/+7
* * strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo2008-11-241-0/+12
* * strftime.c (rb_strftime): The precision of %0N should be 9.shugo2008-11-241-1/+1
* * strftime.c (rb_strftime): The default precision should be 1, notshugo2008-11-241-0/+5
* * strftime.c (rb_strftime): supported %s and %P.shugo2008-08-281-0/+10
* * strftime.c (rb_strftime): fixed a bug of padding.shugo2008-08-281-0/+33
* * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo2008-08-281-0/+1
* * test/ruby/test_time.rb: suppress warning during test.mame2008-08-281-0/+9
* * test/ruby/test_time.rb (test_strftime): make test for %a independentmame2008-08-281-1/+2
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-221-7/+2
* * strftime.c (rb_strftime): supported %F and %<precision>N.shugo2008-08-211-0/+12
* * strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo2008-08-211-1/+1
* * strftime.c: new file.shugo2008-08-201-0/+4
* * test/ruby/test_time.rb (TestTime#test_time_interval): add timeoutkazu2008-07-141-1/+6
* * time.c: fix rounding negative float.akr2008-06-271-0/+12
* * time.c (obj2nsec): fix string argument.akr2008-05-041-0/+6
* * test/ruby/test_time.rb (test_readers): fix typo.naruse2008-02-281-1/+2
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-7/+15
* * test/ruby/test_hash.rb: follow the change of Hash#flatten.mame2008-02-071-0/+203
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-0/+64
* * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr2007-11-181-0/+10
* use ML ref. for assertion message.akr2007-11-181-3/+3
* add an assertion.akr2004-06-251-0/+1
* add 2 assertions.akr2004-03-311-0/+2
* add a test. [ruby-dev:22619]akr2004-03-311-4/+14
* more tests for Time.utc.akr2004-03-311-5/+29
* add test for minimum 32bit signed time_t for Time.utc.akr2004-03-301-1/+2
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-0/+10
* * test/ruby/test_time.rb: added tests for [ruby-dev:22614] andakira2004-01-191-0/+2
* * test/ruby/test_time.rb: new test case to test Time#[+-].siena2004-01-181-0/+24