summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_time.rb
Commit message (Expand)AuthorAgeFilesLines
* 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