summaryrefslogtreecommitdiff
path: root/ext/date
AgeCommit message (Expand)Author
2020-11-12[ruby/date] Numeric already includes ComparableAkira Matsuda
2020-11-12[ruby/date] Updated timezones from timeanddate.comNobuyoshi Nakada
2020-11-12[ruby/date] Honor timezones from timeanddate.comNobuyoshi Nakada
2020-11-12[ruby/date] Fixed the script file name to update zonetab.listNobuyoshi Nakada
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-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
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] Bump version to 3.0.1Hiroshi SHIBATA
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
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-14[ruby/date] Suppress -Wchar-subscripts warnings by Cygwin gcc 9.3.0Nobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-11-30[ruby/date] Bump version to 3.0.0Hiroshi SHIBATA
2019-11-01[ruby/date] Added update-zonetab targetNobuyoshi Nakada
2019-11-01[ruby/date] Add more timezone abbreviationsJeremy Evans
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] Use Gemfile instead of Gem::Specification#add_development_depende...Hiroshi SHIBATA
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] Support -Float::INFINITY...date rangesJeremy 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-08-12date_parse.c: trim offNobuyoshi Nakada
2019-08-12date_parse.c: avoid copyingNobuyoshi Nakada
2019-07-22[ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans
2019-07-16Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
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