summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
AgeCommit message (Expand)Author
2016-03-24strftime.c: Bignum conversionnobu
2016-03-24strftime.c: set buffer lengthnobu
2016-03-24strftime.c: fix FMTVnobu
2016-03-24strftime.c: case conversionnobu
2016-03-24strftime.c: fix false failurenobu
2016-03-23strftime.c: format in Stringnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-09-28preserve encodings in error messagesnobu
2015-02-22* time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon
2014-12-15* test/ruby/test_time.rb: Add test for getlocal(nil). Seeheadius
2014-11-15add an assertion.akr
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-21* time.c: raise exception when minutes of utc_offset is out of 00-59.glass
2014-08-26* time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr
2014-07-23time.c: unnecessary encodingnobu
2014-07-23test_time.rb: encoding of Time#zonenobu
2014-05-02time.c: fix underflow of unsigned integersnobu
2014-03-25* test/ruby/test_time.rb: extended the timeout span and reduce the loop count.usa
2014-03-25* test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...usa
2014-03-24test_time.rb: arguments ordernobu
2014-03-24Asia/Tokyo is more portable value for ENV["TZ"] [Bug #9652]naruse
2014-03-19time.c: freeze and preserve marshal-loaded time zonenormal
2014-03-05* test/ruby: get rid of warnings.usa
2013-12-13test/ruby: better assertionsnobu
2013-08-17* test/ruby/test_time.rb: use the in_timezone() helpereregon
2013-08-17* test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon
2013-08-17time.c: ignore invalid datanobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
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