aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_time.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: better assertionsnobu2013-12-131-21/+21
* * test/ruby/test_time.rb: use the in_timezone() helpereregon2013-08-171-17/+14
* * test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon2013-08-171-1/+1
* time.c: ignore invalid datanobu2013-08-171-0/+37
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-24/+0
* * time.c (num_exact): use to_r method only if to_int method isakr2013-03-271-0/+1
* time.c: check re-initializenobu2013-03-151-0/+9
* Use more portable value for ENV['TZ']naruse2012-12-071-1/+1
* * time.c (time_mdump): dump timezone string to private instance variablenaruse2012-12-071-0/+15
* update tests.akr2012-06-111-103/+225
* utc offset in secondsnobu2012-05-301-1/+1
* strftime.c: triple colons modifiernobu2012-05-291-0/+18
* strftime.c: fix locale modifiernobu2012-05-291-0/+18
* strftime.c: fix colon modifier.nobu2012-05-291-16/+20
* test/ruby/test_time.rb: split a big testnobu2012-05-151-0/+22
* * strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu2012-04-191-0/+16
* * strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu2012-04-171-0/+16
* * time.c (time_init_1): Time.new will accept seconds as string ornobu2012-03-241-0/+7
* * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr2011-11-191-0/+7
* * strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse2011-08-271-16/+8
* * time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove2011-08-251-0/+16
* * time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki2011-08-071-0/+3
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-171-1/+16
* * time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki2011-07-151-0/+14
* * remove trailing spaces.nobu2011-05-151-1/+1
* * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr2011-01-301-0/+12
* * vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse2010-12-301-0/+3
* * 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