summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2018-11-04Hide Time::TM as Time::tmnobu
2018-10-29time.c: [DOC] fix method names to refer class methods [ci skip]nobu
2018-10-28time.c: added Time::TM#+ and Time::TM#-nobu
2018-10-28time.c: ignore 7th argnobu
2018-10-28time.c: [DOC] add description and fix markups [ci skip]nobu
2018-10-28time.c: [DOC] fix rdoc-ref [ci skip]nobu
2018-10-28time.c: [DOC] about timezone arguemnt [ci skip]nobu
2018-10-25time.c: benchmark recoverynobu
2018-10-23Let Time::TM share the implementation with Timenobu
2018-10-22No longer subsec and isdst membersnobu
2018-10-22Revert TM_IS_TIME to 1nobu
2018-10-22Return fixed values at subsec, utc_offset, and isdstnobu
2018-10-22time.c: optional arguments of Time::TM#initializenobu
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-10-12Fix overwritten zone stringnobu
2018-10-12Initialize zonenobu
2018-10-12Load as FIXOFF mode if zone is presentnobu
2018-10-12Just copy tzmodenobu
2018-10-08Timezone at Time#+ and Time#-nobu
2018-10-08* expand tabs.svn
2018-10-08Timezone support by Time [Feature #14850]nobu
2018-09-27Fix messages for too small yearnobu
2018-09-12time.c split time_utc_or_localnobu
2018-08-21rename an argument of calc_wday.akr
2018-08-15gmtimew_noleapsecond uses tables for mon and mday.akr
2018-08-12timegm_noleapsecond uses calc_tm_yday.akr
2018-08-08rename several internal macros in time.cakr
2018-08-08Update comment of tzmode [ci skip]kazu
2018-08-08Rename gmt field to tzmode in struct time_object.akr
2018-08-08Store String as zone in struct vtm.akr
2018-07-19renamed ruby_tz_update as ruby_tz_uptodate_pnobu
2018-07-18reduce tzsetnobu
2018-07-06Prefixed reset_leap_second_infonobu
2018-07-05Re-apply r63848 (Optimize Time.utc)naruse
2018-07-04Revert "Optimize Time.utc"naruse
2018-07-04Optimize Time.utcnaruse
2018-07-02time.c: [DOC] Time#localtimenobu
2018-01-22time.c (num_exact): use predefined IDsnormal
2018-01-22time.c: constify compat_* tablesnormal
2018-01-17time.c: use "unsigned int" for bitfieldsnormal
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-02bit-fields other than int is a C99ismshyouhei
2017-12-11extern rb_time_utc_offset to get utc offsetnaruse
2017-09-25Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse
2017-09-14time.c (Time#-): Fix documentation.eregon
2017-07-04time.c: preserve marshalled timezonenobu
2017-05-27Improve performance of some Time methodswatson1978
2017-05-21Improve Time#+ & Time#- performancewatson1978
2017-05-21Improve Time#<=> performancewatson1978
2017-05-04time.c: avoid taking a pointer to a member of packed structmame