| Age | Commit message (Expand) | Author |
| 2014-04-30 | merge revision(s) 45364,45395,45396,45403,45406: [Backport #9652] | usa |
| 2013-09-11 | merge revision(s) 42596,42597,42598,42599: [Backport #8795] | nagachika |
| 2013-04-14 | merge revision(s) 39967: [Backport #8193] | nagachika |
| 2013-04-13 | merge revision(s) 39766,39769: [Backport #8101] | nagachika |
| 2012-12-07 | Use more portable value for ENV['TZ'] | naruse |
| 2012-12-07 | * time.c (time_mdump): dump timezone string to private instance variable | naruse |
| 2012-06-11 | update tests. | akr |
| 2012-05-30 | utc offset in seconds | nobu |
| 2012-05-29 | strftime.c: triple colons modifier | nobu |
| 2012-05-29 | strftime.c: fix locale modifier | nobu |
| 2012-05-29 | strftime.c: fix colon modifier. | nobu |
| 2012-05-15 | test/ruby/test_time.rb: split a big test | nobu |
| 2012-04-19 | * strftime.c (rb_strftime_with_timespec): fix carrir-up bug and | nobu |
| 2012-04-17 | * strftime.c (rb_strftime_with_timespec): fix padding of time zone | nobu |
| 2012-03-24 | * time.c (time_init_1): Time.new will accept seconds as string or | nobu |
| 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 specify | naruse |
| 2011-08-25 | * time.c (strftimev): Make Time#to_s default to US-ASCII encoding but | tenderlove |
| 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 is | nobu |
| 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 encoding | naruse |
| 2010-04-06 | add 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 representation | akr |
| 2010-01-13 | * time.c (time_mdump): use nano_num and nano_den instead of subnano to | akr |
| 2009-12-25 | add tests. | akr |
| 2009-12-22 | add a test. | akr |
| 2009-07-02 | don't use a string for Time.at argument. | akr |
| 2009-05-12 | add 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_TR | akr |
| 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 should | shugo |
| 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, not | shugo |
| 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 |