summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
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
2017-04-11time.c: rename div as divvnobu
2017-04-10time.c: use predefined IDsnormal
2017-04-10time.c: Improve Time#to_i performancenormal
2017-01-31time.c (time_strftime): avoid garbage in common casenormal
2016-12-24time.c: fix type of usec2subsecxnobu
2016-12-24time.c: remove debug codenobu
2016-12-24time.c: fix typo in value_insane_pnobu
2016-12-23time.c: inquire suspicious valuesnobu
2016-12-22time.c: inquire suspicious valuesnobu
2016-12-21time.c: debug printnobu
2016-12-21time.c: refine num_exact error messagenobu
2016-12-21time.c: use RB_TYPE_Pnobu
2016-12-19time.c: refine error messagenobu
2016-11-05fix vtm_add_offset yday on last day of year.akr
2016-09-12* time.c (time_arg): guard for mswin64 CI.usa
2016-09-08replace fixnum by integer in documents.akr
2016-09-06* time.c (obj2subsecx): subsec might be GC'ed. try to get rid of SEGV on mswinusa
2016-07-15* time.c (time_arg): revert r55688 beause it had no effect. retry...usa
2016-07-15* time.c (time_arg): it seems that this function sometimes causes SEGVusa
2016-04-27* time.c: define _DEFAULT_SOURCE because glibc 2.20 depracatesnaruse
2016-04-22time.c: add example [ci skip]nobu
2016-03-23strftime.c: format in Stringnobu
2016-03-22* time.c (wmul): wrong condition.usa
2016-03-22* time.c (wdiv, wmod): wdivmod0() assumes the 3rd and the 4th argumentsusa
2016-03-22* time.c (divmodv): void function never returns any value.usa
2016-03-21fix typonaruse
2016-03-21* time.c (MUL_OVERFLOW_FIXWV_P): defined for FIXWV.naruse
2016-03-21fix typonaruse
2016-03-21* time.c (divmodv): add the case both arguments are Fixnum.naruse
2016-03-21* internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only ifnaruse
2016-03-21time.c (quo): fix missing returnnobu
2016-03-21fix commit missnaruse
2016-03-21* time.c (mod): Add Fixnum case.naruse
2016-03-20time.c (mul): fix missing return.nobu
2016-03-20* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;naruse
2016-03-20* time.c (add): remove FIXABLE() which is in LONG2NUM().naruse
2016-03-18* time.c (LOCALTIME): organize #ifdefs.naruse
2016-03-18* configure.in (rb_cv_member_struct_tm_tm_gmtoff): For Linux (glibc)naruse
2016-03-15* time.c: Minor typo in Time#dst? documentation.hsbt
2015-11-10* time.c (rb_time_timespec_new): swap utc and localtimenaruse
2015-11-10* time.c (rb_timespec_now): added.naruse
2015-11-09fix comment: tobj->gmt is 0:localtime 1:utc 2:fixoff 3:initnaruse
2015-09-28preserve encodings in error messagesnobu