aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_time.rb
Commit message (Expand)AuthorAgeFilesLines
* strftime.c: Bignum conversionnobu2016-03-241-0/+9
* strftime.c: set buffer lengthnobu2016-03-241-1/+1
* strftime.c: fix FMTVnobu2016-03-241-0/+3
* strftime.c: case conversionnobu2016-03-241-0/+7
* strftime.c: fix false failurenobu2016-03-241-0/+2
* strftime.c: format in Stringnobu2016-03-231-2/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* preserve encodings in error messagesnobu2015-09-281-0/+5
* * time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon2015-02-221-3/+6
* * test/ruby/test_time.rb: Add test for getlocal(nil). Seeheadius2014-12-151-0/+11
* add an assertion.akr2014-11-151-0/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * time.c: raise exception when minutes of utc_offset is out of 00-59.glass2014-09-211-0/+1
* * time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr2014-08-261-0/+6
* time.c: unnecessary encodingnobu2014-07-231-0/+1
* test_time.rb: encoding of Time#zonenobu2014-07-231-3/+10
* time.c: fix underflow of unsigned integersnobu2014-05-021-0/+1
* * test/ruby/test_time.rb: extended the timeout span and reduce the loop count.usa2014-03-251-2/+2
* * test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...usa2014-03-251-1/+1
* test_time.rb: arguments ordernobu2014-03-241-1/+1
* Asia/Tokyo is more portable value for ENV["TZ"] [Bug #9652]naruse2014-03-241-1/+1
* time.c: freeze and preserve marshal-loaded time zonenormal2014-03-191-0/+15
* * test/ruby: get rid of warnings.usa2014-03-051-1/+0
* 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