aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf2012-10-281-2/+2
* * ext/date/date_parse.c (date__parse): revised the tight parser.tadf2012-10-281-87/+203
* * ext/date/date_parse.c (date__parse): uses more tight parser iftadf2012-10-211-24/+473
* depend: missing dependencynobu2012-10-051-2/+3
* * ext/date/depend: add dependency to $(ruby_headers).ko12012-08-231-2/+2
* * ext/date/date_core.c: [ruby-core:47266].tadf2012-08-221-2/+2
* * ext/date/date_core.c: [ruby-core:47226].tadf2012-08-221-1/+1
* Fixed warning for implicit conversion from size_t to intryan2012-08-201-1/+2
* * ext/date/date_{core,strftime}.c: [ruby-core:46990].tadf2012-08-042-3/+3
* * ext/date/date_core.c: [ruby-core:46058].tadf2012-07-011-2/+8
* * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.tadf2012-07-011-4/+26
* * ext/date/date_core.c: define date_sg_t.tadf2012-06-161-26/+15
* * ext/date/date_tmx.h: offset in struct tmx_funcs is now int.tadf2012-06-163-7/+6
* * ext/date/date_core.c: checks whether the object is frozen or not.tadf2012-06-031-0/+9
* * ext/date/date_strftime.c: allows %Ok and %Ol.tadf2012-05-271-2/+1
* * ext/date/date_core.c: modified doc.tadf2012-05-271-3/+2
* * ext/date/date_core.c: added description.tadf2012-05-261-8/+8
* re-modifiedtadf2012-05-261-2/+2
* * ext/date/date_strftime.c: reduced the code.tadf2012-05-261-20/+4
* * time.c: modified doc.tadf2012-05-261-2/+2
* * ext/date/date_strftime.c: should also be aware of flags ontadf2012-05-151-31/+56
* trivial changestadf2012-05-142-21/+25
* trivial changestadf2012-05-131-36/+17
* * ext/date/date_strftime.c: removed unused code and changed the style.tadf2012-05-131-1085/+580
* * ext/date/date_strftime.c: refactored.tadf2012-05-131-225/+202
* * ext/date/date_core.c: reverted.tadf2012-05-081-32/+12
* * ext/date/date_core.c: improving introduction in Date/DateTime doc.ayumin2012-05-081-12/+32
* * ext/date/date_core.c: added some notes.tadf2012-04-121-5/+9
* * ext/date/date_strftime.c: gets the value with range() consistetly.tadf2012-04-081-6/+16
* * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf2012-03-131-1/+41
* * ext/date/date_strftime.c: reassigned some variables.tadf2012-03-031-35/+34
* * ext/date/date_{parse,strptime}.c [ruby-dev:45303].tadf2012-03-032-14/+15
* * ext/date/date_core.c: reverted r34825.tadf2012-02-281-18/+17
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-281-1/+2
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-17/+18