aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * time.c: define _DEFAULT_SOURCE because glibc 2.20 depracatesnaruse2016-04-271-0/+1
* time.c: add example [ci skip]nobu2016-04-221-0/+1
* strftime.c: format in Stringnobu2016-03-231-70/+17
* * time.c (wmul): wrong condition.usa2016-03-221-1/+1
* * time.c (wdiv, wmod): wdivmod0() assumes the 3rd and the 4th argumentsusa2016-03-221-4/+4
* * time.c (divmodv): void function never returns any value.usa2016-03-221-1/+4
* fix typonaruse2016-03-211-4/+3
* * time.c (MUL_OVERFLOW_FIXWV_P): defined for FIXWV.naruse2016-03-211-67/+4
* fix typonaruse2016-03-211-4/+2
* * time.c (divmodv): add the case both arguments are Fixnum.naruse2016-03-211-57/+40
* * internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only ifnaruse2016-03-211-1/+1
* time.c (quo): fix missing returnnobu2016-03-211-1/+1
* fix commit missnaruse2016-03-211-1/+1
* * time.c (mod): Add Fixnum case.naruse2016-03-211-5/+8
* time.c (mul): fix missing return.nobu2016-03-201-1/+1
* * internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;naruse2016-03-201-51/+1
* * time.c (add): remove FIXABLE() which is in LONG2NUM().naruse2016-03-201-10/+3
* * time.c (LOCALTIME): organize #ifdefs.naruse2016-03-181-36/+22
* * configure.in (rb_cv_member_struct_tm_tm_gmtoff): For Linux (glibc)naruse2016-03-181-0/+1
* * time.c: Minor typo in Time#dst? documentation.hsbt2016-03-151-1/+1
* * time.c (rb_time_timespec_new): swap utc and localtimenaruse2015-11-101-4/+4
* * time.c (rb_timespec_now): added.naruse2015-11-101-13/+48
* fix comment: tobj->gmt is 0:localtime 1:utc 2:fixoff 3:initnaruse2015-11-091-1/+1
* preserve encodings in error messagesnobu2015-09-281-9/+11
* * time.c (time_getlocaltime): [DOC] Add examples of valid utc_offsetakr2015-06-141-0/+6
* variable.c: avoid compatibility table with generic ivarsnormal2015-05-301-4/+1
* * win32/Makefile.sub: MSVC14 have struct timespec.naruse2015-04-231-0/+4
* time.c: locale time zone namenobu2015-02-241-1/+4
* zone may be ASCII-8BIT on Windows [Bug #10887]naruse2015-02-231-1/+1
* * time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon2015-02-221-1/+1
* * time.c (timelocalw): Set tm_isdst field -1 if vtm->isdst isakr2015-01-061-1/+1
* use 0 for reservednobu2014-12-011-1/+1
* time.c: indentnobu2014-11-271-30/+30
* * time.c (time_s_mkutc): [DOC] Time.utc's 10 arguments formakr2014-11-271-4/+4
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* update doc.akr2014-11-041-7/+1
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-3/+3
* * time.c: raise exception when minutes of utc_offset is out of 00-59.glass2014-09-211-0/+1
* time.c: DATA_PTR is never NULLnormal2014-09-101-9/+2
* * time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr2014-08-261-1/+4
* time.c (time_timespec): fix tv_nsec overflownormal2014-08-161-0/+4
* Revert r46977. [ruby-core:63857] [Bug #10071]akr2014-08-141-2/+6
* * time.c: [DOC] Clarify %Y in strftime, which can accept any digitszzak2014-07-271-1/+1
* * time.c: [DOC] Remove dead link and old bug report, which hasn't beenzzak2014-07-271-6/+2
* time.c: unnecessary encodingnobu2014-07-231-3/+14
* * compile.c (BUFSIZE): Unused macro removed.akr2014-05-111-5/+1
* time.c: fix underflow of unsigned integersnobu2014-05-021-15/+18
* time.c: fix non-terminated stringnobu2014-04-181-4/+4
* time.c: freeze and preserve marshal-loaded time zonenormal2014-03-191-0/+2
* [DOC] add links to `Object#hash`nobu2014-03-141-0/+2