summaryrefslogtreecommitdiff
path: root/ext/date
AgeCommit message (Expand)Author
2019-04-09date: support for Reiwa, new Japanese eranobu
2019-04-09date_core.c: [DOC] Heisei will be assumed if no-era [ci skip]nobu
2019-04-03* expand tabs.svn
2019-04-03date: make zone a substring to copy encoding and taintednessnobu
2019-04-02date_parse.c: name JISX0301_DEFAULT_ERAnobu
2019-04-02date_parse.c: renamed JAPANESE prefix as JISX0301nobu
2019-04-02* expand tabs.svn
2019-04-02date: use del_hash to extract an element destructivelynobu
2019-04-01date_parse.c: removed 'r' which is not in JIS X 0301 yetnobu
2019-04-01* expand tabs.svn
2019-04-01date_parse.c: extract Japanese era initialsnobu
2019-02-08Removed moving toplevel header since r12501nobu
2019-01-07Bump version to date-2.0.0.hsbt
2018-12-13Separate RSTRING_PTR from a function callnobu
2018-12-12Revise Date#hour, #min, #secnobu
2018-12-11ext/date: Fix !NDEBUG codenobu
2018-12-11date_core.c: moved some methods to DateTimenobu
2018-12-11date_core.c: reorder ComplexDateDatanobu
2018-11-13date_core.c: use static ID variablesnobu
2018-11-13date_core.c: obey to the allocation frameworknobu
2018-11-13date_core.c: respect COMPLEX_DAT bitnobu
2018-11-13date_core.c: keep COMPLEX_DAT bitnobu
2018-11-13date_core.c: set/reset COMPLEX_DATnobu
2018-09-01RSTRING_PTR may not be terminated in the futurenobu
2018-09-0110**3 is always 1000nobu
2018-09-01adjust indentnobu
2018-09-01surround macro block with do/whilenobu
2018-08-31[DOC] leap seconds [ci skip]kazu
2018-08-07Removed needless date attribute from gemspec of default gems.hsbt
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