aboutsummaryrefslogtreecommitdiffstats
path: root/test/date/test_date_parse.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge date-3.0.3Hiroshi SHIBATA2021-11-241-0/+71
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* [ruby/date] Add more timezone abbreviationsJeremy Evans2019-11-011-0/+1
* [ruby/date] introduce Date::Error, raise Date::Error for everyglaszig2019-10-311-7/+19
* [ruby/date] Remove taint supportJeremy Evans2019-10-241-2/+1
* Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada2019-07-161-0/+3
* date: support for Reiwa, new Japanese eranobu2019-04-091-0/+24
* date: make zone a substring to copy encoding and taintednessnobu2019-04-031-1/+8
* Added tests for end of Heiseinobu2019-04-011-0/+60
* {ext,test}/date: Specify frozen_string_literal: true.kazu2017-01-271-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/date/test_date.rb: remove commented-out code.hsbt2014-08-011-13/+0
* 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
* * test/date/test_date_{parse,strptime}.rb: changed the format oftadf2012-11-111-371/+370
* * 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-221-0/+6
* ext/date/date_parse.c: [ruby-core:42173].tadf2012-01-181-0/+34
* * test/date/test_*.rb: added tests.tadf2011-08-131-0/+3
* * test/date/test_*.rb: added tests.tadf2011-06-141-0/+48
* * ext/date/lib/date/format.rb (_iso8601): allowed day only civiltadf2011-04-261-33/+60
* * ksvndifftest/date/test_date_parse.rb: use UTF-8 literals.nobu2009-11-171-5/+2
* * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf2009-08-161-0/+15
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/date/*.rb: imported additional tests and some adjustments.tadf2008-09-291-0/+1
* * test/date/*.rb: imported a date test suite ruby 1.9 limited ed.tadf2008-09-281-0/+972