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
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
2014-04-13
mruby-time: remove unnecessary `tzset` call
cremno
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-03-13
Don't redefine timeval on MingW64 environments
Mitchell Hashimoto
2014-03-06
Fix build on mingw32
mattn
2014-03-06
fixed broken gettimeofday implementation for Windows
unak
2014-03-06
Merge pull request #1812 from cremno/time-3
Yukihiro "Matz" Matsumoto
2014-03-05
mruby-time: add gettimeofday(2) for Windows
cremno
2014-03-05
mruby-time: fix indentation in mrb_time_asctime
cremno
2014-03-05
mruby-time: store timezone name directly
cremno
2014-03-05
mruby-time: timezone_names should be const
cremno
2014-03-05
mruby-time: store strings directly instead of pointers to them
cremno
2014-03-05
mruby-time: mrb_time_type should be const
cremno
2014-03-05
mruby-time: fix two tiny typos in comments
cremno
2014-03-05
mruby-time: rearrange header order
cremno
2014-03-05
mruby-time: remove trailing whitespace
cremno
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-02-25
small-optimization2 for mrb_time_zone
cubicdaiya
2014-02-25
small-optimization for mrb_time_zone
cubicdaiya
2014-02-08
made mrb_define_class to return existing class, with heavy refactoring
Yukihiro "Matz" Matsumoto
2013-08-15
remove alloc from Time class
Yukihiro "Matz" Matsumoto
2013-08-15
redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR(...
Yukihiro "Matz" Matsumoto
2013-08-14
define allocation method for Time class; close #1474
Yukihiro "Matz" Matsumoto
2013-08-05
muby-time: use mrb_free directly
Blaž Hrastnik
[prev]
[next]