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
2021-08-21
Organize the include of header files
dearblue
2021-07-25
time.c: fixed a potential buffer overflow in `time_zonename`.
Yukihiro "Matz" Matsumoto
2021-07-25
time.c: fixed `time_zonename` buffer size bug.
Yukihiro "Matz" Matsumoto
2021-07-25
time.c: stop returning `LOCAL` for the zone name from `Time.zone`.
Yukihiro "Matz" Matsumoto
2021-07-25
time.c: update the document for `Time#usec`; close #5515
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-05-08
time.c: Windows API provides `clock_gettime`.
Yukihiro "Matz" Matsumoto
2021-04-24
Skip tests that use `Float` inside; ref #5421
Yukihiro "Matz" Matsumoto
2021-04-24
time.c: `fixable_time_t_p` is not used with `MRB_NO_FLOAT`; #5421
Yukihiro "Matz" Matsumoto
2021-04-23
time.c: `time_t` may be unsigned on some platforms.
Yukihiro "Matz" Matsumoto
2021-04-19
time.c: add integer boundary check for year.
Yukihiro "Matz" Matsumoto
2021-03-14
time.c: calendar clock should use `CLOCK_REALTIME`; 5e95f11
Yukihiro "Matz" Matsumoto
2021-03-08
time.c: fix errors on Windows and macOS; ref #5354
Yukihiro "Matz" Matsumoto
2021-03-08
ISO C99 doesn't support unnamed unions; fix #5354
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: `timespec_get()` never fails.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: fixed wrong condition to include `unistd.h`.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: Windows does not have `unistd.h`.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: use `clock_gettime()` if possible.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: adjust buffer size in `mrb_time_asctime()`.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: fix compile errors in `mrb_time_asctime()`.
Yukihiro "Matz" Matsumoto
2021-03-01
time.c: fixed a bug on no builtin overflow (e.g. VC).
Yukihiro "Matz" Matsumoto
2021-03-01
time.c: avoid using `mrb_int_{add,sub}_overflow()`.
Yukihiro "Matz" Matsumoto
2021-02-28
time.c: check overflow in addition and subtraction of `Time`.
Yukihiro "Matz" Matsumoto
2021-02-28
Remove periods from error messages according to the convention.
Yukihiro "Matz" Matsumoto
2021-02-28
time.c: change `RuntimeError` to `ArgumentError`.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-12
Use `mrb_integer()` instead of `mrb_int()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Change out-of-range condition of `time_t` conversion.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid out-of-range error for negative time on `MRB_TIME_T_UINT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-03
Merge pull request #4800 from shuujii/set-MRB_STR_ASCII-flag-to-some-stringiz...
Yukihiro "Matz" Matsumoto
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-31
Set `MRB_STR_ASCII` flag to some stringize methods
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
[next]