summaryrefslogtreecommitdiff
path: root/strftime.c
AgeCommit message (Expand)Author
2008-08-31 * strftime.c (rb_strftime): calc timezone offset by myself if systemusa
2008-08-28* strftime.c (rb_strftime): supported %s and %P.shugo
2008-08-28* strftime.c (rb_strftime): fixed a bug of padding.shugo
2008-08-28* strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") shouldshugo
2008-08-23* strftime.c (daylight, timezone): not provied as dllexport on cygwin,nobu
2008-08-23* strftime.c (rb_strftime): support more flags.nobu
2008-08-22* strftime.c (rb_strftime): supported flags and precision for mostnobu
2008-08-21* strftime.c (rb_strftime): supported %F and %<precision>N.shugo
2008-08-21* strftime.c: include ruby/config.h instead of ruby/ruby.h.shugo
2008-08-21* strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo
2008-08-20* configure.in: always check timezone().shugo
2008-08-20 * strftime.c: win32 support.usa
2008-08-20* strftime.c: new file.shugo