aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* * ext/date: use timev.h in toplevel.nobu2011-03-303-21/+3
* * 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/lib/date/format.rb (DateTime#strftime): removed becausenaruse2011-03-251-4/+0
* time(3)'s argument and return value is time_t.naruse2011-03-251-4/+3
* * ext/date/date_core.c: should not force cast with macros.tadf2011-03-252-13/+14
* * ext/date/date_strftime.c (date_strftime_wo_timespec):naruse2011-03-211-2/+2
* * lib/test/unit/parallel.rb: remove unused variable.naruse2011-03-211-42/+42
* * ext/date/date_strftime.c: checks duplicated modifiers.tadf2011-03-201-0/+2
* * ext/date/date_strftime.c: removed unused code and arguments.tadf2011-03-201-3/+3
* * ext/date/date_strftime.c: removed unused code and arguments.tadf2011-03-201-45/+8
* * ext/date/date_core.c: replacement of implementation oftadf2011-03-204-209/+1500
* * 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-112-5/+5
* * ext/date/date_core.c, ext/date/lib/*: moved rdoc descriptions.tadf2011-03-113-192/+675
* * ext/date/lib: moved from lib.tadf2011-03-112-0/+3191
* fix of ext/date/date_core.nobu2011-03-062-29/+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-262-0/+3633