index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* time.c (guess_local_offset): use the UTC offset of an older date on
akr
2010-07-14
1
-2
/
+9
*
* time.c (localtime_with_gmtoff_zone): renamed from
akr
2010-07-14
1
-31
/
+63
*
update doc.
akr
2010-07-10
1
-28
/
+68
*
update doc.
akr
2010-07-09
1
-22
/
+58
*
* time.c (find_time_t): 24:00 should be the beginning of the next
akr
2010-07-09
1
-1
/
+2
*
update doc.
akr
2010-07-08
1
-54
/
+78
*
document %g and %G for Time#strftime.
akr
2010-07-08
1
-0
/
+2
*
* strftime.c (rb_strftime_with_timespec): support %:z and %::z.
akr
2010-07-07
1
-1
/
+3
*
* time.c (num_exact): fix for mathn. [ruby-dev:41599]
akr
2010-06-22
1
-17
/
+32
*
* time.c (rb_localtime_r2): fix mixed declarations and code.
naruse
2010-06-12
1
-1
/
+2
*
* time.c (init_leap_second_info): check the result of
akr
2010-06-11
1
-1
/
+2
*
* time.c (find_time_t): test the result of LOCALTIME.
akr
2010-06-10
1
-2
/
+2
*
* time.c (rb_localtime_r2): fix localtime overflow check.
akr
2010-06-10
1
-3
/
+5
*
* time.c (rb_localtime_r2): refine localtime overflow check for
akr
2010-06-10
1
-3
/
+11
*
* time.c (find_time_t): always outerpolate from past.
akr
2010-06-09
1
-16
/
+25
*
* time.c (calc_tm_yday): extracted from timegmw_noleapsecond.
akr
2010-06-09
1
-5
/
+19
*
* removed trailing spaces.
nobu
2010-05-29
1
-12
/
+12
*
* proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.
marcandre
2010-05-17
1
-8
/
+2
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-93
/
+93
*
* time.c (rb_big_abs_find_minbit): use ffs().
akr
2010-05-12
1
-1
/
+1
*
* time.c (rb_big_abs_find_minbit): get rid of a warning of VC.
usa
2010-05-10
1
-1
/
+1
*
* time.c (rb_localtime_r2): get rid of infinite loop bug of
nobu
2010-05-06
1
-0
/
+3
*
* time.c (TIMET_MAX): should be time_t, not unsigned_time_t.
usa
2010-04-29
1
-1
/
+1
*
* time.c (rb_time_unmagnify_to_float): should cast.
usa
2010-04-29
1
-1
/
+1
*
* time.c (time_timespec): use rb_check_funcall.
nobu
2010-04-28
1
-6
/
+3
*
update doc.
akr
2010-04-11
1
-6
/
+6
*
* time.c (ASCTIME): unused macro removed.
akr
2010-04-07
1
-6
/
+0
*
* configure.in: test localtime(3) overflow. [ruby-dev:40910]
akr
2010-04-06
1
-14
/
+45
*
* time.c (cmp): optimize for fixnums.
akr
2010-04-04
1
-51
/
+41
*
* time.c (lt): call <=> instead of <.
akr
2010-04-04
1
-6
/
+7
*
* time.c: don't define STRUCT_WIDEVAL.
akr
2010-04-03
1
-1
/
+0
*
* time.c (rb_big_abs_find_minbit): fix handling the last word.
akr
2010-03-31
1
-1
/
+1
*
* time.c (long_mul): overflow condition changed.
akr
2010-03-31
1
-4
/
+4
*
* time.c (long_mul): extracted from mul and avoid integer overflow.
akr
2010-03-31
1
-30
/
+106
*
* time.c: less bignum allocations.
akr
2010-03-31
1
-141
/
+266
*
* time.c (timew2timespec): fix previous change.
akr
2010-03-30
1
-1
/
+1
*
* time.c (wdivmod): renamed from wdivmodv. fix neg/pos and pos/neg.
akr
2010-03-30
1
-31
/
+76
*
* time.c: use more polymorphic operations.
akr
2010-03-30
1
-24
/
+17
*
* time.c: reorder wide value implementation.
akr
2010-03-30
1
-103
/
+104
*
* time.c: make wide value more polymorphic.
akr
2010-03-30
1
-100
/
+102
*
fix previous commit for LP64.
akr
2010-03-30
1
-2
/
+8
*
* time.c (w2v): renamed from w2xv.
akr
2010-03-30
1
-89
/
+97
*
update doc.
akr
2010-03-30
1
-0
/
+15
*
* time.c: wide value condition changed.
akr
2010-03-29
1
-122
/
+128
*
* time.c (rb_time_magnify): fix for LP64.
akr
2010-03-28
1
-2
/
+12
*
* time.c: rename small integer specialization related identifiers.
akr
2010-03-28
1
-158
/
+158
*
* time.c (weq): optimize for small integer.
akr
2010-03-27
1
-12
/
+84
*
* time.c (mul): condition refined.
akr
2010-03-27
1
-4
/
+8
*
* time.c: fix previos commit.
akr
2010-03-27
1
-6
/
+8
*
* time.c: use 64bit arithmetic even on platforms with 32bit VALUE.
akr
2010-03-27
1
-142
/
+477
[prev]
[next]