aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/date_strftime.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: check struct timeval exist or not.kosaki2013-03-161-0/+4
* 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-041-1/+1
* * ext/date/date_tmx.h: offset in struct tmx_funcs is now int.tadf2012-06-161-2/+1
* * ext/date/date_strftime.c: allows %Ok and %Ol.tadf2012-05-271-2/+1
* * ext/date/date_strftime.c: reduced the code.tadf2012-05-261-20/+4
* * ext/date/date_strftime.c: should also be aware of flags ontadf2012-05-151-31/+56
* trivial changestadf2012-05-141-20/+24
* 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_strftime.c: gets the value with range() consistetly.tadf2012-04-081-6/+16
* * ext/date/date_strftime.c: reassigned some variables.tadf2012-03-031-35/+34
* * ext/date/date_core.c: an issue that is same as [ruby-dev:44071].tadf2011-07-231-1/+1
* * ext/date/date_core.c: avoided using timev.tadf2011-06-291-11/+3
* * ext/date/date_core.c (m_real_cwyear): new. derived from m_cwyear.tadf2011-06-051-47/+61
* * ext/date/date_tmx.h: now does not place decoded data. allows totadf2011-06-051-72/+61
* * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".tadf2011-05-211-1/+1
* * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.tadf2011-05-211-4/+0
* * ext/date/date_core.c (leap_p): surpress warning: parentheses.naruse2011-04-231-4/+2
* * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.tadf2011-04-161-65/+66
* * ext/date/date_strftime.c (date_strftime_wo_timespec): changedtadf2011-04-161-59/+7
* 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-251-3/+4
* * ext/date/date_strftime.c (date_strftime_wo_timespec):naruse2011-03-211-2/+2
* * 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-45/+8
* * ext/date/date_core.c: replacement of implementation oftadf2011-03-201-0/+1252