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
*
Marshal distant past/future
Nobuyoshi Nakada
2019-06-19
1
-8
/
+67
*
[DOC] Use Rational literals than to_r in examples
Nobuyoshi Nakada
2019-05-24
1
-3
/
+3
*
Hoisted out ndigits_denominator
Nobuyoshi Nakada
2019-05-24
1
-51
/
+24
*
* expand tabs.
git
2019-05-23
1
-1
/
+1
*
Add `Time#ceil`.
manga_osyo
2019-05-23
1
-0
/
+62
*
[DOC] Shorten examples for Time#{round,floor}
Marcus Stollsteimer
2019-05-18
1
-12
/
+0
*
[DOC] Improve documentation for Time#floor
Marcus Stollsteimer
2019-05-18
1
-4
/
+2
*
Add a pathologic check
Nobuyoshi Nakada
2019-05-04
1
-0
/
+3
*
* expand tabs.
svn
2019-04-20
1
-1
/
+1
*
Add `Time#floor`
nobu
2019-04-20
1
-0
/
+70
*
time.c: added in: option to Time.now
nobu
2019-04-19
1
-9
/
+28
*
time.c: [DOC] small improvement
stomar
2019-01-20
1
-1
/
+1
*
time.c: separate sign argument
nobu
2019-01-13
1
-8
/
+4
*
time.c: do not set utc_offset in vtm_add_offset
nobu
2019-01-13
1
-2
/
+0
*
time.c: update error message for invalid utc_offset
nobu
2019-01-09
1
-1
/
+4
*
time.c: support military time zone names
nobu
2019-01-07
1
-0
/
+13
*
time.c: UTC and Z timezones should be utc
nobu
2019-01-07
1
-3
/
+36
*
time.c: zone in fixoff mode
nobu
2018-12-24
1
-0
/
+1
*
Range check is only for interaval
nobu
2018-12-17
1
-12
/
+18
*
Refine error message for time interval
nobu
2018-12-16
1
-4
/
+4
*
time.c: [DOC] improve docs for tz argument of Time.new
stomar
2018-12-15
1
-5
/
+5
*
time.c: improve docs for Time
stomar
2018-12-13
1
-44
/
+44
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-7
/
+3
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-04
1
-1
/
+1
*
time.c: rescue find_timezone when loading
nobu
2018-11-28
1
-2
/
+21
*
Time.at in: tz
nobu
2018-11-28
1
-6
/
+12
*
Timezone at Time.at
nobu
2018-11-28
1
-2
/
+17
*
Try Time.find_timezone to convert name to timezone
nobu
2018-11-28
1
-17
/
+54
*
Try Time.find_timezone to load
nobu
2018-11-28
1
-2
/
+17
*
Normalize month-mday before finding epoch
naruse
2018-11-25
1
-0
/
+23
*
Hide Time::TM as Time::tm
nobu
2018-11-04
1
-55
/
+67
*
time.c: [DOC] fix method names to refer class methods [ci skip]
nobu
2018-10-29
1
-3
/
+3
*
time.c: added Time::TM#+ and Time::TM#-
nobu
2018-10-28
1
-4
/
+24
*
time.c: ignore 7th arg
nobu
2018-10-28
1
-21
/
+19
*
time.c: [DOC] add description and fix markups [ci skip]
nobu
2018-10-28
1
-12
/
+19
*
time.c: [DOC] fix rdoc-ref [ci skip]
nobu
2018-10-28
1
-1
/
+2
*
time.c: [DOC] about timezone arguemnt [ci skip]
nobu
2018-10-28
1
-2
/
+28
*
time.c: benchmark recovery
nobu
2018-10-25
1
-1
/
+3
*
Let Time::TM share the implementation with Time
nobu
2018-10-23
1
-1
/
+30
*
No longer subsec and isdst members
nobu
2018-10-22
1
-6
/
+0
*
Revert TM_IS_TIME to 1
nobu
2018-10-22
1
-1
/
+1
*
Return fixed values at subsec, utc_offset, and isdst
nobu
2018-10-22
1
-3
/
+37
*
time.c: optional arguments of Time::TM#initialize
nobu
2018-10-22
1
-5
/
+5
*
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
1
-12
/
+10
*
Fix overwritten zone string
nobu
2018-10-12
1
-2
/
+6
*
Initialize zone
nobu
2018-10-12
1
-0
/
+1
*
Load as FIXOFF mode if zone is present
nobu
2018-10-12
1
-4
/
+7
*
Just copy tzmode
nobu
2018-10-12
1
-15
/
+5
*
Timezone at Time#+ and Time#-
nobu
2018-10-08
1
-0
/
+8
*
* expand tabs.
svn
2018-10-08
1
-1
/
+1
[next]