index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time.c
Age
Commit message (
Expand
)
Author
2011-05-15
* remove trailing spaces.
nobu
2011-04-25
* random.c (random_rand): remove unused variables.
naruse
2011-01-31
* addr2line.c: suppressed shorten-64-to-32 warnings.
naruse
2011-01-18
update doc.
akr
2011-01-17
update doc.
akr
2011-01-17
update doc.
akr
2010-11-27
* time.c: parenthesize macro arguments.
akr
2010-11-27
* time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]
nobu
2010-11-22
* time.c (time_zone): use rb_locale_str_new_cstr to set encoding
naruse
2010-10-13
* array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),
nobu
2010-07-19
update doc.
akr
2010-07-18
* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]
nobu
2010-07-17
update doc.
akr
2010-07-16
* ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixed
nobu
2010-07-14
* time.c (guess_local_offset): use the UTC offset of an older date on
akr
2010-07-14
* time.c (localtime_with_gmtoff_zone): renamed from
akr
2010-07-10
update doc.
akr
2010-07-09
update doc.
akr
2010-07-09
* time.c (find_time_t): 24:00 should be the beginning of the next
akr
2010-07-08
update doc.
akr
2010-07-08
document %g and %G for Time#strftime.
akr
2010-07-07
* strftime.c (rb_strftime_with_timespec): support %:z and %::z.
akr
2010-06-22
* time.c (num_exact): fix for mathn. [ruby-dev:41599]
akr
2010-06-12
* time.c (rb_localtime_r2): fix mixed declarations and code.
naruse
2010-06-11
* time.c (init_leap_second_info): check the result of
akr
2010-06-10
* time.c (find_time_t): test the result of LOCALTIME.
akr
2010-06-10
* time.c (rb_localtime_r2): fix localtime overflow check.
akr
2010-06-10
* time.c (rb_localtime_r2): refine localtime overflow check for
akr
2010-06-09
* time.c (find_time_t): always outerpolate from past.
akr
2010-06-09
* time.c (calc_tm_yday): extracted from timegmw_noleapsecond.
akr
2010-05-29
* removed trailing spaces.
nobu
2010-05-17
* proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.
marcandre
2010-05-17
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-12
* time.c (rb_big_abs_find_minbit): use ffs().
akr
2010-05-10
* time.c (rb_big_abs_find_minbit): get rid of a warning of VC.
usa
2010-05-06
* time.c (rb_localtime_r2): get rid of infinite loop bug of
nobu
2010-04-29
* time.c (TIMET_MAX): should be time_t, not unsigned_time_t.
usa
2010-04-29
* time.c (rb_time_unmagnify_to_float): should cast.
usa
2010-04-28
* time.c (time_timespec): use rb_check_funcall.
nobu
2010-04-11
update doc.
akr
2010-04-07
* time.c (ASCTIME): unused macro removed.
akr
2010-04-06
* configure.in: test localtime(3) overflow. [ruby-dev:40910]
akr
2010-04-04
* time.c (cmp): optimize for fixnums.
akr
2010-04-04
* time.c (lt): call <=> instead of <.
akr
2010-04-03
* time.c: don't define STRUCT_WIDEVAL.
akr
2010-03-31
* time.c (rb_big_abs_find_minbit): fix handling the last word.
akr
2010-03-31
* time.c (long_mul): overflow condition changed.
akr
2010-03-31
* time.c (long_mul): extracted from mul and avoid integer overflow.
akr
2010-03-31
* time.c: less bignum allocations.
akr
2010-03-30
* time.c (timew2timespec): fix previous change.
akr
[prev]
[next]