summaryrefslogtreecommitdiff
path: root/ext/date
AgeCommit message (Expand)Author
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-16* configure.in: check struct timeval exist or not.kosaki
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-11 * ext/date/date_parse.c (date__parse): revised the tight parsertadf
2012-11-10 * ext/date/date_parse.c: edited about era.tadf
2012-11-03 * ext/date/date_core.c: modified doc.tadf
2012-11-03 * ext/date/date_parse.c (parse_eu): should capture apostrophe too.tadf
2012-11-03 * ext/date/date_parse.c (date__parse): revised the tight parser.tadf
2012-10-28 * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf
2012-10-28 * ext/date/date_parse.c (date__parse): revised the tight parser.tadf
2012-10-21 * ext/date/date_parse.c (date__parse): uses more tight parser iftadf
2012-10-05depend: missing dependencynobu
2012-08-23* ext/date/depend: add dependency to $(ruby_headers).ko1
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-20Fixed warning for implicit conversion from size_t to intryan
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_strftime.c: allows %Ok and %Ol.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 * ext/date/date_strftime.c: reduced the code.tadf
2012-05-26 * time.c: modified doc.tadf
2012-05-15 * ext/date/date_strftime.c: should also be aware of flags ontadf
2012-05-14trivial changestadf
2012-05-13trivial changestadf
2012-05-13 * ext/date/date_strftime.c: removed unused code and changed the style.tadf
2012-05-13 * ext/date/date_strftime.c: refactored.tadf
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-04-08 * ext/date/date_strftime.c: gets the value with range() consistetly.tadf
2012-03-13 * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf
2012-03-03 * ext/date/date_strftime.c: reassigned some variables.tadf
2012-03-03 * ext/date/date_{parse,strptime}.c [ruby-dev:45303].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
2012-01-18ext/date/date_strptime.c: moved detector of leftover.tadf