aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* date_parse.c: use ALLOCVnobu2015-06-161-6/+16
* date_strptime.c: use ALLOCVnobu2015-06-161-1/+3
* * ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]zzak2015-06-121-1/+1
* ext/date/date_core.c: [DOC] fold long paragraphsnobu2015-05-311-7/+36
* [DOC] Decrease heading under DateTime [ci skip]zzak2015-05-311-1/+1
* * ext/date/date_core.c: [DOC] Add comparison of Time and DateTimezzak2015-05-311-1/+60
* mkmf.rb: methods to append flagsnobu2015-04-111-3/+1
* mkmf.rb: fix werror optionnobu2015-04-101-1/+1
* ext/date: reject unknown compiler optionnobu2015-04-101-1/+1
* fix r50104 [Bug #10906]naruse2015-03-281-1/+3
* * ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]naruse2015-03-281-0/+1
* Update dependencies.akr2014-12-191-4/+4
* use 0 for reservednobu2014-12-011-1/+1
* Update dependency.akr2014-11-211-9/+17
* Mark auogenerated part.akr2014-11-151-0/+2
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-43/+43
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-7/+43
* * ext/date/lib/date.rb: fix indent [ci skip]zzak2014-10-131-8/+8
* * ext/date/date_core.c: [DOC] Clean up whitespace, examples, and typoszzak2014-10-121-25/+31
* date_core.c: revert constnobu2014-09-291-3/+3
* date_core.c: more write-barriersnobu2014-09-291-18/+22
* date_core.c: write-barriernobu2014-09-291-28/+33
* date_core.c: typed datanobu2014-09-291-11/+25
* ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu2014-08-032-6/+6
* * ext/date/lib/date/format.rb: removed empty file by @vipulnsward.hsbt2014-07-012-2/+0
* * include/ruby/ruby.h: Hide Rational internal.akr2014-05-171-7/+7
* * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf2014-05-041-3/+6
* * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf2014-04-271-4/+6
* * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf2014-04-051-1/+1
* unused functions and variablesnobu2014-03-171-23/+0
* date_strptime.c: get rid of backtrack explosionnobu2013-12-101-2/+2
* date_parse.c: get rid of backtrack explosionnobu2013-12-091-2/+2
* * common.mk, ext/objspace/depend, ext/coverage/depend,akr2013-10-281-1/+5
* * ext/date/date_core.c: [DOC] plural grammar fixed by @scott113341zzak2013-10-161-4/+4
* date_parse.c: missing wdaynobu2013-07-211-1/+3
* * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf2013-07-091-1/+1
* * ext/date/date_core.c: fixed coding error [ruby-core:55337].tadf2013-06-061-10/+10
* * ext/date/date_core.c (d_lite_cmp, d_lite_equal): simplified.tadf2013-06-041-115/+2
* * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf2013-06-041-43/+61
* * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-0/+1
* * ext/date/date_core.c: Typo in Date::MONTHNAMES by Matt Gaugerzzak2013-03-201-1/+1
* * ext/date/date_core.c: include sys/time.h for avoiding implicitkosaki2013-03-161-0/+3
* * configure.in: check struct timeval exist or not.kosaki2013-03-161-0/+4
* * date_core.c: clearly specify operator precedence.takano322013-03-121-1/+1
* * ext/date/date_core.c: [ruby-core:52303]tadf2013-02-241-1/+1
* * ext/date/date_parse.c (date__parse): revised the tight parsertadf2012-11-111-38/+78
* * ext/date/date_parse.c: edited about era.tadf2012-11-101-11/+107
* * ext/date/date_core.c: modified doc.tadf2012-11-031-153/+4
* * ext/date/date_parse.c (parse_eu): should capture apostrophe too.tadf2012-11-031-1/+1
* * ext/date/date_parse.c (date__parse): revised the tight parser.tadf2012-11-031-5/+5