aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* 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
* date_parse.c: str_end_withnobu2016-10-011-3/+10
* zonetab.h: use strncmpnobu2016-10-013-6/+3
* date_parse.c: refactornobu2016-10-011-110/+59
* Update dependenciesnobu2016-07-061-0/+1
* date_core.c: remove assertnobu2016-06-151-2/+0
* date_core.c: missing argumentnobu2016-06-151-1/+1
* date_strftime.c: check precisionnobu2016-06-141-2/+7
* suppress static-in-inline warningnobu2016-06-082-2/+2
* fix date buildnobu2016-06-082-2/+2
* ext/date/zonetab.list: gperf timezone namesnobu2016-06-085-99/+1098
* ext/date: constifynobu2016-06-083-5/+5
* 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
* Update dependencies.akr2016-04-111-0/+4
* 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-242-57/+61