index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-06-14
Merge pull request #2394 from take-cheeze/fix_conflict_doc
Yukihiro "Matz" Matsumoto
2014-06-13
Fix conflict doc since there is only `add_conflict` method.
take_cheeze
2014-06-13
Merge pull request #2392 from take-cheeze/doc_update
Yukihiro "Matz" Matsumoto
2014-06-13
git push origin masterMerge branch 'take-cheeze-conflict_doc'
Yukihiro "Matz" Matsumoto
2014-06-13
update add_confict document; ref #2391
Yukihiro "Matz" Matsumoto
2014-06-13
Update document by regenerating it.
take_cheeze
2014-06-13
Add :doc task to run document generator.
take_cheeze
2014-06-13
Add document for `add_conflict` and `add_conflicts`.
take_cheeze
2014-06-13
git push origin masterMerge branch 'take-cheeze-add_conflicts'
Yukihiro "Matz" Matsumoto
2014-06-13
remove add_conflicts now; use add_conflict; ref #2390
Yukihiro "Matz" Matsumoto
2014-06-13
Merge branch 'add_conflicts' of https://github.com/take-cheeze/mruby into tak...
Yukihiro "Matz" Matsumoto
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
2014-06-12
Merge pull request #2387 from suzukaze/refactor-nofree-p
Yukihiro "Matz" Matsumoto
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
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 the...
Yukihiro "Matz" Matsumoto
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
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
2014-06-10
Merge pull request #2378 from monaka/pr-add-tools-dir-to-cxx-files-check-oaths
Yukihiro "Matz" Matsumoto
2014-06-10
Merge pull request #2379 from monaka/pr-do-not-export-include-dir-in-gems-to-...
Yukihiro "Matz" Matsumoto
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
2014-06-09
Merge pull request #2376 from kou/patch-1
Yukihiro "Matz" Matsumoto
2014-06-09
Merge pull request #2374 from take-cheeze/timeat_fix
Yukihiro "Matz" Matsumoto
2014-06-09
Do not export include/ dirs in mrbgems to core build.
Masaki Muranaka
2014-06-09
Add a missing space after ","
Kouhei Sutou
2014-06-09
Find c++ files in tools/.
Masaki Muranaka
2014-06-09
Add ".s" to source extensions.
Masaki Muranaka
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
2014-06-08
Remove redundant substitutions.
Masaki Muranaka
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
[next]