summaryrefslogtreecommitdiff
path: root/ext/date
AgeCommit message (Expand)Author
2015-12-16handle ext/ as r53141naruse
2015-12-08date_core.c: missing argument checknobu
2015-11-08suppress warningsnobu
2015-11-05ext: use RARRAY_AREFnobu
2015-11-04ext: use RARRAY_CONST_PTRnobu
2015-11-04ext: adjust index typenobu
2015-10-21extconf.rb: strict_warnflagsnobu
2015-10-19check INFINITY and NAN without C99 optionnobu
2015-06-16date_parse.c: use ALLOCVnobu
2015-06-16date_strptime.c: use ALLOCVnobu
2015-06-12* ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]zzak
2015-05-31ext/date/date_core.c: [DOC] fold long paragraphsnobu
2015-05-31[DOC] Decrease heading under DateTime [ci skip]zzak
2015-05-31* ext/date/date_core.c: [DOC] Add comparison of Time and DateTimezzak
2015-04-11mkmf.rb: methods to append flagsnobu
2015-04-10mkmf.rb: fix werror optionnobu
2015-04-10ext/date: reject unknown compiler optionnobu
2015-03-28fix r50104 [Bug #10906]naruse
2015-03-28* ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]naruse
2014-12-19Update dependencies.akr
2014-12-01use 0 for reservednobu
2014-11-21Update dependency.akr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2014-10-13* ext/date/lib/date.rb: fix indent [ci skip]zzak
2014-10-12* ext/date/date_core.c: [DOC] Clean up whitespace, examples, and typoszzak
2014-09-29date_core.c: revert constnobu
2014-09-29date_core.c: more write-barriersnobu
2014-09-29date_core.c: write-barriernobu
2014-09-29date_core.c: typed datanobu
2014-08-03ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu
2014-07-01* ext/date/lib/date/format.rb: removed empty file by @vipulnsward.hsbt
2014-05-17* include/ruby/ruby.h: Hide Rational internal.akr
2014-05-04 * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf
2014-04-27 * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf
2014-04-05 * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf
2014-03-17unused functions and variablesnobu
2013-12-10date_strptime.c: get rid of backtrack explosionnobu
2013-12-09date_parse.c: get rid of backtrack explosionnobu
2013-10-28* common.mk, ext/objspace/depend, ext/coverage/depend,akr
2013-10-16* ext/date/date_core.c: [DOC] plural grammar fixed by @scott113341zzak
2013-07-21date_parse.c: missing wdaynobu
2013-07-09 * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf
2013-06-06 * ext/date/date_core.c: fixed coding error [ruby-core:55337].tadf
2013-06-04 * ext/date/date_core.c (d_lite_cmp, d_lite_equal): simplified.tadf
2013-06-04 * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-03-20* ext/date/date_core.c: Typo in Date::MONTHNAMES by Matt Gaugerzzak
2013-03-16* ext/date/date_core.c: include sys/time.h for avoiding implicitkosaki