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
/
ext
/
date
/
date_core.c
Age
Commit message (
Expand
)
Author
2021-11-16
[ruby/date] check_limit: also handle symbols
Jean Boussier
2021-11-16
[ruby/date] `Date._<format>(nil)` should return an empty Hash
Jean Boussier
2021-11-16
[ruby/date] Add length limit option for methods that parses date strings
Yusuke Endoh
2021-10-02
Avoid using the altzone variable in AIX
Rei Odaira
2021-09-28
[ruby/date] Make %v strftime flag use uppercase month
Jeremy Evans
2021-07-11
[ruby/date] Fixed markups for bold [ci skip]
Nobuyoshi Nakada
2020-12-23
[ruby/date] Define dummy RUBY_TYPED_FROZEN_SHAREABLE for old Ruby
Kenta Murata
2020-12-22
[ruby/date] Make Ractor-compatible
Marc-Andre Lafortune
2020-12-22
[ruby/date] Deep-freeze internal constants.
Marc-Andre Lafortune
2020-11-12
[ruby/date] [DOC] declate DateTime class is deprecated
NARUSE, Yui
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stùˆben
2020-07-28
Use https instead of http
Kazuhiro NISHIYAMA
2020-06-21
[ruby/date] [DOC] Mentioned alternative `strptime` methods
Nobuyoshi Nakada
2020-06-21
[ruby/date] [DOC] Emphasized that `parse` methods are not validators
Nobuyoshi Nakada
2020-06-20
[ruby/date] Promote simple date to complex date to load fractional date (Fixe...
Nobuyoshi Nakada
2020-06-20
[ruby/date] Fix cannot load complex into simple error when loading marshal du...
Jeremy Evans
2020-05-13
ext/bigdecimal/bigdecimal.c, ext/date/date_core.c: undef NDEBUG
Yusuke Endoh
2019-10-31
[ruby/date] Revert "Simplify #inspect"
Jeremy Evans
2019-10-31
[ruby/date] introduce Date::Error, raise Date::Error for every
glaszig
2019-10-24
Fix typo causing Date.new(year, month) to fail
Jeremy Evans
2019-10-24
[ruby/date] Update docs
zverok
2019-10-24
[ruby/date] Simplify #inspect
zverok
2019-10-24
[ruby/date] Remove taint support
Jeremy Evans
2019-10-24
[ruby/date] Check for numeric arguments in constructors
Jeremy Evans
2019-10-24
[ruby/date] Make julian dates roundtrip through to_time.to_date
Jeremy Evans
2019-07-22
[ruby/date] Describe what is meant by valid in the Date.valid_date? rdoc
Jeremy Evans
2019-04-09
date: support for Reiwa, new Japanese era
nobu
2019-04-09
date_core.c: [DOC] Heisei will be assumed if no-era [ci skip]
nobu
2019-04-03
date: make zone a substring to copy encoding and taintedness
nobu
2019-04-02
date: use del_hash to extract an element destructively
nobu
2018-12-13
Separate RSTRING_PTR from a function call
nobu
2018-12-12
Revise Date#hour, #min, #sec
nobu
2018-12-11
ext/date: Fix !NDEBUG code
nobu
2018-12-11
date_core.c: moved some methods to DateTime
nobu
2018-12-11
date_core.c: reorder ComplexDateData
nobu
2018-11-13
date_core.c: use static ID variables
nobu
2018-11-13
date_core.c: obey to the allocation framework
nobu
2018-11-13
date_core.c: respect COMPLEX_DAT bit
nobu
2018-11-13
date_core.c: keep COMPLEX_DAT bit
nobu
2018-11-13
date_core.c: set/reset COMPLEX_DAT
nobu
2018-09-01
surround macro block with do/while
nobu
2018-08-31
[DOC] leap seconds [ci skip]
kazu
2018-03-09
Removed useless assertions [ci skip]
nobu
2018-03-07
date_core.c: check conversion
nobu
2018-02-25
date_core.c: ensure symbols static all
nobu
2018-02-25
date_core.c: defensive code
nobu
2017-09-17
ext/date/extconf.rb: check for timezone and altzone
rhe
2017-09-07
ruby.h: unnormalized Fixnum value
nobu
2017-05-09
date_core.c: fix docs for %Z format
stomar
2017-03-19
date_core.c: fix error in DateTime docs
stomar
[next]