aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-4/+6
* update doc.akr2012-02-111-1/+1
* update doc.akr2012-02-111-0/+6
* update doc.akr2011-11-191-1/+3
* * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr2011-11-191-1/+4
* * whitespace cleanup.nobu2011-11-041-2/+2
* * time.c (Init_Time): Remove editorial comments from Timedrbrain2011-10-061-8/+7
* * time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain2011-10-061-14/+78
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-16/+16
* update doc.akr2011-09-091-2/+2
* * internal.h (rb_strftime_timespec): moved from time.c and define onlynaruse2011-08-271-7/+0
* * internal.h (rb_strftime_timespec): move to time.c because it dependsnaruse2011-08-271-0/+3
* * strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse2011-08-271-21/+19
* * time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove2011-08-251-0/+2
* update doc.akr2011-08-251-1/+12
* * time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki2011-08-071-1/+5
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-171-2/+1
* * time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki2011-07-151-1/+1
* time.c: can't compile time.c on AIX due to missing declaration forkanemoto2011-07-111-0/+4