| Commit message (Expand) | Author | Age | Files | Lines |
* | * strftime.c (rb_strftime_with_timespec): Test yday range. | akr | 2013-04-06 | 1 | -1/+2 |
* | unecessary macros and K&R style coding | nobu | 2012-08-16 | 1 | -34/+1 |
* | strftime.c: triple colons modifier | nobu | 2012-05-29 | 1 | -12/+31 |
* | strftime.c: fix locale modifier | nobu | 2012-05-29 | 1 | -4/+6 |
* | strftime.c: fix colon modifier. | nobu | 2012-05-29 | 1 | -2/+6 |
* | strftime.c: linux style | nobu | 2012-05-28 | 1 | -21/+21 |
* | * strftime.c (rb_strftime_with_timespec): fix carrir-up bug and | nobu | 2012-04-19 | 1 | -2/+5 |
* | * strftime.c (rb_strftime_with_timespec): add an interim digit for | nobu | 2012-04-18 | 1 | -2/+2 |
* | * strftime.c (rb_strftime_with_timespec): fix padding of time zone | nobu | 2012-04-17 | 1 | -3/+7 |
* | * strftime.c (rb_strftime_with_timespec): get enc argument to specify | naruse | 2011-08-27 | 1 | -11/+36 |
* | * strftime.c (NEEDS): avoid SEGV due to integer overflow in sparc-solaris2.10 | ngoto | 2011-07-30 | 1 | -1/+1 |
* | * strftime.c (rb_strftime_with_timespec): improved style consistency. | yugui | 2011-05-31 | 1 | -7/+4 |
* | * random.c (random_rand): remove unused variables. | naruse | 2011-04-25 | 1 | -4/+2 |
* | cancel subversion backfire. sorry | matz | 2011-03-07 | 1 | -0/+4 |
* | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz | 2011-03-07 | 1 | -4/+0 |
* | * strftime.c (STRFTIME): return 0 and ERANGE when precision is too | naruse | 2011-03-03 | 1 | -0/+4 |
* | * strftime.c (rb_strftime_with_timespec): %G produces 4 digits. | akr | 2011-01-30 | 1 | -1/+7 |
* | * strftime.c: parenthesize macro arguments. | akr | 2011-01-01 | 1 | -9/+9 |
* | * strftime.c (rb_strftime_with_timespec): suppress warnings. | akr | 2010-08-08 | 1 | -2/+2 |
* | * strftime.c (rb_strftime_with_timespec): fix precision handling for | akr | 2010-07-10 | 1 | -2/+2 |
* | * strftime.c: unused declarations removed. | akr | 2010-07-09 | 1 | -28/+0 |
* | * strftime.c (rb_strftime_with_timespec): clear colons at unknown | akr | 2010-07-09 | 1 | -0/+1 |
* | * strftime.c: don't call tzset. strftime.c doesn't depend on | akr | 2010-07-09 | 1 | -44/+0 |
* | unused code removed. | akr | 2010-07-08 | 1 | -77/+0 |
* | * strftime.c (rb_strftime_with_timespec): support %:z and %::z. | akr | 2010-07-07 | 1 | -7/+42 |
* | * time.c: less bignum allocations. | akr | 2010-03-31 | 1 | -11/+45 |
* | * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast... | muraken | 2010-03-25 | 1 | -11/+12 |
* | * strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072] | naruse | 2009-12-06 | 1 | -1/+1 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -2/+2 |
* | * strftime.c: %Y format a year with 4 digits at least. | akr | 2009-11-24 | 1 | -1/+7 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * time.c: support fixed UTC offset. [ruby-dev:38326] | akr | 2009-05-12 | 1 | -1/+4 |
* | * time.c (localtime_with_gmtoff): fixed cross function jump. | nobu | 2009-04-22 | 1 | -4/+4 |
* | * time.c: remove time_t restriction from Time class. | akr | 2009-04-21 | 1 | -75/+169 |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -3/+3 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -1/+1 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -1/+1 |
* | * strftime.c (rb_strftime): use locale insensitive functions for tr_TR | akr | 2008-12-23 | 1 | -4/+4 |
* | * strftime.c (rb_strftime): should add padding for %%. | tadf | 2008-11-27 | 1 | -0/+1 |
* | * strftime.c (STRFTIME): use rb_strftime() recursively, instead of | matz | 2008-11-26 | 1 | -9/+9 |
* | * strftime.c (STRFTIME): should add padding for %[xXrR] etc. | matz | 2008-11-25 | 1 | -1/+6 |
* | * strftime.c (rb_strftime): should not swallow incomplete | matz | 2008-11-25 | 1 | -4/+6 |
* | * strftime.c (rb_strftime): "%^P" should convert to upper case. | matz | 2008-11-25 | 1 | -1/+1 |
* | * strftime.c (FMT): use "%0d" formatter for zero padding, not "%.d". | matz | 2008-11-25 | 1 | -2/+2 |
* | * strftime.c (rb_strftime): The # flag should work with %a, %A, %b, | shugo | 2008-11-24 | 1 | -0/+16 |
* | * strftime.c (rb_strftime): A width specifier for %t and %n should | shugo | 2008-11-24 | 1 | -10/+13 |
* | * strftime.c (rb_strftime): The precision of %0N should be 9. | shugo | 2008-11-24 | 1 | -2/+1 |
* | * strftime.c (rb_strftime): The default precision should be 1, not | shugo | 2008-11-24 | 1 | -4/+4 |
* | * strftime.c (rb_strftime): suppressed warnings on cygwin. | nobu | 2008-10-12 | 1 | -6/+5 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 1 | -1/+1 |