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
Age
Commit message (
Expand
)
Author
2018-01-30
Merge pull request #3936 from ken-mu/uint
Yukihiro "Matz" Matsumoto
2018-01-29
mruby-time: remove ifdef for mktime error handling
ken-mu
2018-01-28
mruby-time: support time_t is uint
ken-mu
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-09-27
fix: mrbgems\mruby-time\src\time.c(641): warning C4244: '=': conversion from ...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-time\src\time.c(372): warning C4244: 'function': conversio...
Tomasz Dąbrowski
2017-09-25
change DISABLE_STDIO to MRB_DISABLE_STDIO in mruby-time/time.c
Tomasz Dabrowski
2017-07-13
Use `floor()` to implement `round()` on WIN32 platform.
Yukihiro "Matz" Matsumoto
2017-07-13
Define `round()` only on WIN32 platform; fix #3741
Yukihiro "Matz" Matsumoto
2017-04-25
Add explicit cast from double to long.
Yukihiro "Matz" Matsumoto
2017-04-25
Avoid use of `snprintf()` when DISABLE_STDIO is set; fix #3632
Yukihiro "Matz" Matsumoto
2017-04-03
Correctly handle large negative usec value.
Clayton Smith
2017-04-03
Unify `else` clause style
Yukihiro "Matz" Matsumoto
2017-04-01
Improve Time.new() performance using division; fix #3561
Yukihiro "Matz" Matsumoto
2017-03-29
Should raise FloatDomainError
ksss
2017-03-28
Fix infinity loop
ksss
2017-01-09
Validate tm values before timegm(); close #3368
Yukihiro "Matz" Matsumoto
2017-01-02
add explicit casts
Yukihiro "Matz" Matsumoto
2017-01-01
Initialize potentially uninitialized variable tsec.
Yukihiro "Matz" Matsumoto
2016-12-06
Raise an exception in time_update_datetime().
Yukihiro "Matz" Matsumoto
2016-11-27
Add NULL checks for Time data retrieval
Yukihiro "Matz" Matsumoto
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
2016-11-24
Time#initialize_copy: Check if source time is initialized.
Yukihiro "Matz" Matsumoto
2016-04-04
fix possible memory leak in mruby-time gem
Yukihiro "Matz" Matsumoto
2015-11-27
Implemented round(double) function within mruby-time gem, for it is missing on
Paolo Bosetti
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-07-09
use round for llround. some platform (ex: mingw32) doesn't have llround.
Yasuhiro Matsumoto
2015-06-17
Added a check for 64 bit time_t overflow; based on a patch from @kext; close ...
Yukihiro "Matz" Matsumoto
2015-06-16
Changed llrint to llround
Lukas Joeressen
2015-06-15
Rounding errors could make time_alloc imprecise
Lukas Joeressen
2015-03-22
call C11's timespec_get()
cremno
2014-10-03
add similar range check for tm->usec as well
Yukihiro "Matz" Matsumoto
2014-10-03
always check range before casting time_t to mrb_int
Yukihiro "Matz" Matsumoto
2014-10-03
time_t may overflow mrb_int when word boxing is used
Yukihiro "Matz" Matsumoto
2014-08-20
Add API `mrb_data_init` to initialize `MRB_TT_DATA` tagged instance.
take_cheeze
2014-08-09
timer on windows bug fixed.
dycoon
2014-08-03
Time#to_i and Time#usec should care about mrb_int overflow on MRB_INT16; ref ...
Yukihiro "Matz" Matsumoto
2014-07-02
Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`.
take_cheeze
2014-07-02
time overflow check; ref #2337
Yukihiro "Matz" Matsumoto
2014-06-15
Test all ISO defined classes direct superclass except `Object` class.
take_cheeze
2014-06-09
Fix `Time.at` args spec.
take_cheeze
2014-05-09
pacify MSVC warnings for time.c
kyab
2014-05-07
Remove `Time` defined check in test.
take_cheeze
2014-05-07
Fix build on mingw32/64: struct timeval isn't defined in default. See: 642477...
mattn
2014-05-05
Implement day of week methods.
take_cheeze
2014-05-02
Update time.c
windwiny
2014-04-13
mruby-time: fix check of `mktime`'s return value
cremno
[next]