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
/
strftime.c
Age
Commit message (
Expand
)
Author
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-08-24
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-05-04
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-04-30
Silence GCC 11 warnings
xtkoba
2021-02-16
UTC zone should be still "+00:00" [Feature #17544]
Nobuyoshi Nakada
2021-02-16
strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]
Nobuyoshi Nakada
2020-06-29
rb_strftime_with_timespec: do not goto into a branch
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
Fixed formatted substring expansion [Bug #16767]
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-08
revert r64957 [ci skip]
k0kubun
2018-10-08
* expand tabs.
svn
2018-10-08
revert r64955
k0kubun
2018-10-08
* expand tabs.
svn
2018-10-08
partially revert r64953
k0kubun
2018-10-08
* expand tabs.
svn
2018-10-08
Timezone support by Time [Feature #14850]
nobu
2018-08-08
Store String as zone in struct vtm.
akr
2017-05-10
adjust styles [ci skip]
nobu
2017-03-29
vsnprintf.c: prefix with precision
nobu
2017-03-17
deduplicate static rb_str_format format strings
normal
2016-06-14
strftime.c: limit result size
nobu
2016-03-24
strftime.c: Bignum conversion
nobu
2016-03-24
strftime.c: set buffer length
nobu
2016-03-24
strftime.c: refine r54248
nobu
2016-03-24
strftime.c: remove recursive-assignments
nobu
2016-03-24
strftime.c: fix FMTV
nobu
2016-03-24
strftime.c: case conversion
nobu
2016-03-24
strftime.c: fix false failure
nobu
2016-03-23
strftime.c: format in String
nobu
2013-04-06
* strftime.c (rb_strftime_with_timespec): Test yday range.
akr
2012-08-16
unecessary macros and K&R style coding
nobu
2012-05-29
strftime.c: triple colons modifier
nobu
2012-05-29
strftime.c: fix locale modifier
nobu
2012-05-29
strftime.c: fix colon modifier.
nobu
2012-05-28
strftime.c: linux style
nobu
2012-04-19
* strftime.c (rb_strftime_with_timespec): fix carrir-up bug and
nobu
2012-04-18
* strftime.c (rb_strftime_with_timespec): add an interim digit for
nobu
2012-04-17
* strftime.c (rb_strftime_with_timespec): fix padding of time zone
nobu
2011-08-27
* strftime.c (rb_strftime_with_timespec): get enc argument to specify
naruse
2011-07-30
* strftime.c (NEEDS): avoid SEGV due to integer overflow in sparc-solaris2.10
ngoto
2011-05-31
* strftime.c (rb_strftime_with_timespec): improved style consistency.
yugui
2011-04-25
* random.c (random_rand): remove unused variables.
naruse
2011-03-07
cancel subversion backfire. sorry
matz
2011-03-07
* gc.c (rb_gc_set_params): allow GC parameter configuration by
matz
2011-03-03
* strftime.c (STRFTIME): return 0 and ERANGE when precision is too
naruse
2011-01-30
* strftime.c (rb_strftime_with_timespec): %G produces 4 digits.
akr
[next]