aboutsummaryrefslogtreecommitdiffstats
path: root/test/date
Commit message (Expand)AuthorAgeFilesLines
* [ruby/date] Make Ractor-compatibleMarc-Andre Lafortune2020-12-221-0/+27
* [ruby/date] Fix cannot load complex into simple error when loading marshal du...Jeremy Evans2020-06-201-0/+7
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* [ruby/date] Add more timezone abbreviationsJeremy Evans2019-11-011-0/+1
* [ruby/date] Revert "Simplify #inspect"Jeremy Evans2019-10-311-2/+0
* [ruby/date] introduce Date::Error, raise Date::Error for everyglaszig2019-10-313-27/+39
* Fix typo causing Date.new(year, month) to failJeremy Evans2019-10-241-0/+4
* [ruby/date] Simplify #inspectzverok2019-10-241-0/+2
* [ruby/date] Remove taint supportJeremy Evans2019-10-242-31/+1
* [ruby/date] Support -Float::INFINITY...date rangesJeremy Evans2019-10-241-0/+13
* [ruby/date] Check for numeric arguments in constructorsJeremy Evans2019-10-241-0/+50
* [ruby/date] Make julian dates roundtrip through to_time.to_dateJeremy Evans2019-10-241-0/+18
* date_parse.c: avoid copyingNobuyoshi Nakada2019-08-121-1/+2
* Fix Date#step testNobuyoshi Nakada2019-08-071-2/+4
* Test invalid offset warningsNobuyoshi Nakada2019-07-241-3/+6
* Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada2019-07-161-0/+3
* suppress marshal warningsNobuyoshi Nakada2019-06-041-2/+10
* date: support for Reiwa, new Japanese eranobu2019-04-092-0/+26
* date: make zone a substring to copy encoding and taintednessnobu2019-04-031-1/+8
* Added tests for end of Heiseinobu2019-04-012-1/+64
* test/date: removed unnecessaruy `__send__`nobu2018-12-112-22/+22
* date_core.c: moved some methods to DateTimenobu2018-12-111-11/+5
* date_core.c: respect COMPLEX_DAT bitnobu2018-11-131-0/+8
* date_core.c: keep COMPLEX_DAT bitnobu2018-11-131-0/+8
* 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