aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/date_core.c
Commit message (Expand)AuthorAgeFilesLines
* [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] 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] 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
* [ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans2019-07-221-0/+3
* date: support for Reiwa, new Japanese eranobu2019-04-091-1/+5
* date_core.c: [DOC] Heisei will be assumed if no-era [ci skip]nobu2019-04-091-0/+9
* date: make zone a substring to copy encoding and taintednessnobu2019-04-031-10/+0
* date: use del_hash to extract an element destructivelynobu2019-04-021-2/+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
* surround macro block with do/whilenobu2018-09-011-35/+35
* [DOC] leap seconds [ci skip]kazu2018-08-311-2/+2
* Removed useless assertions [ci skip]nobu2018-03-091-2/+0
* date_core.c: check conversionnobu2018-03-071-19/+22
* date_core.c: ensure symbols static allnobu2018-02-251-5/+5
* date_core.c: defensive codenobu2018-02-251-16/+14
* ext/date/extconf.rb: check for timezone and altzonerhe2017-09-171-2/+2
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-1/+1
* date_core.c: fix docs for %Z formatstomar2017-05-091-2/+2
* date_core.c: fix error in DateTime docsstomar2017-03-191-12/+12
* date_core.c: expand docs for Date shiftingstomar2017-02-271-5/+43
* date_core.c: [DOC] revise docs [ci skip]nobu2017-02-061-129/+135
* date_core.c: remove assertnobu2016-06-151-2/+0
* date_core.c: missing argumentnobu2016-06-151-1/+1
* ext/date: constifynobu2016-06-081-1/+1
* fix typos [ci skip]kazu2016-05-201-3/+3
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-181-2/+2
* date_core.c: [DOC] markdown to rdoc [ci skip]nobu2016-04-231-148/+136
* * ext/date/date_core.c : remove not used f_getlocal macro.yui-knk2016-04-161-1/+0
* * ext/date/date_core.c : remove not used f_utc6 macro.yui-knk2016-04-161-2/+0
* date_core.c: preserve timezonenobu2016-04-121-2/+2
* date_core.c: fix indentnobu2016-03-311-48/+48
* date_core.c: fix DateTime rdocnobu2016-03-311-61/+61
* date_core.c: unused variablenobu2016-03-241-5/+2
* date_core.c: append stringsnobu2016-03-241-2/+2
* date_core.c: fix jisx0301 and iso8601nobu2016-03-241-57/+60
* date_core.c: fix inspectnobu2016-03-241-51/+27