aboutsummaryrefslogtreecommitdiffstats
path: root/test/date
Commit message (Expand)AuthorAgeFilesLines
* Support old versions of Ruby with FrozenError.hsbt2018-08-071-2/+4
* test/date/test_date_base.rb: removedmame2018-04-171-435/+0
* date_core.c: check conversionnobu2018-03-071-0/+14
* test_date_arith.rb: needs `test_` prefixnobu2018-03-071-1/+1
* date_core.c: defensive codenobu2018-02-251-0/+13
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-2/+2
* Do not define test method instead of skip when Calendar class is not defined.hsbt2017-11-104-17/+5
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-0/+2
* {ext,test}/date: Specify frozen_string_literal: true.kazu2017-01-2712-28/+28
* date_strftime.c: check precisionnobu2016-06-141-0/+8
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* date_core.c: preserve timezonenobu2016-04-121-0/+17
* * ext/date/date_core.c (datetime_to_time): preserve timezone infosonots2016-03-181-5/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-1612-0/+12
* test_date.rb: nonsense assertionnobu2014-09-101-1/+0
* * test/date/test_date.rb: remove commented-out code.hsbt2014-08-014-46/+0
* * test/date/test_date_arith.rb: remove unused block argument.hsbt2014-06-161-4/+4
* * test/date/test_date_strptime.rb: remove useless variable.hsbt2014-06-161-1/+0
* * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf2014-05-041-0/+17
* * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf2014-04-271-0/+4
* * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf2014-04-051-0/+2
* Additional test coverage to DateTime comparison (sub millisecond).nobu2013-12-141-0/+9
* date_parse.c: missing wdaynobu2013-07-211-0/+6
* * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf2013-07-091-0/+9
* * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf2013-06-041-0/+53
* * test/date/test_date_{parse,strptime}.rb: changed the format oftadf2012-11-112-454/+453
* * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf2012-10-281-0/+20
* * ext/date/date_core.c: [ruby-core:47226].tadf2012-08-222-0/+12
* remove trainling spaces.nobu2012-08-211-1/+1
* uncommented some teststadf2012-08-041-2/+0
* * ext/date/date_core.c: [ruby-core:46058].tadf2012-07-011-0/+2
* * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.tadf2012-07-011-1/+33
* modified tests.tadf2012-06-032-8/+20
* * untabified.nobu2012-05-271-8/+8
* modified test.tadf2012-05-271-9/+9
* * ext/date/date_strftime.c: should also be aware of flags ontadf2012-05-151-0/+15
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-281-0/+6
* * reverted 34739 for test/date.tadf2012-02-224-5/+17
* * test/date, test/rdoc: exclude tests dependent on unbundled libraries.nobu2012-02-224-17/+5
* ext/date/date_parse.c: [ruby-core:42173].tadf2012-01-182-0/+42
* * ext/date/date_core.c: uses to_integer instead.tadf2011-12-202-7/+69
* * test/date/test_date_base.rb (test_jd): tests fornobu2011-12-201-0/+7
* * test/date/test_*.rb: added tests.tadf2011-08-133-0/+21
* * ext/date/date_core.c: avoided using timev.tadf2011-06-291-0/+9
* * test/date/test_switch_hitter.rb: added a test.tadf2011-06-261-0/+34
* * ext/date/date_core.c (datetime_s_*): canonicalize 24 o'clock.tadf2011-06-211-0/+15
* * test/date/test_*.rb: added tests.tadf2011-06-142-2/+54
* * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf2011-06-111-0/+13
* * test/date/test_switch_hitter.rb: added a test.tadf2011-06-061-0/+27
* * ext/date/date_core.c: flattened format to strftimev.tadf2011-06-061-0/+2