aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* [ruby/date] Define dummy RUBY_TYPED_FROZEN_SHAREABLE for old RubyKenta Murata2020-12-231-0/+4
* Update version for Ractor-safe extensionsHiroshi SHIBATA2020-12-231-1/+1
* [ruby/date] Make Ractor-compatibleMarc-Andre Lafortune2020-12-221-1/+4
* [ruby/date] Deep-freeze internal constants.Marc-Andre Lafortune2020-12-223-23/+27
* [ruby/date] Numeric already includes ComparableAkira Matsuda2020-11-121-2/+0
* [ruby/date] Updated timezones from timeanddate.comNobuyoshi Nakada2020-11-121-7/+7
* [ruby/date] Honor timezones from timeanddate.comNobuyoshi Nakada2020-11-121-4/+21
* [ruby/date] Fixed the script file name to update zonetab.listNobuyoshi Nakada2020-11-121-1/+1
* [ruby/date] [DOC] declate DateTime class is deprecatedNARUSE, Yui2020-11-121-0/+2
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-7/+4
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-4/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-4/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-4/+0
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-9/+9
* [ruby/date] [DOC] Mentioned alternative `strptime` methodsNobuyoshi Nakada2020-06-211-3/+6
* [ruby/date] [DOC] Emphasized that `parse` methods are not validatorsNobuyoshi Nakada2020-06-211-4/+15
* [ruby/date] Bump version to 3.0.1Hiroshi SHIBATA2020-06-201-1/+1
* [ruby/date] Promote simple date to complex date to load fractional date (Fixe...Nobuyoshi Nakada2020-06-201-4/+7
* [ruby/date] Fix cannot load complex into simple error when loading marshal du...Jeremy Evans2020-06-201-2/+2
* ext/bigdecimal/bigdecimal.c, ext/date/date_core.c: undef NDEBUGYusuke Endoh2020-05-131-0/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-562/+562
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-562/+562
* [ruby/date] Suppress -Wchar-subscripts warnings by Cygwin gcc 9.3.0Nobuyoshi Nakada2020-04-141-11/+11
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+610
* [ruby/date] Bump version to 3.0.0Hiroshi SHIBATA2019-11-301-1/+1
* [ruby/date] Added update-zonetab targetNobuyoshi Nakada2019-11-012-0/+39
* [ruby/date] Add more timezone abbreviationsJeremy Evans2019-11-012-689/+1460
* [ruby/date] Revert "Simplify #inspect"Jeremy Evans2019-10-311-2/+5
* [ruby/date] introduce Date::Error, raise Date::Error for everyglaszig2019-10-311-30/+32
* Fix typo causing Date.new(year, month) to failJeremy Evans2019-10-241-1/+1
* [ruby/date] Use Gemfile instead of Gem::Specification#add_development_depende...Hiroshi SHIBATA2019-10-241-2/+0
* [ruby/date] Update docszverok2019-10-241-2/+2
* [ruby/date] Simplify #inspectzverok2019-10-241-5/+2
* [ruby/date] Remove taint supportJeremy Evans2019-10-241-7/+0
* [ruby/date] Support -Float::INFINITY...date rangesJeremy Evans2019-10-241-0/+4
* [ruby/date] Check for numeric arguments in constructorsJeremy Evans2019-10-241-0/+49
* [ruby/date] Make julian dates roundtrip through to_time.to_dateJeremy Evans2019-10-241-5/+12
* date_parse.c: trim offNobuyoshi Nakada2019-08-123-13/+10
* date_parse.c: avoid copyingNobuyoshi Nakada2019-08-123-51/+120
* [ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans2019-07-221-0/+3
* Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada2019-07-161-3/+3
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+4
* date: support for Reiwa, new Japanese eranobu2019-04-092-2/+7
* date_core.c: [DOC] Heisei will be assumed if no-era [ci skip]nobu2019-04-091-0/+9
* * expand tabs.svn2019-04-031-6/+6
* date: make zone a substring to copy encoding and taintednessnobu2019-04-032-28/+14
* date_parse.c: name JISX0301_DEFAULT_ERAnobu2019-04-021-1/+2
* date_parse.c: renamed JAPANESE prefix as JISX0301nobu2019-04-021-4/+4
* * expand tabs.svn2019-04-021-2/+2