aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DOC]akr2014-02-281-1/+1
* adjust indent and stylenobu2014-02-271-1/+2
* configure.in, win32/Makefile.sub: PACKED_STRUCT with VCnobu2014-02-251-2/+2
* time: only use packed struct on x86*normal2014-02-241-1/+1
* time: rearrange+pack vtm and time_object structsnormal2014-02-241-28/+47
* * time.c (v2w): Normalize a rational value to an integer if possible.akr2013-10-301-0/+5
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* * process.c: Remove spaces between SI prefix and unit to followakr2013-09-091-8/+8
* time.c: ignore invalid datanobu2013-08-171-5/+15
* * time.c (get_timeval, get_new_timeval): use rb_obj_class()ktsj2013-08-091-2/+2
* * time.c (time_overflow_p): Avoid signed integer overflow.akr2013-08-081-7/+7
* Fix the previous commit.akr2013-08-081-1/+1
* * time.c (time_overflow_p): Avoid signed integer overflow.akr2013-08-081-9/+10
* * time.c: [DOC] Typo in Time overview by @sparr [Fixes GH-374]zzak2013-08-061-1/+1
* Unused variable removed.akr2013-06-111-1/+0
* * bignum.c (validate_integer_pack_format): Don't require a word orderakr2013-06-111-2/+2
* * bignum.c (rb_integer_pack): Returns sign instead of words.akr2013-06-101-1/+1
* * bignum.c (rb_integer_pack): numwords_allocated argument removed.akr2013-06-091-1/+1
* * time.c (v2w): Use rb_absint_size instead of RBIGNUM_LEN.akr2013-06-081-1/+1
* * time.c (v2w_bignum): Simplified using rb_integer_pack.akr2013-06-081-37/+14
* * bignum.c (rb_absint_singlebit_p): New function.akr2013-06-081-21/+1
* * time.c (rb_big_abs_find_maxbit): Use rb_absint_size.akr2013-06-081-36/+9
* fix typos. Patch by k_takata.ktsj2013-05-191-3/+3
* * time.c (localtime_with_gmtoff_zone): musl libc may return NULL forakr2013-05-011-1/+4
* * time.c (time_strftime): Describe %L and %N truncates digits underakr2013-04-041-0/+3
* timev.h: move time_t stuffsnobu2013-03-301-21/+0
* thread.c: format specifiers for time_tnobu2013-03-301-1/+1