aboutsummaryrefslogtreecommitdiffstats
path: root/strftime.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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