aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* [ruby/date] Bump version to 3.0.0Hiroshi SHIBATA2019-11-301-1/+1
* [ruby/date] Added update-zonetab targetNobuyoshi Nakada2019-11-012-0/+39
* [ruby/date] Add more timezone abbreviationsJeremy Evans2019-11-012-689/+1460
* [ruby/date] Revert "Simplify #inspect"Jeremy Evans2019-10-311-2/+5
* [ruby/date] introduce Date::Error, raise Date::Error for everyglaszig2019-10-311-30/+32
* Fix typo causing Date.new(year, month) to failJeremy Evans2019-10-241-1/+1
* [ruby/date] Use Gemfile instead of Gem::Specification#add_development_depende...Hiroshi SHIBATA2019-10-241-2/+0
* [ruby/date] Update docszverok2019-10-241-2/+2
* [ruby/date] Simplify #inspectzverok2019-10-241-5/+2
* [ruby/date] Remove taint supportJeremy Evans2019-10-241-7/+0
* [ruby/date] Support -Float::INFINITY...date rangesJeremy Evans2019-10-241-0/+4
* [ruby/date] Check for numeric arguments in constructorsJeremy Evans2019-10-241-0/+49
* [ruby/date] Make julian dates roundtrip through to_time.to_dateJeremy Evans2019-10-241-5/+12
* date_parse.c: trim offNobuyoshi Nakada2019-08-123-13/+10
* date_parse.c: avoid copyingNobuyoshi Nakada2019-08-123-51/+120
* [ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans2019-07-221-0/+3
* Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada2019-07-161-3/+3
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+4
* date: support for Reiwa, new Japanese eranobu2019-04-092-2/+7
* date_core.c: [DOC] Heisei will be assumed if no-era [ci skip]nobu2019-04-091-0/+9
* * expand tabs.svn2019-04-031-6/+6
* date: make zone a substring to copy encoding and taintednessnobu2019-04-032-28/+14
* date_parse.c: name JISX0301_DEFAULT_ERAnobu2019-04-021-1/+2
* date_parse.c: renamed JAPANESE prefix as JISX0301nobu2019-04-021-4/+4
* * expand tabs.svn2019-04-021-2/+2
* date: use del_hash to extract an element destructivelynobu2019-04-023-11/+5
* date_parse.c: removed 'r' which is not in JIS X 0301 yetnobu2019-04-011-1/+1
* * expand tabs.svn2019-04-011-3/+3
* date_parse.c: extract Japanese era initialsnobu2019-04-011-3/+5
* Removed moving toplevel header since r12501nobu2019-02-081-3/+3
* Bump version to date-2.0.0.hsbt2019-01-071-1/+1
* Separate RSTRING_PTR from a function callnobu2018-12-131-1/+3
* Revise Date#hour, #min, #secnobu2018-12-121-0/+12
* ext/date: Fix !NDEBUG codenobu2018-12-111-33/+30
* date_core.c: moved some methods to DateTimenobu2018-12-111-25/+10
* date_core.c: reorder ComplexDateDatanobu2018-12-111-8/+5
* date_core.c: use static ID variablesnobu2018-11-131-4/+4
* date_core.c: obey to the allocation frameworknobu2018-11-131-31/+47
* date_core.c: respect COMPLEX_DAT bitnobu2018-11-131-39/+25
* date_core.c: keep COMPLEX_DAT bitnobu2018-11-131-3/+22
* date_core.c: set/reset COMPLEX_DATnobu2018-11-131-9/+9
* RSTRING_PTR may not be terminated in the futurenobu2018-09-012-22/+41
* 10**3 is always 1000nobu2018-09-011-3/+1
* adjust indentnobu2018-09-011-18/+18
* surround macro block with do/whilenobu2018-09-013-65/+65
* [DOC] leap seconds [ci skip]kazu2018-08-311-2/+2
* Removed needless date attribute from gemspec of default gems.hsbt2018-08-071-1/+0
* Removed useless assertions [ci skip]nobu2018-03-091-2/+0
* date_core.c: check conversionnobu2018-03-071-19/+22
* date_parse.c, date_strptime.c: ensure symbols static allnobu2018-02-252-6/+6