summaryrefslogtreecommitdiff
path: root/ext/date/date_core.c
AgeCommit message (Expand)Author
2015-11-05ext: use RARRAY_AREFnobu
2015-11-04ext: use RARRAY_CONST_PTRnobu
2015-11-04ext: adjust index typenobu
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
2014-12-01use 0 for reservednobu
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-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-05 * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf
2014-03-17unused functions and variablesnobu
2013-10-16* ext/date/date_core.c: [DOC] plural grammar fixed by @scott113341zzak
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
2013-03-12 * date_core.c: clearly specify operator precedence.takano32
2013-02-24 * ext/date/date_core.c: [ruby-core:52303]tadf
2012-11-03 * ext/date/date_core.c: modified doc.tadf
2012-08-22 * ext/date/date_core.c: [ruby-core:47266].tadf
2012-08-22 * ext/date/date_core.c: [ruby-core:47226].tadf
2012-08-04 * ext/date/date_{core,strftime}.c: [ruby-core:46990].tadf
2012-07-01 * ext/date/date_core.c: [ruby-core:46058].tadf
2012-07-01 * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.tadf
2012-06-16 * ext/date/date_core.c: define date_sg_t.tadf
2012-06-16 * ext/date/date_tmx.h: offset in struct tmx_funcs is now int.tadf
2012-06-03 * ext/date/date_core.c: checks whether the object is frozen or not.tadf
2012-05-27 * ext/date/date_core.c: modified doc.tadf
2012-05-26 * ext/date/date_core.c: added description.tadf
2012-05-26re-modifiedtadf
2012-05-26 * time.c: modified doc.tadf
2012-05-14trivial changestadf
2012-05-08 * ext/date/date_core.c: reverted.tadf
2012-05-08* ext/date/date_core.c: improving introduction in Date/DateTime doc.ayumin
2012-04-12 * ext/date/date_core.c: added some notes.tadf
2012-03-13 * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf
2012-02-28 * ext/date/date_core.c: reverted r34825.tadf
2012-02-28 * ext/date/date_core.c: [ruby-core:42998]tadf
2012-02-27* io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu
2011-12-20 * ext/date/date_core.c: uses to_integer instead.tadf
2011-12-20* ext/date/date_core.c (wholenum): fix the type of the return value.naruse