summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
AgeCommit message (Expand)Author
2013-03-27* time.c (num_exact): use to_r method only if to_int method isakr
2013-03-15time.c: check re-initializenobu
2012-12-07Use more portable value for ENV['TZ']naruse
2012-12-07* time.c (time_mdump): dump timezone string to private instance variablenaruse
2012-06-11update tests.akr
2012-05-30utc offset in secondsnobu
2012-05-29strftime.c: triple colons modifiernobu
2012-05-29strftime.c: fix locale modifiernobu
2012-05-29strftime.c: fix colon modifier.nobu
2012-05-15test/ruby/test_time.rb: split a big testnobu
2012-04-19* strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu
2012-04-17* strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu
2012-03-24* time.c (time_init_1): Time.new will accept seconds as string ornobu
2011-11-19* time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
2011-08-25* time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove
2011-08-07* time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().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