| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-29 | Move TRUE/FALSE existence checks. | Masaki Muranaka | |
| 2013-03-29 | Remove limits.h from numeric.h. Add limits.h to some C files. | Masaki Muranaka | |
| 2013-03-28 | Fix a type mismatch. | Masaki Muranaka | |
| 2013-03-27 | Merge pull request #1082 from masuidrive/add_debug_info | Yukihiro "Matz" Matsumoto | |
| Added debug infomation section into .mrb file | |||
| 2013-03-27 | use new mrb_format API from mrb_raisef; its only format specifier is "%S" ↵ | Yukihiro Matz Matsumoto | |
| (stringify) and takes mrb_value; close #1062 | |||
| 2013-03-27 | implement mrb_format and mrb_vformat | Yukihiro Matz Matsumoto | |
| 2013-03-27 | Fix build error on VS2012 toolchain. | kurodash | |
| A local variables define beginning of a scope block. VS2012 unacceptable ";;" in struct definition. | |||
| 2013-03-27 | Added debug infomation section into .mrb file | Yuichiro MASUI | |
| 2013-03-27 | little cosmetic change (delete word Rite); bump dump file version number | Yukihiro Matz Matsumoto | |
| 2013-03-27 | resolve conflict from #964 | Yukihiro Matz Matsumoto | |
| 2013-03-26 | remove all MRB_TT_MAIN from source | Yukihiro Matz Matsumoto | |
| 2013-03-26 | Merge branch 'selftopiv' of https://github.com/carsonmcdonald/mruby into ↵ | Yukihiro Matz Matsumoto | |
| carsonmcdonald-selftopiv | |||
| 2013-03-25 | Merge pull request #1065 from monaka/pr-reduce-stdio-dependency | Yukihiro "Matz" Matsumoto | |
| Reduce stdio dependency | |||
| 2013-03-25 | Make mrb_top_self return a real instance. | Carson McDonald | |
| 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-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 | 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 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-03-24 | Use size_t instead of int. This is for portability. | Yukihiro Matz Matsumoto | |
| 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 | rename mrb_ptr_as_string() to mrb_ptr_to_str() | Yukihiro Matz Matsumoto | |
| 2013-03-23 | Add new API mrb_ptr_as_string(). | Masaki Muranaka | |
| 2013-03-23 | Rename API mrb_str_cat2() to mrb_str_cat_cstr(). This is for naming ↵ | Masaki Muranaka | |
| orthogonality. mrb_str_cat2() is also left for backward compatibility. | |||
| 2013-03-23 | resolve conflict regarding backtick | Yukihiro Matz Matsumoto | |
| 2013-03-22 | Add configuration macro MRB_PARSER_BUF_SIZE. | Masaki Muranaka | |
| 2013-03-22 | Add new API mrb_intern_cstr(). This is for naming orthogonality. mrb_intern ↵ | Masaki Muranaka | |
| is also left for backward compatibility. | |||
| 2013-03-22 | Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by ↵ | Masaki Muranaka | |
| strlen(). | |||
| 2013-03-21 | Backtick operation | mattn | |
| 2013-03-19 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-03-19 | add new macro mrb_bool as a counterpart of mrb_bool_value | Yukihiro Matz Matsumoto | |
| 2013-03-19 | rename mrb_true_or_false_value() to mrb_bool_value() | Yukihiro Matz Matsumoto | |
| 2013-03-18 | Merge pull request #1030 from monaka/pr-some-optimizes-to-vm.c-20130318 | Yukihiro "Matz" Matsumoto | |
| Some optimizes to vm.c | |||
| 2013-03-19 | Add new API mrb_true_or_false_value(). | Masaki Muranaka | |
| 2013-03-19 | refactor heredoc identifier | FUKUZAWA-Tadashi | |
| 2013-03-19 | implement literal %W %w %s | FUKUZAWA-Tadashi | |
| refactor string parsing | |||
| 2013-03-19 | %I %i literal | FUKUZAWA-Tadashi | |
| 2013-03-18 | Remove mrb_checkstack() as unused. | Masaki Muranaka | |
| 2013-03-18 | Merge pull request #1025 from FUKUZAWA-Tadashi/master | Yukihiro "Matz" Matsumoto | |
| implement %W %w %s | |||
| 2013-03-18 | fix the type of argument named 'aspec'. | crimsonwoods | |
| 'aspec' should be large at least 24 bit. | |||
| 2013-03-18 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-03-18 | applying C++ patch from @monaka to support C++ bool type; close #1019 | Yukihiro Matz Matsumoto | |
| 2013-03-18 | fix the type of bit field variable. | crimsonwoods | |
| if 'int' type is 16bit integer, 'unsigned int flags: 21' is too large. | |||
| 2013-03-17 | refactor heredoc identifier | FUKUZAWA-Tadashi | |
| 2013-03-17 | implement literal %W %w %s | FUKUZAWA-Tadashi | |
| refactor string parsing | |||
| 2013-03-17 | resolve conflict from #1017 | Yukihiro Matz Matsumoto | |
| 2013-03-16 | Remove stdio.h as it is included in mrbconf.h. | Masaki Muranaka | |
| 2013-03-16 | Remove stdlib.h from mruby.h. It is for portability (care for freestanding ↵ | Masaki Muranaka | |
| environments). This is a first step. It will be reduced stdlib.h in each files later. | |||
| 2013-03-16 | Remove unnecessory stdint.h. | Masaki Muranaka | |
| 2013-03-16 | Include mruby.h. As KHASH_DEFAULT_SIZE might be defined in mrbconf.h. | Masaki Muranaka | |
