index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
strftime.c
Age
Commit message (
Expand
)
Author
2008-10-12
* strftime.c (rb_strftime): suppressed warnings on cygwin.
nobu
2008-10-04
* dln.c: Ruby no longer supports Windows CE.
yugui
2008-10-04
* dln.c: Ruby no longer supports MS-DOS.
yugui
2008-08-31
* strftime.c (rb_strftime): calc timezone offset by myself if system
usa
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") should
shugo
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 most
nobu
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