index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-time
/
test
Age
Commit message (
Expand
)
Author
2019-07-31
Fix UTC offset representation in `Time#to_s` on some environments; ref #4604
KOBAYASHI Shuji
2019-05-24
Fix the order of "expected" and "actual" in `mruby-time` test
KOBAYASHI Shuji
2019-05-14
Refine `Time#(to_s|inspect)`
KOBAYASHI Shuji
2019-05-13
Fix `Time#(asctime|ctime)` according to ISO Ruby
KOBAYASHI Shuji
2019-05-12
Fix missing assertions in `mruby-time` test
KOBAYASHI Shuji
2018-01-24
`Time.new(1969,12,31,23,59,59)` may or may not faile; ref #3932
Yukihiro "Matz" Matsumoto
2018-01-21
mruby-time: remove test case less than Dec 31 23:59:58 1969
ken-mu
2018-01-20
mruby-time: Fix mruby specific timegm() cannot return minus
ken-mu
2017-03-28
Fix infinity loop
ksss
2016-11-26
removed failing test for Time#initialize; ref #3295
Yukihiro "Matz" Matsumoto
2016-11-25
Fix null pointer dereference in mrb_time_initialize
Bouke van der Bijl
2015-06-15
Rounding errors could make time_alloc imprecise
Lukas Joeressen
2014-06-15
Test all ISO defined classes direct superclass except `Object` class.
take_cheeze
2014-05-07
Remove `Time` defined check in test.
take_cheeze
2014-05-05
Implement day of week methods.
take_cheeze
2013-02-28
s/mgem/mrbgem/
Yuichiro MASUI