| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-26 | use C99 flexible array member instead of [1] | Yukihiro Matz Matsumoto | |
| 2013-03-26 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-03-26 | Merge pull request #1073 from kurodash/pr-builderr-on-vs2012 | Yukihiro "Matz" Matsumoto | |
| fix build error on VS2012 toolchains. | |||
| 2013-03-26 | Merge pull request #1072 from monaka/pr-cleanup-code-20130326 | Yukihiro "Matz" Matsumoto | |
| Cleanup code. | |||
| 2013-03-26 | zero length array is GCC extension | Yukihiro Matz Matsumoto | |
| 2013-03-26 | fixed build error on VS2012 toolchains. | kurodash | |
| 2013-03-26 | Preprocessor # should be the top of line. | Masaki Muranaka | |
| 2013-03-26 | Remove unused macros. | Masaki Muranaka | |
| 2013-03-26 | Remove #if 0 ... #endif code. | Masaki Muranaka | |
| 2013-03-25 | Merge pull request #1071 from crimsonwoods/remove_strerror | Yukihiro "Matz" Matsumoto | |
| remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'. | |||
| 2013-03-25 | remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'. | crimsonwoods | |
| 2013-03-25 | Merge pull request #1065 from monaka/pr-reduce-stdio-dependency | Yukihiro "Matz" Matsumoto | |
| Reduce stdio dependency | |||
| 2013-03-25 | Merge pull request #1069 from kano4/pr-fix-indentation-in-mirb_c | Yukihiro "Matz" Matsumoto | |
| Fix indentation in mirb.c | |||
| 2013-03-25 | Merge pull request #1070 from mattn/fix_order | Yukihiro "Matz" Matsumoto | |
| mruby-sprintf should precede mruby-print | |||
| 2013-03-25 | mruby-sprintf should precede mruby-print | mattn | |
| 2013-03-25 | Fix indentation in mirb.c | kano4 | |
| 2013-03-25 | Merge pull request #1066 from xxuejie/static_inline_top_env | Yukihiro "Matz" Matsumoto | |
| Make topenv() static inlined to avoid compiling error when using clang and -O0 mode | |||
| 2013-03-24 | Make topenv() static inlined | Xuejie "Rafael" Xiao | |
| 2013-03-24 | Merge pull request #1061 from nemerle/RData-type-constification | Yukihiro "Matz" Matsumoto | |
| Changed the RData type field to 'const' | |||
| 2013-03-24 | Merge pull request #1063 from matsumoto-r/adjust_spase_tab | Yukihiro "Matz" Matsumoto | |
| Adjusted indent, space and tab | |||
| 2013-03-24 | Add stdio.h. This is just for now. We should discuss about remote tests later. | Masaki Muranaka | |
| 2013-03-24 | Reduce using snprintf(). They can replace by mruby API. | Masaki Muranaka | |
| 2013-03-24 | Separate FILE dependencies with ENABLE_STDIO. | Masaki Muranaka | |
| 2013-03-24 | Include stddef.h. It is required by size_t. In case you include stdio.h, ↵ | Masaki Muranaka | |
| stddef.h is included indirectly. | |||
| 2013-03-24 | Adjusted indent, space and tab | MATSUMOTO Ryosuke | |
| 2013-03-23 | Changed the RData type field to 'const' | Artur K | |
| Within the mruby source code the 'type' field is either initialized, or used in const manner. IMHO changing the type after it has been created might cause hard to track errors. | |||
| 2013-03-23 | Merge pull request #1060 from cremno/nan_boxing-mrb_bool_value-fails | Yukihiro "Matz" Matsumoto | |
| NaN boxing: fix compilation | |||
| 2013-03-23 | Merge pull request #1059 from mattn/remove_needless_sprintf | Yukihiro "Matz" Matsumoto | |
| Remove unused mrb_sprintf | |||
| 2013-03-23 | fixed NaN boxing compilation | Cremno | |
| Use MRB_SET_VALUE instead of directly accessing members of mrb_value which are different if NaN boxing is enabled. | |||
| 2013-03-24 | Remove unused mrb_sprintf | mattn | |
| 2013-03-23 | Merge pull request #1058 from mattn/remove_mrb_f_sprintf | Yukihiro "Matz" Matsumoto | |
| Remove needless prototype | |||
| 2013-03-24 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-03-24 | Remove needless prototype | mattn | |
| 2013-03-23 | Merge pull request #1057 from mattn/mruby-print | Yukihiro "Matz" Matsumoto | |
| mruby-print gem | |||
| 2013-03-24 | Use size_t instead of int. This is for portability. | Yukihiro Matz Matsumoto | |
| 2013-03-24 | Add mruby-print | mattn | |
| 2013-03-24 | Remove __printstr__ | mattn | |
| 2013-03-24 | For particular environments which has 25 < n < 32 bit int. There is no cost ↵ | Masaki Muranaka | |
| even if you use 16/32bit int targets. | |||
| 2013-03-24 | Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are ↵ | Masaki Muranaka | |
| used only by GETARG_{b,c}. | |||
| 2013-03-24 | Use ptrdiff_t instead of int. This is for portability. | Masaki Muranaka | |
| 2013-03-24 | Use mrb_bool instead of int. This is for portability; based on e767ebf but ↵ | Yukihiro Matz Matsumoto | |
| iv_foreach_func must return int | |||
| 2013-03-23 | Remove unused marco CODEGEN_DUMP. | Masaki Muranaka | |
| 2013-03-23 | add mt19937ar license (BSD) to LEGAL | Yukihiro Matz Matsumoto | |
| 2013-03-23 | Merge pull request #1056 from matsumoto-r/fix_random_license | Yukihiro "Matz" Matsumoto | |
| Modified license information for mruby-random | |||
| 2013-03-23 | Modified license information for mruby-random | MATSUMOTO Ryosuke | |
| 2013-03-23 | rename mrb_ptr_as_string() to mrb_ptr_to_str() | Yukihiro Matz Matsumoto | |
| 2013-03-23 | Merge branch 'pr-add-mrb_ptr_as_string' of https://github.com/monaka/mruby ↵ | Yukihiro Matz Matsumoto | |
| into monaka-pr-add-mrb_ptr_as_string | |||
| 2013-03-23 | Merge pull request #1055 from monaka/pr-remove-_obj_classname | Yukihiro "Matz" Matsumoto | |
| Remove _obj_classname() | |||
| 2013-03-23 | Remove _obj_classname() as unused. | Masaki Muranaka | |
| 2013-03-23 | Use mrb_obj_classname() instead of _obj_classname(). They are complietely same. | Masaki Muranaka | |
