| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * dln.c: Ruby no longer supports MS-DOS. | yugui | 2008-10-04 | 1 | -1/+1 |
* | * strftime.c (rb_strftime): calc timezone offset by myself if system | usa | 2008-08-31 | 1 | -0/+9 |
* | * strftime.c (rb_strftime): supported %s and %P. | shugo | 2008-08-28 | 1 | -2/+8 |
* | * strftime.c (rb_strftime): fixed a bug of padding. | shugo | 2008-08-28 | 1 | -1/+1 |
* | * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should | shugo | 2008-08-28 | 1 | -1/+1 |
* | * strftime.c (daylight, timezone): not provied as dllexport on cygwin, | nobu | 2008-08-23 | 1 | -1/+1 |
* | * strftime.c (rb_strftime): support more flags. | nobu | 2008-08-23 | 1 | -68/+114 |
* | * strftime.c (rb_strftime): supported flags and precision for most | nobu | 2008-08-22 | 1 | -134/+192 |
* | * strftime.c (rb_strftime): supported %F and %<precision>N. | shugo | 2008-08-21 | 1 | -3/+44 |
* | * strftime.c: include ruby/config.h instead of ruby/ruby.h. | shugo | 2008-08-21 | 1 | -1/+1 |
* | * strftime.c (rb_strftime): return "UTC" instead of "GMT". | shugo | 2008-08-21 | 1 | -1/+1 |
* | * configure.in: always check timezone(). | shugo | 2008-08-20 | 1 | -5/+5 |
* | * strftime.c: win32 support. | usa | 2008-08-20 | 1 | -7/+6 |
* | * strftime.c: new file. | shugo | 2008-08-20 | 1 | -0/+924 |