aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* Check month overflow when marshalNobuyoshi Nakada2021-12-091-1/+6
* Use `Primitive.mandatory_only?` for `Time.at`Koichi Sasada2021-11-151-0/+6
* Tentative fix of subsec to `Time.at` [Bug #18293]Nobuyoshi Nakada2021-11-101-1/+1
* Simplify default values of `Time.at` [Bug #18293]Nobuyoshi Nakada2021-11-101-3/+3
* Fix leap day with UTC offset [Bug #18274]Nobuyoshi Nakada2021-10-281-1/+2
* Prefer the reentrant versions of gmtime and localtimeNobuyoshi Nakada2021-10-141-0/+4
* Include the invalid value in invalid_utc_offset errorNobuyoshi Nakada2021-09-181-15/+17
* Remove unneeded ruby_reset_leap_second_info function declaration (#4824)S.H2021-09-161-1/+0
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-111-8/+8
* include/ruby/internal/intern/time.h: add doxygen卜部昌平2021-09-101-5/+0
* Replace RBOOL macroS-H-GAMELINKS2021-09-051-1/+1
* Using RBOOL macroS.H2021-08-021-4/+3
* Added macros for days in monthNobuyoshi Nakada2021-06-271-13/+8
* Shrink monthly tablesNobuyoshi Nakada2021-06-271-6/+6
* [Documentation] Fix typo, formatting in `time.c`Anton Rieder2021-06-221-2/+2
* Make frozen Time Ractor-shareableNobuyoshi Nakada2021-06-181-1/+2
* time.c: Check if defined(RUBY_MSVCRT_VERSION) to build on SolarisYusuke Endoh2021-06-141-1/+1
* timev.rb: moved class rdoc from time.cNobuyoshi Nakada2021-06-071-211/+1
* Update Time documentationBurdette Lamar2021-04-291-62/+158
* Refactored sub-seconds normalizationsNobuyoshi Nakada2021-04-011-40/+21
* Remove mentions of Bignum in time.cJeremy Evans2021-02-191-8/+11
* Parse "-00:00" as UTC for the round-trip [Feature #17544]Nobuyoshi Nakada2021-02-161-1/+3
* Fixed time_t conversion modifiers for debugNobuyoshi Nakada2021-02-111-6/+19
* Compile debugging code for time alwaysNobuyoshi Nakada2021-02-101-14/+26
* Fixed the signature of find_time_numguess_getterNobuyoshi Nakada2021-02-101-1/+2
* Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada2021-01-131-86/+15
* Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada2021-01-131-15/+29
* Convert time component strings to integers more strictlyNobuyoshi Nakada2021-01-121-4/+4
* Show seconds of utc_offset if not zeroNobuyoshi Nakada2021-01-121-1/+8
* get_tmopt is no longer usedNobuyoshi Nakada2020-12-311-17/+0
* Moved Time.at to builtinNobuyoshi Nakada2020-12-311-61/+6
* Moved Time.now to builtinNobuyoshi Nakada2020-12-311-16/+3
* Moved time.rb to timev.rbNobuyoshi Nakada2020-12-311-1/+1
* Add time.rb as builtinNobuyoshi Nakada2020-12-311-0/+5
* Removed deprecated Time#succNobuyoshi Nakada2020-12-071-35/+0
* Subsecond of Time::tm should be 0Nobuyoshi Nakada2020-11-281-0/+1
* Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2020-10-211-1/+1
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-23/+20
* Fix Time#ceil when result should be the same as the receiverJeremy Evans2020-07-281-1/+4
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-2/+2
* Fix Time#to_a behavior with timezone [Bug #17046]S.H2020-07-241-1/+1
* Ensure time object meets a given condition [Bug #17042]Nobuyoshi Nakada2020-07-231-15/+11
* Merge pull request #3352 from S-H-GAMELINKS/bug/17042-strftimeS.H2020-07-231-0/+4
* [DOC] time.c document updated.Tanaka Akira2020-07-211-113/+130
* Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada2020-07-121-4/+9
* find_time_t: reset status before goto卜部昌平2020-06-291-0/+1
* add UNREACHABLE_RETURN卜部昌平2020-06-291-0/+1
* time_mload: do not goto into a branch卜部昌平2020-06-291-2/+4
* indent [ci skip]卜部昌平2020-06-291-57/+57
* find_time_t: do not goto into a branch卜部昌平2020-06-291-29/+31