aboutsummaryrefslogtreecommitdiffstats
path: root/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* strftime.c: limit result sizenobu2016-06-141-7/+49
* strftime.c: Bignum conversionnobu2016-03-241-9/+11
* strftime.c: set buffer lengthnobu2016-03-241-0/+1
* strftime.c: refine r54248nobu2016-03-241-4/+4
* strftime.c: remove recursive-assignmentsnobu2016-03-241-2/+2
* strftime.c: fix FMTVnobu2016-03-241-18/+27
* strftime.c: case conversionnobu2016-03-241-17/+26
* strftime.c: fix false failurenobu2016-03-241-1/+1
* strftime.c: format in Stringnobu2016-03-231-54/+93
* * strftime.c (rb_strftime_with_timespec): Test yday range.akr2013-04-061-1/+2
* unecessary macros and K&R style codingnobu2012-08-161-34/+1
* strftime.c: triple colons modifiernobu2012-05-291-12/+31
* strftime.c: fix locale modifiernobu2012-05-291-4/+6
* strftime.c: fix colon modifier.nobu2012-05-291-2/+6
* strftime.c: linux stylenobu2012-05-281-21/+21
* * strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu2012-04-191-2/+5
* * strftime.c (rb_strftime_with_timespec): add an interim digit fornobu2012-04-181-2/+2
* * strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu2012-04-171-3/+7
* * strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse2011-08-271-11/+36
* * strftime.c (NEEDS): avoid SEGV due to integer overflow in sparc-solaris2.10ngoto2011-07-301-1/+1
* * strftime.c (rb_strftime_with_timespec): improved style consistency.yugui2011-05-311-7/+4
* * random.c (random_rand): remove unused variables.naruse2011-04-251-4/+2
* cancel subversion backfire. sorrymatz2011-03-071-0/+4
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-4/+0
* * strftime.c (STRFTIME): return 0 and ERANGE when precision is toonaruse2011-03-031-0/+4
* * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr2011-01-301-1/+7
* * strftime.c: parenthesize macro arguments.akr2011-01-011-9/+9
* * strftime.c (rb_strftime_with_timespec): suppress warnings.akr2010-08-081-2/+2
* * strftime.c (rb_strftime_with_timespec): fix precision handling forakr2010-07-101-2/+2
* * strftime.c: unused declarations removed.akr2010-07-091-28/+0
* * strftime.c (rb_strftime_with_timespec): clear colons at unknownakr2010-07-091-0/+1
* * strftime.c: don't call tzset. strftime.c doesn't depend onakr2010-07-091-44/+0
* unused code removed.akr2010-07-081-77/+0
* * strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr2010-07-071-7/+42
* * time.c: less bignum allocations.akr2010-03-311-11/+45
* * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast...muraken2010-03-251-11/+12
* * strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]naruse2009-12-061-1/+1
* * removed spaces just before tabs.nobu2009-11-261-2/+2
* * strftime.c: %Y format a year with 4 digits at least.akr2009-11-241-1/+7
* fix typos.akr2009-11-031-1/+1
* * time.c: support fixed UTC offset. [ruby-dev:38326]akr2009-05-121-1/+4
* * time.c (localtime_with_gmtoff): fixed cross function jump.nobu2009-04-221-4/+4
* * time.c: remove time_t restriction from Time class.akr2009-04-211-75/+169
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-3/+3
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-1/+1
* stripped trailing spaces.nobu2009-02-221-1/+1
* * strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr2008-12-231-4/+4
* * strftime.c (rb_strftime): should add padding for %%.tadf2008-11-271-0/+1
* * strftime.c (STRFTIME): use rb_strftime() recursively, instead ofmatz2008-11-261-9/+9
* * strftime.c (STRFTIME): should add padding for %[xXrR] etc.matz2008-11-251-1/+6