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
ruby_3_4
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
2016-03-23
strftime.c: format in String
nobu
2016-03-22
* time.c (wmul): wrong condition.
usa
2016-03-22
* time.c (wdiv, wmod): wdivmod0() assumes the 3rd and the 4th arguments
usa
2016-03-22
* time.c (divmodv): void function never returns any value.
usa
2016-03-21
fix typo
naruse
2016-03-21
* time.c (MUL_OVERFLOW_FIXWV_P): defined for FIXWV.
naruse
2016-03-21
fix typo
naruse
2016-03-21
* time.c (divmodv): add the case both arguments are Fixnum.
naruse
2016-03-21
* internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only if
naruse
2016-03-21
time.c (quo): fix missing return
nobu
2016-03-21
fix commit miss
naruse
2016-03-21
* time.c (mod): Add Fixnum case.
naruse
2016-03-20
time.c (mul): fix missing return.
nobu
2016-03-20
* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;
naruse
2016-03-20
* time.c (add): remove FIXABLE() which is in LONG2NUM().
naruse
2016-03-18
* time.c (LOCALTIME): organize #ifdefs.
naruse
2016-03-18
* configure.in (rb_cv_member_struct_tm_tm_gmtoff): For Linux (glibc)
naruse
2016-03-15
* time.c: Minor typo in Time#dst? documentation.
hsbt
2015-11-10
* time.c (rb_time_timespec_new): swap utc and localtime
naruse
2015-11-10
* time.c (rb_timespec_now): added.
naruse
2015-11-09
fix comment: tobj->gmt is 0:localtime 1:utc 2:fixoff 3:init
naruse
2015-09-28
preserve encodings in error messages
nobu
2015-06-14
* time.c (time_getlocaltime): [DOC] Add examples of valid utc_offset
akr
2015-05-30
variable.c: avoid compatibility table with generic ivars
normal
2015-04-23
* win32/Makefile.sub: MSVC14 have struct timespec.
naruse
2015-02-24
time.c: locale time zone name
nobu
2015-02-23
zone may be ASCII-8BIT on Windows [Bug #10887]
naruse
2015-02-22
* time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.
eregon
2015-01-06
* time.c (timelocalw): Set tm_isdst field -1 if vtm->isdst is
akr
2014-12-01
use 0 for reserved
nobu
2014-11-27
time.c: indent
nobu
2014-11-27
* time.c (time_s_mkutc): [DOC] Time.utc's 10 arguments form
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-04
update doc.
akr
2014-10-17
* Avoid undefined behaviors found by gcc -fsanitize=undefined.
akr
2014-09-21
* time.c: raise exception when minutes of utc_offset is out of 00-59.
glass
2014-09-10
time.c: DATA_PTR is never NULL
normal
2014-08-26
* time.c (rb_time_unmagnify_to_float): Avoid double rounding.
akr
2014-08-16
time.c (time_timespec): fix tv_nsec overflow
normal
2014-08-14
Revert r46977. [ruby-core:63857] [Bug #10071]
akr
2014-07-27
* time.c: [DOC] Clarify %Y in strftime, which can accept any digits
zzak
2014-07-27
* time.c: [DOC] Remove dead link and old bug report, which hasn't been
zzak
2014-07-23
time.c: unnecessary encoding
nobu
2014-05-11
* compile.c (BUFSIZE): Unused macro removed.
akr
2014-05-02
time.c: fix underflow of unsigned integers
nobu
2014-04-18
time.c: fix non-terminated string
nobu
2014-03-19
time.c: freeze and preserve marshal-loaded time zone
normal
2014-03-14
[DOC] add links to `Object#hash`
nobu
2014-02-28
[DOC]
akr
2014-02-27
adjust indent and style
nobu
[next]