| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-13 | mruby-time: remove unnecessary `tzset` call | cremno | |
| The gem doesn't use the global variables and: >Local timezone information is used as though localtime() calls tzset(). http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html | |||
| 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 | |
| small, but critical typo :) | |||
| 2014-03-06 | Merge pull request #1812 from cremno/time-3 | Yukihiro "Matz" Matsumoto | |
| mruby-time: add gettimeofday(2) for Windows | |||
| 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 | |
| According to CONTRIBUTING.md, Don't use C++ style comments /* This is the prefered comment style */ Use C++ style comments only for temporary comment e.g. commenting out some code lines. | |||
| 2014-02-25 | small-optimization2 for mrb_time_zone | cubicdaiya | |
| mrb_str_new_static is more efficient than mrb_str_new in this case. | |||
| 2014-02-25 | small-optimization for mrb_time_zone | cubicdaiya | |
| Using mrb_str_new instead of mrb_str_new_cstr | |||
| 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, ↵ | Yukihiro "Matz" Matsumoto | |
| DATA_GET_PTR() to type safe retrieval (TypeError will be raised), DATA_CHECK_GET_PTR() to get nil if type mismatched | |||
| 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 | |
| 2013-07-23 | "spec.author" is better for single-author gems. | Tomoyuki Sahara | |
| "spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/ | |||
| 2013-06-18 | fix typo: Tus -> Tue. | Tomoyuki Sahara | |
| 2013-05-26 | Add MRB_WORD_BOXING mode (represent mrb_value as a word) | kimu_shu | |
| 2013-04-25 | add new macro MRB_ARGS_ARG(n1,n2) to specify required and optional arugments ↵ | Yukihiro "Matz" Matsumoto | |
| at once | |||
| 2013-04-25 | rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 | Yukihiro "Matz" Matsumoto | |
| 2013-04-04 | rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ↵ | Yukihiro "Matz" Matsumoto | |
| mrb_data_check_and_get | |||
| 2013-03-24 | Adjusted indent, space and tab | MATSUMOTO Ryosuke | |
| 2013-03-19 | rename mrb_true_or_false_value() to mrb_bool_value() | Yukihiro Matz Matsumoto | |
| 2013-03-19 | Remove the macro mrb_bool_value(). Use mrb_true_or_false() instead. | Masaki Muranaka | |
| 2013-03-16 | Remove unused string.h. | Masaki Muranaka | |
| 2013-03-13 | set DATA_TYPE as soon as possible. | Tomoyuki Sahara | |
| 2013-03-11 | Fix typo | Carson McDonald | |
| 2013-03-01 | Fix two typos | Carson McDonald | |
| 2013-02-28 | s/mgem/mrbgem/ | Yuichiro MASUI | |
