summaryrefslogtreecommitdiff
path: root/ext/date/date_core.c
AgeCommit message (Expand)Author
2024-12-15[ruby/date] Fix broken rdoc-ref to the calendar pageStan Lo
2024-11-29[ruby/date] Fix mixed declarations and codeNobuyoshi Nakada
2024-11-05[ruby/date] Extract Julian calendar epoch literalsNobuyoshi Nakada
2024-11-05[ruby/date] Update `argc` by `rb_scan_args` not to contain keywordsNobuyoshi Nakada
2024-11-05[ruby/date] Fix incorrect argc2 decrement in datetime_s_iso8601 functionDmitrii Zudin
2024-07-02Resize arrays in `rb_ary_freeze` and use it for freezing arrayseileencodes
2024-06-03[ruby/date] [DOC] specify the unit of return value for Date#-p0pemaru
2024-06-03[ruby/date] Prevent converted gregorian date from GCNobuyoshi Nakada
2024-02-21[ruby/date] Remove the unintentional ability to parse `Symbol`Nobuyoshi Nakada
2023-09-20[ruby/date] [DOC] Fix linkBurdetteLamar
2023-02-19[ruby/date] Removed (newly unneeded) alias remarksBurdette Lamar
2022-12-18[ruby/date] Adjust format [ci skip]Nobuyoshi Nakada
2022-12-13[ruby/date] Implement Date#deconstruct_keys and DateTime#deconstruct_keyszverok
2022-10-27[ruby/date] Check month range as civilNobuyoshi Nakada
2022-10-12[DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada
2022-08-15[ruby/date] [DOC] Enhanced intro for Date (https://github.com/ruby/date/pull/72)Burdette Lamar
2022-08-08[ruby/date] Fix Time#to_datetime before calendar reformNobuyoshi Nakada
2022-08-07[DOC] New doc about Julian/Gregorian (#70)Burdette Lamar
2022-08-03[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/69)Burdette Lamar
2022-08-03[ruby/date] [DOC] Enhanced RDoc for parser methods (https://github.com/ruby/d...Burdette Lamar
2022-07-31[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/67)Burdette Lamar
2022-07-30[ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/66)Burdette Lamar
2022-07-29[ruby/date] [DOC] Enhanced RDoc for <=> (https://github.com/ruby/date/pull/65)Burdette Lamar
2022-07-27Manually sync with https://github.com/ruby/date/pull/64Hiroshi SHIBATA
2022-07-12[ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/63)Burdette Lamar
2022-07-12[ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/62)Burdette Lamar
2022-07-10[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/61)Burdette Lamar
2022-07-09[ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/59)Burdette Lamar
2022-07-08[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/58)Burdette Lamar
2022-07-07[ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/57)Burdette Lamar
2022-07-05[ruby/date] Update ext/date/date_core.cBurdette Lamar
2022-07-05[ruby/date] Enhanced RDocBurdetteLamar
2022-07-05[ruby/date] Enhanced RDocBurdetteLamar
2022-07-05[ruby/date] Enhanced RDocBurdetteLamar
2022-07-05[ruby/date] Enhanced RDocBurdetteLamar
2022-07-05[ruby/date] Enhanced RDocBurdetteLamar
2022-07-05[ruby/date] Enhanced RDocBurdetteLamar
2022-07-05[ruby/date] Enhanced RDocBurdetteLamar
2022-07-05[ruby/date] Enhanced RDocBurdetteLamar
2022-02-25[ruby/date] Suppress declaration-after-statement warningsNobuyoshi Nakada
2022-02-25[ruby/date] Deprecate the unintentional ability to parse `Symbol`Nobuyoshi Nakada
2021-11-16[ruby/date] check_limit: also handle symbolsJean Boussier
2021-11-16[ruby/date] `Date._<format>(nil)` should return an empty HashJean Boussier
2021-11-16[ruby/date] Add length limit option for methods that parses date stringsYusuke Endoh
2021-10-02Avoid using the altzone variable in AIXRei Odaira
2021-09-28[ruby/date] Make %v strftime flag use uppercase monthJeremy 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 RubyKenta Murata
2020-12-22[ruby/date] Make Ractor-compatibleMarc-Andre Lafortune
2020-12-22[ruby/date] Deep-freeze internal constants.Marc-Andre Lafortune