| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-13 | Implement `add_conflict`. Usage is similar to `add_dependency`. | take_cheeze | |
| 2014-06-13 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-13 | need to call write barrier on hash keys; ref #2375 | Yukihiro "Matz" Matsumoto | |
| 2014-06-12 | Implement `add_conflicts`. Solve #2383. | take_cheeze | |
| 2014-06-12 | Merge pull request #2389 from ksss/str-mem-leaks | Yukihiro "Matz" Matsumoto | |
| Fix memory leaks in String | |||
| 2014-06-12 | Merge pull request #2387 from suzukaze/refactor-nofree-p | Yukihiro "Matz" Matsumoto | |
| Refactor how to use RSTR_NOFREE_P macro | |||
| 2014-06-11 | String#clear: use String#replace to simple | ksss | |
| 2014-06-11 | str_replace: self should not be shared and nofree | ksss | |
| 2014-06-11 | Refactor how to use RSTR_NOFREE_P macro | Jun Hiroe | |
| 2014-06-11 | Merge pull request #2386 from suzukaze/add-nofree-macro | Yukihiro "Matz" Matsumoto | |
| Add NOFREE macros | |||
| 2014-06-11 | Add NOFREE macros | Jun Hiroe | |
| 2014-06-10 | rename mrb_atexit to mrb_state_atexit to clarify a func will be called at ↵ | Yukihiro "Matz" Matsumoto | |
| the end of state, not process; ref #2211 | |||
| 2014-06-10 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-10 | reserve a register for a block parameter in a for statement body; ref #2375 | Yukihiro "Matz" Matsumoto | |
| 2014-06-10 | Merge pull request #2381 from monaka/pr-add-include_paths-in-dependency-gems | Yukihiro "Matz" Matsumoto | |
| Append include paths in dependency gems | |||
| 2014-06-10 | Add more info about "include_paths and GEM dependency". | Masaki Muranaka | |
| 2014-06-10 | Add include_paths in dependency gems. | Masaki Muranaka | |
| 2014-06-10 | Merge pull request #2377 from monaka/pr-add-dot-s-extension | Yukihiro "Matz" Matsumoto | |
| Add ".s" to source extensions. | |||
| 2014-06-10 | Merge pull request #2378 from monaka/pr-add-tools-dir-to-cxx-files-check-oaths | Yukihiro "Matz" Matsumoto | |
| Find c++ files in tools/. | |||
| 2014-06-10 | Merge pull request #2379 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-do-not-export-include-dir-in-gems-to-core Do not export include/ dirs in mrbgems to core build. | |||
| 2014-06-10 | should not add extra stack space to callinfo->nregs; maybe related to #2375 | Yukihiro "Matz" Matsumoto | |
| 2014-06-10 | NODE_FOR does not introduce new local variables | Yukihiro "Matz" Matsumoto | |
| 2014-06-09 | codedump should display proper L(n) for OP_STRING op | Yukihiro "Matz" Matsumoto | |
| 2014-06-09 | Merge pull request #2373 from take-cheeze/static_assert | Yukihiro "Matz" Matsumoto | |
| Add macro `mrb_static_assert`. | |||
| 2014-06-09 | Merge pull request #2376 from kou/patch-1 | Yukihiro "Matz" Matsumoto | |
| Add a missing space after "," | |||
| 2014-06-09 | Merge pull request #2374 from take-cheeze/timeat_fix | Yukihiro "Matz" Matsumoto | |
| Fix `Time.at` args spec. | |||
| 2014-06-09 | Do not export include/ dirs in mrbgems to core build. | Masaki Muranaka | |
| In the current behavior, include/ dirs in mrbgems are set to core's compiler.include_paths. And they are never set to mrbgem's include_paths. It may cause some dangerous issues because it can change mruby core's macros by mrbgems. After this fix, include/ in a gem is used in the gem itself only. | |||
| 2014-06-09 | Add a missing space after "," | Kouhei Sutou | |
| 2014-06-09 | Find c++ files in tools/. | Masaki Muranaka | |
| Some tools may be written in C++. | |||
| 2014-06-09 | Add ".s" to source extensions. | Masaki Muranaka | |
| It uses ".s" as the source for assembler on some toolchains including GCC. | |||
| 2014-06-09 | Fallback to `mrb_assert` instead of dirty trick. | take_cheeze | |
| 2014-06-09 | Fix `Time.at` args spec. | take_cheeze | |
| 2014-06-08 | Check `RSTRING_EMBED_LEN_MAX` with static assert. | take_cheeze | |
| 2014-06-08 | Use `_Static_assert` when C11 is available and use it in pointer size check. | take_cheeze | |
| 2014-06-08 | Merge pull request #2372 from monaka/pr-remove-redundant-substitutions | Yukihiro "Matz" Matsumoto | |
| Remove redundant substitutions. | |||
| 2014-06-08 | Remove redundant substitutions. | Masaki Muranaka | |
| "#{MRUBY_ROOT}/include" is set in Command::Compiler#initialize . | |||
| 2014-06-08 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-08 | Add test for end-of-program marker. | take_cheeze | |
| 2014-06-08 | do not ignore negative characters (e.g. EOF and partial EOF); fix #2361 fix ↵ | Yukihiro "Matz" Matsumoto | |
| #2369 | |||
| 2014-06-08 | revert #2368 due to #2369 | Yukihiro "Matz" Matsumoto | |
| 2014-06-07 | Merge pull request #2371 from take-cheeze/end_of_code | Yukihiro "Matz" Matsumoto | |
| Add test for end-of-program marker. | |||
| 2014-06-07 | Add test for end-of-program marker. | take_cheeze | |
| 2014-06-07 | move String#clear to mruby-string-ext; ref #2370 | Yukihiro "Matz" Matsumoto | |
| 2014-06-07 | remove UTF-8 strings from mruby-string-ext test | Yukihiro "Matz" Matsumoto | |
| 2014-06-07 | move STR_* macros to mruby/string.h with renaming | Yukihiro "Matz" Matsumoto | |
| 2014-06-07 | clear shared and nofree flags; ref #2370 | Yukihiro "Matz" Matsumoto | |
| 2014-06-07 | inline str_discard(); ref #2370 | Yukihiro "Matz" Matsumoto | |
| 2014-06-07 | git push origin masterMerge branch 'suzukaze-add-string.clear2' | Yukihiro "Matz" Matsumoto | |
| 2014-06-07 | Implement String#clear | Jun Hiroe | |
| 2014-06-06 | Merge pull request #2368 from take-cheeze/partial_hook_fix | Yukihiro "Matz" Matsumoto | |
| Treat partial hook success '\n' to fix #2361 . | |||
