aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* 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
* date_core.c: fix inspectnobu2016-03-241-51/+27
* * ext/date/date_core.c (datetime_to_time): preserve timezone infosonots2016-03-181-4/+7
* handle ext/ as r53141naruse2015-12-162-0/+2
* date_core.c: missing argument checknobu2015-12-081-6/+11
* suppress warningsnobu2015-11-081-3/+3
* ext: use RARRAY_AREFnobu2015-11-051-20/+20
* ext: use RARRAY_CONST_PTRnobu2015-11-041-20/+20
* ext: adjust index typenobu2015-11-041-14/+15
* extconf.rb: strict_warnflagsnobu2015-10-211-0/+1
* check INFINITY and NAN without C99 optionnobu2015-10-191-1/+0
* date_parse.c: use ALLOCVnobu2015-06-161-6/+16
* date_strptime.c: use ALLOCVnobu2015-06-161-1/+3
* * ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]zzak2015-06-121-1/+1
* ext/date/date_core.c: [DOC] fold long paragraphsnobu2015-05-311-7/+36
* [DOC] Decrease heading under DateTime [ci skip]zzak2015-05-311-1/+1
* * ext/date/date_core.c: [DOC] Add comparison of Time and DateTimezzak2015-05-311-1/+60