| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-12 | fix mrb_funcall calling | take_cheeze | |
| 2014-03-11 | add MRB_INT_BIT | cremno | |
| 2014-03-11 | don't use of anonymous unions | take_cheeze | |
| 2014-03-10 | set bit field for mrb_bool | ksss | |
| 2014-03-10 | reduce mrb_open calls in mrbgem test | take_cheeze | |
| 2014-03-09 | Use mrb_str_new_cstr() instead of mrb_str_new() with strlen(). | Masaki Muranaka | |
| 2014-03-09 | Merge pull request #1831 from monaka/pr-make-type-casts-safer | Yukihiro "Matz" Matsumoto | |
| Make type casts safer | |||
| 2014-03-09 | add data_type check to mruby-random | Yukihiro "Matz" Matsumoto | |
| 2014-03-09 | refactoring mruby-random | Yukihiro "Matz" Matsumoto | |
| 2014-03-09 | implement Array#sample in mruby-random gem | Yukihiro "Matz" Matsumoto | |
| 2014-03-08 | Make type casts safer. | Masaki Muranaka | |
| 2014-03-08 | support linenoise in mirb | takkaw | |
| 2014-03-06 | make embed string when create literals | ksss | |
| 2014-03-06 | embed small string | ksss | |
| use flags 4 for *this object is embed* use flags 8~64 for *embed string length* | |||
| 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 | fix and add test for Proc#source_location | take_cheeze | |
| 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-05 | small refactor | takkaw | |
| 2014-03-05 | use mrb_int instead of size_t since string length is represented by mrb_int; ↵ | Yukihiro "Matz" Matsumoto | |
| close #1810 | |||
| 2014-03-05 | Merge pull request #1808 from cubicdaiya/issues/unused_variable | Yukihiro "Matz" Matsumoto | |
| remove unused variable | |||
| 2014-03-05 | Merge pull request #1807 from tmash06/fix_exit_status_code | Yukihiro "Matz" Matsumoto | |
| fix mruby command returning EXIT_SUCCESS when program file can't be opened. | |||
| 2014-03-05 | remove unused variable | cubicdaiya | |
| GLOBAL_RAND_SEED_KEY is no longer used. | |||
| 2014-03-05 | fix mruby command returning EXIT_SUCCESS when program file can't be | Tatsuya Matsumoto | |
| opened. | |||
| 2014-03-05 | fix argument spec setting of Kernel.exit method. | Tatsuya Matsumoto | |
| this method requires 1 optional argument. | |||
| 2014-03-05 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-05 | should check crossing C boudary from resume | Yukihiro "Matz" Matsumoto | |
| 2014-03-05 | s/\\"/"/g in mruby-config | mattn | |
| 2014-03-05 | Merge pull request #1801 from mattn/mruby-config | Yukihiro "Matz" Matsumoto | |
| Add mruby-bin-mruby-config | |||
| 2014-03-05 | Don't echo empty string. (Remove workaround for windows) | mattn | |
| 2014-03-05 | chmod 755 | mattn | |
| 2014-03-05 | mruby command should not execute program on "syntax only option(-c)". | Tatsuya Matsumoto | |
| 2014-03-05 | Add mruby-bin-mruby-config | mattn | |
| 2014-03-04 | Fix #1793 | mattn | |
| 2014-03-04 | add Integer#div and Float#div. | Tomoyuki Sahara | |
| 2014-03-03 | use tempfile module | take_cheeze | |
| 2014-03-03 | add test to check striped binary works correctly | take_cheeze | |
| 2014-03-02 | fix a memory leak in mruby-random. | Tatsuya Matsumoto | |
| 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-03-01 | mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to ↵ | Yukihiro "Matz" Matsumoto | |
| use the function; there's no function available to create new fiber from C (countapart of Lua's lua_newthread), but that's because you cannot create a new fiber from C due to mruby C API design limitation. define your method to create fibers in Ruby; close #1269 | |||
| 2014-02-28 | cancel 313f6b; add fallthrough comment | Yukihiro "Matz" Matsumoto | |
