summaryrefslogtreecommitdiff
path: root/ext/date
AgeCommit message (Expand)Author
2018-03-09Removed useless assertions [ci skip]nobu
2018-03-07date_core.c: check conversionnobu
2018-02-25date_parse.c, date_strptime.c: ensure symbols static allnobu
2018-02-25date_core.c: ensure symbols static allnobu
2018-02-25date_core.c: defensive codenobu
2017-12-11Bump version to date-1.0.0 as default gems.hsbt
2017-12-08support gperf 3.1nobu
2017-09-17ext/date/extconf.rb: check for timezone and altzonerhe
2017-09-07ruby.h: unnormalized Fixnum valuenobu
2017-07-14Update gemspec for standalone gem that is ruby/date repository.hsbt
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-05-09date_core.c: fix docs for %Z formatstomar
2017-03-22ruby tool/update-deps --fixshyouhei
2017-03-19date_core.c: fix error in DateTime docsstomar
2017-02-27date_core.c: expand docs for Date shiftingstomar
2017-02-07Fix a required ruby version on gemspec of gemified libraries.hsbt
2017-02-06date_core.c: [DOC] revise docs [ci skip]nobu
2017-02-02Added initial gemspec for Date module.hsbt
2017-01-27{ext,test}/date: Specify frozen_string_literal: true.kazu
2016-11-29parse.y: ambiguous parenthesesnobu
2016-10-01* ext/date/date_parse.c (date_zone_to_diff): it's nonsence and reallyusa
2016-10-01date_parse.c: str_end_withnobu
2016-10-01zonetab.h: use strncmpnobu
2016-10-01date_parse.c: refactornobu
2016-07-06Update dependenciesnobu
2016-06-15date_core.c: remove assertnobu
2016-06-15date_core.c: missing argumentnobu
2016-06-14date_strftime.c: check precisionnobu
2016-06-08suppress static-in-inline warningnobu
2016-06-08fix date buildnobu
2016-06-08ext/date/zonetab.list: gperf timezone namesnobu
2016-06-08ext/date: constifynobu
2016-05-20fix typos [ci skip]kazu
2016-05-18ruby.h: RB_INTEGER_TYPE_Pnobu
2016-04-23date_core.c: [DOC] markdown to rdoc [ci skip]nobu
2016-04-16* ext/date/date_core.c : remove not used f_getlocal macro.yui-knk
2016-04-16* ext/date/date_core.c : remove not used f_utc6 macro.yui-knk
2016-04-12date_core.c: preserve timezonenobu
2016-04-11Update dependencies.akr
2016-03-31date_core.c: fix indentnobu
2016-03-31date_core.c: fix DateTime rdocnobu
2016-03-24date_core.c: unused variablenobu
2016-03-24date_core.c: append stringsnobu
2016-03-24date_core.c: fix jisx0301 and iso8601nobu
2016-03-24date_core.c: fix inspectnobu
2016-03-18* ext/date/date_core.c (datetime_to_time): preserve timezone infosonots
2015-12-16handle ext/ as r53141naruse
2015-12-08date_core.c: missing argument checknobu
2015-11-08suppress warningsnobu
2015-11-05ext: use RARRAY_AREFnobu