summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-06-10Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-10reserve a register for a block parameter in a for statement body; ref #2375Yukihiro "Matz" Matsumoto
2014-06-10Merge pull request #2381 from monaka/pr-add-include_paths-in-dependency-gemsYukihiro "Matz" Matsumoto
2014-06-10Add more info about "include_paths and GEM dependency".Masaki Muranaka
2014-06-10Add include_paths in dependency gems.Masaki Muranaka
2014-06-10Merge pull request #2377 from monaka/pr-add-dot-s-extensionYukihiro "Matz" Matsumoto
2014-06-10Merge pull request #2378 from monaka/pr-add-tools-dir-to-cxx-files-check-oathsYukihiro "Matz" Matsumoto
2014-06-10Merge pull request #2379 from monaka/pr-do-not-export-include-dir-in-gems-to-...Yukihiro "Matz" Matsumoto
2014-06-10should not add extra stack space to callinfo->nregs; maybe related to #2375Yukihiro "Matz" Matsumoto
2014-06-10NODE_FOR does not introduce new local variablesYukihiro "Matz" Matsumoto
2014-06-09codedump should display proper L(n) for OP_STRING opYukihiro "Matz" Matsumoto
2014-06-09Merge pull request #2373 from take-cheeze/static_assertYukihiro "Matz" Matsumoto
2014-06-09Merge pull request #2376 from kou/patch-1Yukihiro "Matz" Matsumoto
2014-06-09Merge pull request #2374 from take-cheeze/timeat_fixYukihiro "Matz" Matsumoto
2014-06-09Do not export include/ dirs in mrbgems to core build.Masaki Muranaka
2014-06-09Add a missing space after ","Kouhei Sutou
2014-06-09Find c++ files in tools/.Masaki Muranaka
2014-06-09Add ".s" to source extensions.Masaki Muranaka
2014-06-09Fallback to `mrb_assert` instead of dirty trick.take_cheeze
2014-06-09Fix `Time.at` args spec.take_cheeze
2014-06-08Check `RSTRING_EMBED_LEN_MAX` with static assert.take_cheeze
2014-06-08Use `_Static_assert` when C11 is available and use it in pointer size check.take_cheeze
2014-06-08Merge pull request #2372 from monaka/pr-remove-redundant-substitutionsYukihiro "Matz" Matsumoto
2014-06-08Remove redundant substitutions.Masaki Muranaka
2014-06-08Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-08Add test for end-of-program marker.take_cheeze
2014-06-08do not ignore negative characters (e.g. EOF and partial EOF); fix #2361 fix #...Yukihiro "Matz" Matsumoto
2014-06-08revert #2368 due to #2369Yukihiro "Matz" Matsumoto
2014-06-07Merge pull request #2371 from take-cheeze/end_of_codeYukihiro "Matz" Matsumoto
2014-06-07Add test for end-of-program marker.take_cheeze
2014-06-07move String#clear to mruby-string-ext; ref #2370Yukihiro "Matz" Matsumoto
2014-06-07remove UTF-8 strings from mruby-string-ext testYukihiro "Matz" Matsumoto
2014-06-07move STR_* macros to mruby/string.h with renamingYukihiro "Matz" Matsumoto
2014-06-07clear shared and nofree flags; ref #2370Yukihiro "Matz" Matsumoto
2014-06-07inline str_discard(); ref #2370Yukihiro "Matz" Matsumoto
2014-06-07git push origin masterMerge branch 'suzukaze-add-string.clear2'Yukihiro "Matz" Matsumoto
2014-06-07Implement String#clearJun Hiroe
2014-06-06Merge pull request #2368 from take-cheeze/partial_hook_fixYukihiro "Matz" Matsumoto
2014-06-06Add bintest for `mrbc`.take_cheeze
2014-06-06Merge pull request #2367 from take-cheeze/ignore_outfileYukihiro "Matz" Matsumoto
2014-06-06Treat partial hook success '\n' to fix #2361 .take_cheeze
2014-06-06Ignore outfile check when `-c`(check syntax only) flag is enabled.take_cheeze
2014-06-06Merge pull request #2359 from take-cheeze/src_gen_depYukihiro "Matz" Matsumoto
2014-06-06git push origin masterMerge branch 'cremno-ascii'Yukihiro "Matz" Matsumoto
2014-06-06Merge branch 'ascii' of https://github.com/cremno/mruby into cremno-asciiYukihiro "Matz" Matsumoto
2014-06-06reduce calling mrb_sym2name_len() from struct.c; ref #2365Yukihiro "Matz" Matsumoto
2014-06-06Merge pull request #2365 from cremno/mruby-struct-function-changesYukihiro "Matz" Matsumoto
2014-06-06Merge pull request #2364 from take-cheeze/free_atexit_stackYukihiro "Matz" Matsumoto
2014-06-06partially revert 1a5841b for mirbcremno
2014-06-05use uppercase US-ASCII ctype macroscremno