aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* * time.c (num_exact): use to_r method only if to_int method isakr2013-03-271-1/+3
* * internal.h: Define TIMET_MAX and TIMET_MIN here.akr2013-03-261-3/+0
* update doc.akr2013-03-261-1/+1
* * configure.in: check struct timeval exist or not.kosaki2013-03-161-0/+4
* time.c: check re-initializenobu2013-03-151-7/+35
* * array.c: Document #<=> return values and formattingzzak2013-02-231-4/+6
* compar.c: inversed comarison without infinite recursionnobu2013-02-171-6/+1
* time.c: st_updatenobu2012-12-121-10/+16
* * time.c (time_mdump): dump timezone string to private instance variablenaruse2012-12-071-2/+10
* time.c, vm_method.c: update rdocnobu2012-12-011-22/+4
* complex.c, time.c: make marshal methods privatenobu2012-12-011-4/+4
* * time.c: Documentation improvements, grammar and formattingzzak2012-11-301-149/+157
* * time.c (time_sec): Remove extra wording about leap seconds and referdrbrain2012-07-301-5/+4
* * time.c (time_sec): Updated description of leap seconds for accuracy.drbrain2012-07-231-4/+6
* * time.c (timew_out_of_timet_range): specialization forakr2012-07-021-0/+13
* * time.c (init_leap_second_info): fix non-ANSI function declaration.kosaki2012-06-191-1/+1
* obj_init_copynobu2012-06-051-2/+1
* utc offset in secondsnobu2012-05-301-10/+19
* re-modifiedtadf2012-05-261-1/+1
* * time.c: modified doc.tadf2012-05-261-1/+1
* * time.c (time_init_1): Time.new will accept seconds as string ornobu2012-03-241-8/+2
* typo fix.akr2012-03-091-1/+1
* update doc.akr2012-03-091-4/+8