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
/
src
Age
Commit message (
Expand
)
Author
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2020-02-12
Fix integer boundary check before `float` to `time_t` casting.
Yukihiro "Matz" Matsumoto
2019-12-31
Silence GCC warning in `time.c` on Travis CI
KOBAYASHI Shuji
2019-12-05
Auto detect `MRB_TIME_T_UINT`
KOBAYASHI Shuji
2019-12-03
Silence Clang warning with `MRB_INT64` and `MRB_32BIT` in `time.c`
KOBAYASHI Shuji
2019-12-02
Silence Clang warning with `MRB_INT32` and `MRB_64BIT` in `time.c`
KOBAYASHI Shuji
2019-10-10
Fixed a bug in `mruby-time` with `NO_GETTIMEOFDAT`.
Yukihiro "Matz" Matsumoto
2019-09-25
Fix `MRB_WITHOUT_FLOAT` reversal; fix #4598
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-08-03
Suppress compiler warnings for mruby-time; fix #4600
dearblue
2019-07-31
Fix UTC offset representation in `Time#to_s` on some environments; ref #4604
KOBAYASHI Shuji
2019-07-29
Fix Time#to_s encoding on Windows
Sutou Kouhei
2019-07-27
Fix the lack of precision for `Time`; ref d74355061
dearblue
2019-07-27
Fix mruby-time with `MRB_WITHOUT_FLOAT`; ref d74355061
dearblue
2019-07-22
Fix `mruby-time` to work with `MRB_WITHOUT_FLOAT`; ref #4576
Yukihiro "Matz" Matsumoto
2019-07-22
Improve conflict error message of `Time` and `Math`; ref #4576
Yukihiro "Matz" Matsumoto
2019-07-14
Error needed/conflicts configuration
dearblue
2019-05-16
Refactor `time.c` regarding memory allocation.
Yukihiro "Matz" Matsumoto
2019-05-14
Refine `Time#(to_s|inspect)`
KOBAYASHI Shuji
2019-05-13
Fix `Time#(asctime|ctime)` according to ISO Ruby
KOBAYASHI Shuji
2019-03-02
Free `struct mrb_time` before error; fix #4308
Yukihiro "Matz" Matsumoto
2019-01-26
fix Time about carry-up and carry-down
takkaw
2019-01-08
Export Time creation API
take-cheeze
2018-12-23
Suppress _MSC_VER warns for mingw32
dearblue
2018-12-19
Added Android Hack to `time.c`.
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-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-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
[next]