aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/date_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/date/date_core.c (d_lite_inspect): changed the format.tadf2011-06-041-807/+1108
* * ext/date/date_core.c (d_lite_plus): get rid of compiler warnings.usa2011-06-031-2/+2
* * ext/date/date_core.c (offset_to_sec): fixed invalid validation.tadf2011-05-311-12/+18
* * ext/date/date_core.c: use simple/complex mode instead of light/right mode.tadf2011-05-311-5383/+3514
* * ext/date/date_core.c: modified documentation.tadf2011-05-211-118/+116
* * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.tadf2011-05-211-471/+6104
* * ext/date/date_core.c (date_s_test_*): use macros.tadf2011-05-081-24/+18
* * ext/date/date_core.c (DAY_IN_NANOSECONDS): refix: 31438.naruse2011-05-061-2/+2
* * ext/date/date_core.c (DAY_IN_NANOSECONDS): long long int is notnobu2011-05-051-2/+8
* * ext/date/date_core.c (date_zone_to_diff): renamed.tadf2011-04-261-7/+7
* * ext/date/date_core.c: modified validation methods.tadf2011-04-261-85/+211
* * ext/date/date_core.c (dt_lite_set_tmx): should get df value.tadf2011-04-261-0/+1
* * ext/date/date_core.c (leap_p): surpress warning: parentheses.naruse2011-04-231-3/+1
* * ext/date/date_core.c: replacement of implementation oftadf2011-04-231-2/+47
* * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.tadf2011-04-161-74/+68
* typotadf2011-04-161-2/+2
* * ext/date/date_core.c: replacement of implementation oftadf2011-04-161-0/+86
* * ext/date/date_core.c (date_s_today): use int for year.naruse2011-03-281-9/+9
* * ext/date/date_core.c: removed unused variables.tadf2011-03-271-4/+0
* * ext/date/date_core.c: should not force cast with macros.tadf2011-03-251-10/+10
* * lib/test/unit/parallel.rb: remove unused variable.naruse2011-03-211-42/+42
* * ext/date/date_strftime.c: removed unused code and arguments.tadf2011-03-201-3/+3
* * ext/date/date_core.c: replacement of implementation oftadf2011-03-201-7/+227
* * ext/date/date_core.c ({d,dt}_lite_marshal_load): checks the given argument.tadf2011-03-111-8/+24
* * ext/date/date_core.c: changed some directives.tadf2011-03-111-4/+4
* * ext/date/date_core.c, ext/date/lib/*: moved rdoc descriptions.tadf2011-03-111-0/+675
* fix of ext/date/date_core.nobu2011-03-061-27/+17
* * ext/date/date_core.c (datetime_s_now): localtime() and localtime_r()usa2011-02-281-5/+7
* * ext/date/date_core.c: adjust indent.nobu2011-02-261-161/+161
* * lib/date.rb: [Feature #4257]tadf2011-02-261-0/+3629