aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* utc_offset_arg: do not goto into a branch卜部昌平2020-06-291-2/+3
* vtm_add_offset: do not goto into a branch卜部昌平2020-06-291-2/+0
* num_exact: do not goto into a branch卜部昌平2020-06-291-29/+19
* Append subsec part instead of creating new stringNobuyoshi Nakada2020-06-031-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* Clarify Time::at documentation for in: argumentzverok2020-03-091-2/+9
* Update docs for Time#at method [ci skip]प्रथमेश Sonpatki2020-02-271-1/+6
* Don't refer Date in the document for Time.Tanaka Akira2020-02-101-2/+3
* more on NULL versus functions.卜部昌平2020-02-071-2/+2
* ruby_reset_timezone resets leap_second_info.Tanaka Akira2020-01-291-0/+2
* Extract a function, ruby_reset_timezone().Tanaka Akira2020-01-281-0/+6
* Simplify obj2ubits checksJohn Hawthorn2020-01-131-10/+6
* Avoid rb_check_string_type in month_argJohn Hawthorn2020-01-131-0/+4
* Store "UTC" and "" fstring as globals in time.cJohn Hawthorn2020-01-131-6/+13
* decouple internal.h headers卜部昌平2019-12-261-11/+19
* [DOC] Fix typo in Time#inspectMarcus Stollsteimer2019-12-241-2/+2
* Actualize Time#inspect docszverok2019-12-221-5/+6
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Reduce tzset callsNobuyoshi Nakada2019-12-171-7/+10
* time.c (find_time_t): fix round-to-zero bugYusuke Endoh2019-12-171-6/+6
* fix typoKOSAKI Motohiro2019-12-031-1/+1
* Avoid unnecessary tzset() callKOSAKI Motohiro2019-12-011-8/+3
* Improve consistency of bool/true/falseKazuhiro NISHIYAMA2019-11-251-1/+1