summaryrefslogtreecommitdiff
path: root/ext/date/date_core.c
AgeCommit message (Expand)Author
2020-11-12[ruby/date] [DOC] declate DateTime class is deprecatedNARUSE, Yui
2020-10-21Don't redefine #rb_intern over and over againStefan Stùˆben
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-06-21[ruby/date] [DOC] Mentioned alternative `strptime` methodsNobuyoshi Nakada
2020-06-21[ruby/date] [DOC] Emphasized that `parse` methods are not validatorsNobuyoshi Nakada
2020-06-20[ruby/date] Promote simple date to complex date to load fractional date (Fixe...Nobuyoshi Nakada
2020-06-20[ruby/date] Fix cannot load complex into simple error when loading marshal du...Jeremy Evans
2020-05-13ext/bigdecimal/bigdecimal.c, ext/date/date_core.c: undef NDEBUGYusuke Endoh
2019-10-31[ruby/date] Revert "Simplify #inspect"Jeremy Evans
2019-10-31[ruby/date] introduce Date::Error, raise Date::Error for everyglaszig
2019-10-24Fix typo causing Date.new(year, month) to failJeremy Evans
2019-10-24[ruby/date] Update docszverok
2019-10-24[ruby/date] Simplify #inspectzverok
2019-10-24[ruby/date] Remove taint supportJeremy Evans
2019-10-24[ruby/date] Check for numeric arguments in constructorsJeremy Evans
2019-10-24[ruby/date] Make julian dates roundtrip through to_time.to_dateJeremy Evans
2019-07-22[ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans
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-03date: make zone a substring to copy encoding and taintednessnobu
2019-04-02date: use del_hash to extract an element destructivelynobu
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-01surround macro block with do/whilenobu
2018-08-31[DOC] leap seconds [ci skip]kazu
2018-03-09Removed useless assertions [ci skip]nobu
2018-03-07date_core.c: check conversionnobu
2018-02-25date_core.c: ensure symbols static allnobu
2018-02-25date_core.c: defensive codenobu
2017-09-17ext/date/extconf.rb: check for timezone and altzonerhe
2017-09-07ruby.h: unnormalized Fixnum valuenobu
2017-05-09date_core.c: fix docs for %Z formatstomar
2017-03-19date_core.c: fix error in DateTime docsstomar
2017-02-27date_core.c: expand docs for Date shiftingstomar
2017-02-06date_core.c: [DOC] revise docs [ci skip]nobu
2016-06-15date_core.c: remove assertnobu
2016-06-15date_core.c: missing argumentnobu
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