summaryrefslogtreecommitdiffhomepage
path: root/src/time.c
AgeCommit message (Expand)Author
2012-05-17gmtime_r emulated by gmtime_s should return struct tm*; close #146Yukihiro Matsumoto
2012-05-16fix #127 on mingw.mattn
2012-05-13emulate gmtime_r/localtime_r by gmtime_s/localtime_s on WindowsYukihiro Matsumoto
2012-05-08fix #ifdef to pass on windows.mattn
2012-05-08rename current_time -> current_mrb_timeYukihiro Matsumoto
2012-05-08add 1usec to differentiate two timesYukihiro Matsumoto
2012-05-08rename macros NO_USE_ -> NO_Yukihiro Matsumoto
2012-05-07update time configuration; now config macros can be supplied by -D compiler o...Yukihiro Matsumoto
2012-05-07use portable gmtimeYukihiro Matsumoto
2012-05-07initialize_copy: copy destination object may not be intializedYukihiro Matsumoto
2012-05-07remove warning.mattn
2012-05-07time functions on windows.mattn
2012-05-06test_time should passYukihiro Matsumoto
2012-05-06Time class available; based on code from @beoran; sorry for jumbo patchYukihiro Matsumoto
2012-05-04move mrb_str_new prototype to mruby.hYukihiro Matsumoto