aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* 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
* date_core.c: ensure symbols static allnobu2018-02-251-5/+5
* date_core.c: defensive codenobu2018-02-251-16/+14
* Bump version to date-1.0.0 as default gems.hsbt2017-12-111-3/+3
* support gperf 3.1nobu2017-12-082-192/+185
* ext/date/extconf.rb: check for timezone and altzonerhe2017-09-172-2/+7
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-1/+1
* Update gemspec for standalone gem that is ruby/date repository.hsbt2017-07-141-3/+9
* Make string literal to frozen object on gemspec of defulte gems.hsbt2017-06-191-0/+1
* date_core.c: fix docs for %Z formatstomar2017-05-091-2/+2
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+3
* date_core.c: fix error in DateTime docsstomar2017-03-191-12/+12
* date_core.c: expand docs for Date shiftingstomar2017-02-271-5/+43
* Fix a required ruby version on gemspec of gemified libraries.hsbt2017-02-071-1/+1
* date_core.c: [DOC] revise docs [ci skip]nobu2017-02-061-129/+135
* Added initial gemspec for Date module.hsbt2017-02-021-0/+17
* {ext,test}/date: Specify frozen_string_literal: true.kazu2017-01-272-2/+2
* parse.y: ambiguous parenthesesnobu2016-11-291-7/+7
* * ext/date/date_parse.c (date_zone_to_diff): it's nonsence and reallyusa2016-10-011-1/+1