| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-03 | preserve toplevel local variable info in mrbc_context | Yukihiro Matsumoto | |
| 2012-07-03 | add context arg to mrb_parser_parse() | Yukihiro Matsumoto | |
| 2012-07-03 | test/driver to use EXIT_SUCCESS | Yukihiro Matsumoto | |
| 2012-07-03 | add context to parser, that would hold local variable info, filename, and ↵ | Yukihiro Matsumoto | |
| line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions. | |||
| 2012-07-03 | modify compiler API; replace mrb_compie_xxx with mrb_load_xxx() that ↵ | Yukihiro Matsumoto | |
| combines compilatoin and execution | |||
| 2012-07-03 | constify parser input strings | Yukihiro Matsumoto | |
| 2012-07-03 | remove size_t from parser | Yukihiro Matsumoto | |
| 2012-06-30 | Merge pull request #337 from masamitsu-murase/fix_str_replace | Yukihiro "Matz" Matsumoto | |
| Fix str_replace in string.c | |||
| 2012-06-30 | Merge pull request #338 from masamitsu-murase/modify_data_gc | Yukihiro "Matz" Matsumoto | |
| Free iv of MRB_TT_DATA instance. | |||
| 2012-07-01 | Free iv of MRB_TT_DATA instance. | Masamitsu MURASE | |
| 2012-06-30 | Fix str_replace in string.c | Masamitsu MURASE | |
| - Increment refcnt of shared string. - Free buffer before replacing. - Clear MRB_STR_SHARED after decref is called. - Fix target of aux.capa. | |||
| 2012-06-29 | Merge pull request #336 from bovi/struct-enable-gc | Yukihiro "Matz" Matsumoto | |
| Make strucdata optional if ENABLE_STRUCT is activated | |||
| 2012-06-29 | Make strucdata optional if ENABLE_STRUCT is activitated | Daniel Bovensiepen | |
| 2012-06-28 | allow string interpolation in symbols like :"a=#{15}" | Yukihiro Matsumoto | |
| 2012-06-28 | allow :"text" form; close #321 | Yukihiro Matsumoto | |
| 2012-06-28 | always define POOL_ALIGNMENT (default 4); reduce strength as well; close #333 | Yukihiro Matsumoto | |
| 2012-06-28 | do not undef config macro MRB_USE_FLOAT | Yukihiro Matsumoto | |
| 2012-06-26 | Merge pull request #332 from bovi/printf-not-implemented | Yukihiro "Matz" Matsumoto | |
| Sprintf NotImplementedError | |||
| 2012-06-27 | resolve conflict in class.c | Yukihiro Matsumoto | |
| 2012-06-27 | raise NoImplementedError also for sprintf in case it isn't available | Daniel Bovensiepen | |
| 2012-06-27 | sizeof("a") is bigger by one than strlen("a") | Yukihiro Matsumoto | |
| 2012-06-27 | use return value from sprintf/snprintf | Yukihiro Matsumoto | |
| 2012-06-27 | raise NotImplementedError in case of sprintf is missing | Daniel Bovensiepen | |
| 2012-06-26 | Merge pull request #330 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-fix-parser-y-to-supress-warning-array-subscript Supress "warning: array subscript has type ‘char’" | |||
| 2012-06-26 | Merge pull request #329 from monaka/pr-reduce-magic-number-in-snprintf | Yukihiro "Matz" Matsumoto | |
| Use sizeof to get char array sizes. | |||
| 2012-06-27 | Supress "warning: array subscript has type ‘char’" | Masaki Muranaka | |
| 2012-06-27 | Use sizeof to get char array sizes. | Masaki Muranaka | |
| 2012-06-27 | Use sizeof to get char array sizes. | Masaki Muranaka | |
| 2012-06-26 | Merge pull request #326 from masamitsu-murase/modify_str_format_len | Yukihiro "Matz" Matsumoto | |
| Fix str_format_len. | |||
| 2012-06-26 | Merge pull request #328 from bovi/kernel-tests | Yukihiro "Matz" Matsumoto | |
| Add more kernel tests | |||
| 2012-06-27 | Fix kernel test descriptions | Daniel Bovensiepen | |
| 2012-06-27 | Add more kernel tests | Daniel Bovensiepen | |
| 2012-06-27 | do not undef config macros | Yukihiro Matsumoto | |
| 2012-06-27 | Fix str_format_len. | Masamitsu MURASE | |
| 2012-06-26 | Merge pull request #325 from monaka/pr-refactor-hex_to_str | Yukihiro "Matz" Matsumoto | |
| Refactor hex_to_str(). | |||
| 2012-06-26 | Refactor hex_to_str(). | Masaki Muranaka | |
| 2012-06-26 | raise NotImplementedError from regexp related string methods; close #319 | Yukihiro Matsumoto | |
| 2012-06-25 | Merge pull request #323 from monaka/pr-fix-str_to_format | Yukihiro "Matz" Matsumoto | |
| Fix str_to_format. | |||
| 2012-06-25 | Merge pull request #322 from masamitsu-murase/prevent_memory_leak | Yukihiro "Matz" Matsumoto | |
| Prevent memory leak when string literal is created. | |||
| 2012-06-26 | Fix str_to_format. See also #314. | Masaki Muranaka | |
| 2012-06-26 | Prevent memory leak when string literal is created. | Masamitsu MURASE | |
| 2012-06-25 | ci->acc should not be left uninitialized; close #303 | Yukihiro Matsumoto | |
| 2012-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-06-25 | use mrb_intern_str instead of mrb_intern if possible | Yukihiro Matsumoto | |
| 2012-06-24 | Merge pull request #318 from masamitsu-murase/fix_instance_tt | Yukihiro "Matz" Matsumoto | |
| Patch for inheritance of built-in class | |||
| 2012-06-24 | Merge pull request #317 from masamitsu-murase/fix_struct_new_gc | Yukihiro "Matz" Matsumoto | |
| Fix GC of struct | |||
| 2012-06-24 | update ISO chapter number in test/t/kernel.rb | Yukihiro Matsumoto | |
| 2012-06-24 | Merge pull request #316 from masamitsu-murase/modify_obj_clone | Yukihiro "Matz" Matsumoto | |
| Modify Kernel#clone and Kernel#dup | |||
| 2012-06-24 | Merge pull request #313 from masamitsu-murase/fix_struct_new | Yukihiro "Matz" Matsumoto | |
| Fix Struct#new and GC | |||
| 2012-06-24 | should mark child env from method (proc) objects | Yukihiro Matsumoto | |
