aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * time.c (time_timespec): use rb_check_funcall.nobu2010-04-281-6/+3
* update doc.akr2010-04-111-6/+6
* * time.c (ASCTIME): unused macro removed.akr2010-04-071-6/+0
* * configure.in: test localtime(3) overflow. [ruby-dev:40910]akr2010-04-061-14/+45
* * time.c (cmp): optimize for fixnums.akr2010-04-041-51/+41
* * time.c (lt): call <=> instead of <.akr2010-04-041-6/+7
* * time.c: don't define STRUCT_WIDEVAL.akr2010-04-031-1/+0
* * time.c (rb_big_abs_find_minbit): fix handling the last word.akr2010-03-311-1/+1
* * time.c (long_mul): overflow condition changed.akr2010-03-311-4/+4
* * time.c (long_mul): extracted from mul and avoid integer overflow.akr2010-03-311-30/+106
* * time.c: less bignum allocations.akr2010-03-311-141/+266
* * time.c (timew2timespec): fix previous change.akr2010-03-301-1/+1
* * time.c (wdivmod): renamed from wdivmodv. fix neg/pos and pos/neg.akr2010-03-301-31/+76