summaryrefslogtreecommitdiff
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 39967: [Backport #8194]usa2013-04-021-1/+3
* merge revision(s) 39772,39773,39774,39775,39777,39779,39781,39783: [Backport ...usa2013-03-281-0/+4
* merge revision(s) 33790:ayumin2012-01-131-1/+4
* merge revision(s) 32885:kosaki2011-08-071-1/+5
* merge revision(s) 32554:kosaki2011-07-151-1/+1
* time.c: can't compile time.c on AIX due to missing declaration forkanemoto2011-07-111-0/+4
* * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr2011-06-181-1/+0
* * internal.h: declare more internal functions.akr2011-06-181-3/+0
* * internal.h: declare internal functions here.akr2011-06-171-0/+1
* * time.c (rb_time_new): prevent overflow by "* 1000".naruse2011-06-161-1/+21
* * time.c: a correction of doc for strftime (%v).tadf2011-06-111-1/+1
* * time.c (rb_gmtime_r2): adjust indent.nobu2011-06-071-12/+12
* * remove trailing spaces.nobu2011-05-151-14/+14
* * random.c (random_rand): remove unused variables.naruse2011-04-251-3/+0
* * addr2line.c: suppressed shorten-64-to-32 warnings.naruse2011-01-311-2/+2
* update doc.akr2011-01-181-2/+2
* update doc.akr2011-01-171-1/+3
* update doc.akr2011-01-171-35/+37
* * time.c: parenthesize macro arguments.akr2010-11-271-6/+6
* * time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu2010-11-271-1/+1
* * time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse2010-11-221-2/+2
* * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu2010-10-131-16/+14
* update doc.akr2010-07-191-35/+35
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-1/+1
* update doc.akr2010-07-171-11/+11
* * ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixednobu2010-07-161-3/+1
* * time.c (guess_local_offset): use the UTC offset of an older date onakr2010-07-141-2/+9
* * time.c (localtime_with_gmtoff_zone): renamed fromakr2010-07-141-31/+63
* update doc.akr2010-07-101-28/+68
* update doc.akr2010-07-091-22/+58
* * time.c (find_time_t): 24:00 should be the beginning of the nextakr2010-07-091-1/+2
* update doc.akr2010-07-081-54/+78
* document %g and %G for Time#strftime.akr2010-07-081-0/+2
* * strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr2010-07-071-1/+3
* * time.c (num_exact): fix for mathn. [ruby-dev:41599]akr2010-06-221-17/+32
* * time.c (rb_localtime_r2): fix mixed declarations and code.naruse2010-06-121-1/+2
* * time.c (init_leap_second_info): check the result ofakr2010-06-111-1/+2
* * time.c (find_time_t): test the result of LOCALTIME.akr2010-06-101-2/+2
* * time.c (rb_localtime_r2): fix localtime overflow check.akr2010-06-101-3/+5
* * time.c (rb_localtime_r2): refine localtime overflow check forakr2010-06-101-3/+11
* * time.c (find_time_t): always outerpolate from past.akr2010-06-091-16/+25
* * time.c (calc_tm_yday): extracted from timegmw_noleapsecond.akr2010-06-091-5/+19
* * removed trailing spaces.nobu2010-05-291-12/+12
* * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre2010-05-171-8/+2
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-93/+93
* * time.c (rb_big_abs_find_minbit): use ffs().akr2010-05-121-1/+1
* * time.c (rb_big_abs_find_minbit): get rid of a warning of VC.usa2010-05-101-1/+1
* * time.c (rb_localtime_r2): get rid of infinite loop bug ofnobu2010-05-061-0/+3
* * time.c (TIMET_MAX): should be time_t, not unsigned_time_t.usa2010-04-291-1/+1
* * time.c (rb_time_unmagnify_to_float): should cast.usa2010-04-291-1/+1