summaryrefslogtreecommitdiffstats
path: root/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * strftime.c (rb_strftime): should not swallow incompletematz2008-11-251-4/+6
* * strftime.c (rb_strftime): "%^P" should convert to upper case.matz2008-11-251-1/+1
* * strftime.c (FMT): use "%0d" formatter for zero padding, not "%.d".matz2008-11-251-2/+2
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-241-0/+16
* * strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo2008-11-241-10/+13
* * strftime.c (rb_strftime): The precision of %0N should be 9.shugo2008-11-241-2/+1
* * strftime.c (rb_strftime): The default precision should be 1, notshugo2008-11-241-4/+4
* * strftime.c (rb_strftime): suppressed warnings on cygwin.nobu2008-10-121-6/+5
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-1/+1
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-1/+1
* * strftime.c (rb_strftime): calc timezone offset by myself if systemusa2008-08-311-0/+9
* * strftime.c (rb_strftime): supported %s and %P.shugo2008-08-281-2/+8
* * strftime.c (rb_strftime): fixed a bug of padding.shugo2008-08-281-1/+1
* * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo2008-08-281-1/+1
* * strftime.c (daylight, timezone): not provied as dllexport on cygwin,nobu2008-08-231-1/+1
* * strftime.c (rb_strftime): support more flags.nobu2008-08-231-68/+114
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-221-134/+192
* * strftime.c (rb_strftime): supported %F and %<precision>N.shugo2008-08-211-3/+44
* * strftime.c: include ruby/config.h instead of ruby/ruby.h.shugo2008-08-211-1/+1
* * strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo2008-08-211-1/+1
* * configure.in: always check timezone().shugo2008-08-201-5/+5
* * strftime.c: win32 support.usa2008-08-201-7/+6
* * strftime.c: new file.shugo2008-08-201-0/+924