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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
date
/
date_strftime.c
Age
Commit message (
Expand
)
Author
2013-03-16
* configure.in: check struct timeval exist or not.
kosaki
2012-08-20
Fixed warning for implicit conversion from size_t to int
ryan
2012-08-04
* ext/date/date_{core,strftime}.c: [ruby-core:46990].
tadf
2012-06-16
* ext/date/date_tmx.h: offset in struct tmx_funcs is now int.
tadf
2012-05-27
* ext/date/date_strftime.c: allows %Ok and %Ol.
tadf
2012-05-26
* ext/date/date_strftime.c: reduced the code.
tadf
2012-05-15
* ext/date/date_strftime.c: should also be aware of flags on
tadf
2012-05-14
trivial changes
tadf
2012-05-13
trivial changes
tadf
2012-05-13
* ext/date/date_strftime.c: removed unused code and changed the style.
tadf
2012-05-13
* ext/date/date_strftime.c: refactored.
tadf
2012-04-08
* ext/date/date_strftime.c: gets the value with range() consistetly.
tadf
2012-03-03
* ext/date/date_strftime.c: reassigned some variables.
tadf
2011-07-23
* ext/date/date_core.c: an issue that is same as [ruby-dev:44071].
tadf
2011-06-29
* ext/date/date_core.c: avoided using timev.
tadf
2011-06-05
* ext/date/date_core.c (m_real_cwyear): new. derived from m_cwyear.
tadf
2011-06-05
* ext/date/date_tmx.h: now does not place decoded data. allows to
tadf
2011-05-21
* ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".
tadf
2011-05-21
* ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.
tadf
2011-04-23
* ext/date/date_core.c (leap_p): surpress warning: parentheses.
naruse
2011-04-16
* ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.
tadf
2011-04-16
* ext/date/date_strftime.c (date_strftime_wo_timespec): changed
tadf
2011-03-25
time(3)'s argument and return value is time_t.
naruse
2011-03-25
* ext/date/date_core.c: should not force cast with macros.
tadf
2011-03-21
* ext/date/date_strftime.c (date_strftime_wo_timespec):
naruse
2011-03-20
* ext/date/date_strftime.c: checks duplicated modifiers.
tadf
2011-03-20
* ext/date/date_strftime.c: removed unused code and arguments.
tadf
2011-03-20
* ext/date/date_core.c: replacement of implementation of
tadf