summaryrefslogtreecommitdiffstats
path: root/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* merges r20944 from trunk into ruby_1_9_1.yugui2008-12-251-4/+4
* merges r20379 from trunk into ruby_1_9_1.yugui2008-11-301-0/+1
* merges r20367 from trunk into ruby_1_9_1.yugui2008-11-301-9/+9
* merges r20357 from trunk into ruby_1_9_1.yugui2008-11-301-1/+6
* merges r20355 from trunk into ruby_1_9_1.yugui2008-11-301-4/+6
* merges r20353 from trunk into ruby_1_9_1.yugui2008-11-301-1/+1
* merges r20352 from trunk into ruby_1_9_1.yugui2008-11-301-2/+2
* merges r20342 from trunk to ruby_1_9_1.yugui2008-11-301-0/+16
* merges r20340 from trunk into ruby_1_9_1.yugui2008-11-301-10/+13
* merges r20339 from trunk into ruby_1_9_1.yugui2008-11-301-2/+1
* merges r20338 from trunk into ruby_1_9_1.yugui2008-11-301-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