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-07-12
Merge pull request #2463 from take-cheeze/fix_rake
Yukihiro "Matz" Matsumoto
2014-07-12
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-07-12
rescue SystemStackError that comes from inspecting self-referencing Hashes an...
Yukihiro "Matz" Matsumoto
2014-07-12
avoid print backtrace for SystemStackError
Yukihiro "Matz" Matsumoto
2014-07-12
Fix rake failure since `mrbtest_objs` isn't flattened.
take_cheeze
2014-07-12
use SystemStackError instead of RuntimeError
Yukihiro "Matz" Matsumoto
2014-07-12
Run mrbgem and core tests on minimum dependencies.
take_cheeze
2014-07-12
check the return value of `fwrite`
cremno
2014-07-12
remove spaces after open parens
Yukihiro "Matz" Matsumoto
2014-07-12
initialize `args` in `parse_args`
cremno
2014-07-12
coding style adjustments
cremno
2014-07-12
update expected error message in bintest
cremno
2014-07-12
rewrite stripping
cremno
2014-07-12
check `mrb_open` return value
cremno
2014-07-12
Add `SyntaxError` test and don't print compilation error to stderr in eval.
take_cheeze
2014-07-12
Use `mrb_parse_nstring` instead in eval.
take_cheeze
2014-07-12
Merge pull request #2458 from take-cheeze/min_dep_test
Yukihiro "Matz" Matsumoto
2014-07-12
Run mrbgem and core tests on minimum dependencies.
take_cheeze
2014-07-12
Merge pull request #2460 from cremno/mrb_dump_irep_binary-report-fwrite-failure
Yukihiro "Matz" Matsumoto
2014-07-11
check the return value of `fwrite`
cremno
2014-07-11
remove spaces after open parens
Yukihiro "Matz" Matsumoto
2014-07-10
Merge pull request #2457 from cremno/mruby-strip-rewrite
Yukihiro "Matz" Matsumoto
2014-07-09
initialize `args` in `parse_args`
cremno
2014-07-09
coding style adjustments
cremno
2014-07-09
update expected error message in bintest
cremno
2014-07-09
rewrite stripping
cremno
2014-07-09
check `mrb_open` return value
cremno
2014-07-09
Merge pull request #2456 from take-cheeze/refactor_eval
Yukihiro "Matz" Matsumoto
2014-07-09
Merge pull request #2455 from cremno/readint_mrb_int-check-base
Yukihiro "Matz" Matsumoto
2014-07-09
Merge pull request #2454 from cremno/remove-mrb_str_body
Yukihiro "Matz" Matsumoto
2014-07-09
Add `SyntaxError` test and don't print compilation error to stderr in eval.
take_cheeze
2014-07-09
Use `mrb_parse_nstring` instead in eval.
take_cheeze
2014-07-09
invalid base shouldn't silently fail
cremno
2014-07-09
remove unused `mrb_str_body`
cremno
2014-07-09
remove unused return_value
Yukihiro "Matz" Matsumoto
2014-07-09
Merge pull request #2452 from take-cheeze/test_exc
Yukihiro "Matz" Matsumoto
2014-07-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-07-09
Merge branch 'AE9RB-cleanup_mrb_value'
Yukihiro "Matz" Matsumoto
2014-07-09
rename boxing_nix.h to boxing_no.h
Yukihiro "Matz" Matsumoto
2014-07-09
rename word boxing functions
Yukihiro "Matz" Matsumoto
2014-07-09
rename SET_FIXNUM_VALUE to SET_INT_VALUE since it sets mrb_int value
Yukihiro "Matz" Matsumoto
2014-07-09
Clean up value.h and mrb_value boxing
David Turnbull
2014-07-08
Merge pull request #2451 from take-cheeze/remove_mem_out_check
Yukihiro "Matz" Matsumoto
2014-07-08
Merge pull request #2449 from take-cheeze/mrb_ary_resize
Yukihiro "Matz" Matsumoto
2014-07-08
Use `mrb_print_error` to print exception instead of `mrb_p`.
take_cheeze
2014-07-08
Print error instead of printing return value of report.
take_cheeze
2014-07-07
Remove unnecessary out of memory check in `ary_expand_capa`.
take_cheeze
2014-07-06
Add new API `mrb_ary_resize`(mruby implementation of `rb_ary_resize`).
take_cheeze
2014-07-06
reformat else part; ref #2447
Yukihiro "Matz" Matsumoto
2014-07-06
Merge pull request #2447 from take-cheeze/reduce_ary_clear_alloc
Yukihiro "Matz" Matsumoto
[next]