summaryrefslogtreecommitdiff
path: root/ext/date
AgeCommit message (Expand)Author
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
2012-01-18ext/date/date_parse.c: [ruby-core:42173].tadf
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
2011-12-19 * ext/date/date_core.c: [ruby-dev:45008].tadf
2011-09-25suppress warnings.nobu
2011-08-28* ext/date/date_parse.c (date_zone_to_diff): keep a temporary stringnagachika
2011-08-13 * ext/date/date_core.c: [ruby-core:38861]tadf
2011-08-13* ext/date/date_parse.c parse_ddd_cb): fix r32896. RB_GC_GUARDnagachika
2011-08-13 * ext/date/date_core.c (date_strftime_alloc): followed the changetadf
2011-08-12 * ext/date/date_core.c: [ruby-core:38855].tadf
2011-08-09* ext/date/date_parse.c (date_zone_to_diff): add RB_GC_GUARD.nagachika