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
2018-11-28
time.c: rescue find_timezone when loading
nobu
2018-11-28
Time.at in: tz
nobu
2018-11-28
Timezone at Time.at
nobu
2018-11-28
Try Time.find_timezone to convert name to timezone
nobu
2018-11-28
Try Time.find_timezone to load
nobu
2018-11-25
Normalize month-mday before finding epoch
naruse
2018-11-04
Hide Time::TM as Time::tm
nobu
2018-10-29
time.c: [DOC] fix method names to refer class methods [ci skip]
nobu
2018-10-28
time.c: added Time::TM#+ and Time::TM#-
nobu
2018-10-28
time.c: ignore 7th arg
nobu
2018-10-28
time.c: [DOC] add description and fix markups [ci skip]
nobu
2018-10-28
time.c: [DOC] fix rdoc-ref [ci skip]
nobu
2018-10-28
time.c: [DOC] about timezone arguemnt [ci skip]
nobu
2018-10-25
time.c: benchmark recovery
nobu
2018-10-23
Let Time::TM share the implementation with Time
nobu
2018-10-22
No longer subsec and isdst members
nobu
2018-10-22
Revert TM_IS_TIME to 1
nobu
2018-10-22
Return fixed values at subsec, utc_offset, and isdst
nobu
2018-10-22
time.c: optional arguments of Time::TM#initialize
nobu
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-12
Fix overwritten zone string
nobu
2018-10-12
Initialize zone
nobu
2018-10-12
Load as FIXOFF mode if zone is present
nobu
2018-10-12
Just copy tzmode
nobu
2018-10-08
Timezone at Time#+ and Time#-
nobu
2018-10-08
* expand tabs.
svn
2018-10-08
Timezone support by Time [Feature #14850]
nobu
2018-09-27
Fix messages for too small year
nobu
2018-09-12
time.c split time_utc_or_local
nobu
2018-08-21
rename an argument of calc_wday.
akr
2018-08-15
gmtimew_noleapsecond uses tables for mon and mday.
akr
2018-08-12
timegm_noleapsecond uses calc_tm_yday.
akr
2018-08-08
rename several internal macros in time.c
akr
2018-08-08
Update comment of tzmode [ci skip]
kazu
2018-08-08
Rename gmt field to tzmode in struct time_object.
akr
2018-08-08
Store String as zone in struct vtm.
akr
2018-07-19
renamed ruby_tz_update as ruby_tz_uptodate_p
nobu
2018-07-18
reduce tzset
nobu
2018-07-06
Prefixed reset_leap_second_info
nobu
2018-07-05
Re-apply r63848 (Optimize Time.utc)
naruse
2018-07-04
Revert "Optimize Time.utc"
naruse
2018-07-04
Optimize Time.utc
naruse
2018-07-02
time.c: [DOC] Time#localtime
nobu
2018-01-22
time.c (num_exact): use predefined IDs
normal
2018-01-22
time.c: constify compat_* tables
normal
2018-01-17
time.c: use "unsigned int" for bitfields
normal
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-02
bit-fields other than int is a C99ism
shyouhei
2017-12-11
extern rb_time_utc_offset to get utc offset
naruse
2017-09-25
Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...
naruse
[next]