summaryrefslogtreecommitdiff
path: root/test/date
AgeCommit message (Expand)Author
2019-11-01[ruby/date] Add more timezone abbreviationsJeremy Evans
2019-10-31[ruby/date] Revert "Simplify #inspect"Jeremy Evans
2019-10-31[ruby/date] introduce Date::Error, raise Date::Error for everyglaszig
2019-10-24Fix typo causing Date.new(year, month) to failJeremy Evans
2019-10-24[ruby/date] Simplify #inspectzverok
2019-10-24[ruby/date] Remove taint supportJeremy Evans
2019-10-24[ruby/date] Support -Float::INFINITY...date rangesJeremy Evans
2019-10-24[ruby/date] Check for numeric arguments in constructorsJeremy Evans
2019-10-24[ruby/date] Make julian dates roundtrip through to_time.to_dateJeremy Evans
2019-08-12date_parse.c: avoid copyingNobuyoshi Nakada
2019-08-07Fix Date#step testNobuyoshi Nakada
2019-07-24Test invalid offset warningsNobuyoshi Nakada
2019-07-16Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada
2019-06-04suppress marshal warningsNobuyoshi Nakada
2019-04-09date: support for Reiwa, new Japanese eranobu
2019-04-03date: make zone a substring to copy encoding and taintednessnobu
2019-04-01Added tests for end of Heiseinobu
2018-12-11test/date: removed unnecessaruy `__send__`nobu
2018-12-11date_core.c: moved some methods to DateTimenobu
2018-11-13date_core.c: respect COMPLEX_DAT bitnobu
2018-11-13date_core.c: keep COMPLEX_DAT bitnobu
2018-08-07Support old versions of Ruby with FrozenError.hsbt
2018-04-17test/date/test_date_base.rb: removedmame
2018-03-07date_core.c: check conversionnobu
2018-03-07test_date_arith.rb: needs `test_` prefixnobu
2018-02-25date_core.c: defensive codenobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-11-10Do not define test method instead of skip when Calendar class is not defined.hsbt
2017-09-07ruby.h: unnormalized Fixnum valuenobu
2017-01-27{ext,test}/date: Specify frozen_string_literal: true.kazu
2016-06-14date_strftime.c: check precisionnobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-04-12date_core.c: preserve timezonenobu
2016-03-18* ext/date/date_core.c (datetime_to_time): preserve timezone infosonots
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-09-10test_date.rb: nonsense assertionnobu
2014-08-01* test/date/test_date.rb: remove commented-out code.hsbt
2014-06-16* test/date/test_date_arith.rb: remove unused block argument.hsbt
2014-06-16* test/date/test_date_strptime.rb: remove useless variable.hsbt
2014-05-04 * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf
2014-04-27 * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf
2014-04-05 * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf
2013-12-14Additional test coverage to DateTime comparison (sub millisecond).nobu
2013-07-21date_parse.c: missing wdaynobu
2013-07-09 * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf
2013-06-04 * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf
2012-11-11 * test/date/test_date_{parse,strptime}.rb: changed the format oftadf
2012-10-28 * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf
2012-08-22 * ext/date/date_core.c: [ruby-core:47226].tadf
2012-08-21remove trainling spaces.nobu