summaryrefslogtreecommitdiff
path: root/strftime.c
AgeCommit message (Expand)Author
2017-05-10adjust styles [ci skip]nobu
2017-03-29vsnprintf.c: prefix with precisionnobu
2017-03-17deduplicate static rb_str_format format stringsnormal
2016-06-14strftime.c: limit result sizenobu
2016-03-24strftime.c: Bignum conversionnobu
2016-03-24strftime.c: set buffer lengthnobu
2016-03-24strftime.c: refine r54248nobu
2016-03-24strftime.c: remove recursive-assignmentsnobu
2016-03-24strftime.c: fix FMTVnobu
2016-03-24strftime.c: case conversionnobu
2016-03-24strftime.c: fix false failurenobu
2016-03-23strftime.c: format in Stringnobu
2013-04-06* strftime.c (rb_strftime_with_timespec): Test yday range.akr
2012-08-16unecessary macros and K&R style codingnobu
2012-05-29strftime.c: triple colons modifiernobu
2012-05-29strftime.c: fix locale modifiernobu
2012-05-29strftime.c: fix colon modifier.nobu
2012-05-28strftime.c: linux stylenobu
2012-04-19* strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu
2012-04-18* strftime.c (rb_strftime_with_timespec): add an interim digit fornobu
2012-04-17* strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
2011-07-30* strftime.c (NEEDS): avoid SEGV due to integer overflow in sparc-solaris2.10ngoto
2011-05-31* strftime.c (rb_strftime_with_timespec): improved style consistency.yugui
2011-04-25* random.c (random_rand): remove unused variables.naruse
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-03* strftime.c (STRFTIME): return 0 and ERANGE when precision is toonaruse
2011-01-30* strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr
2011-01-01* strftime.c: parenthesize macro arguments.akr
2010-08-08* strftime.c (rb_strftime_with_timespec): suppress warnings.akr
2010-07-10* strftime.c (rb_strftime_with_timespec): fix precision handling forakr
2010-07-09* strftime.c: unused declarations removed.akr
2010-07-09* strftime.c (rb_strftime_with_timespec): clear colons at unknownakr
2010-07-09* strftime.c: don't call tzset. strftime.c doesn't depend onakr
2010-07-08unused code removed.akr
2010-07-07* strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr
2010-03-31* time.c: less bignum allocations.akr
2010-03-25* bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast...muraken
2009-12-06* strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]naruse
2009-11-26* removed spaces just before tabs.nobu
2009-11-24* strftime.c: %Y format a year with 4 digits at least.akr
2009-11-03fix typos.akr
2009-05-12* time.c: support fixed UTC offset. [ruby-dev:38326]akr
2009-04-22* time.c (localtime_with_gmtoff): fixed cross function jump.nobu
2009-04-21* time.c: remove time_t restriction from Time class.akr
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-02-22stripped trailing spaces.nobu
2008-12-23* strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr