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-03-02
Merge pull request #1777 from take-cheeze/command_improvement
Yukihiro "Matz" Matsumoto
2014-03-02
remove explicit use of g++
take_cheeze
2014-03-02
use shallow clone in git gem
take_cheeze
2014-03-02
use c++ compiler to link when c++ abi is enabled
take_cheeze
2014-03-02
allow command like "ccache gcc"
take_cheeze
2014-03-02
wrap function prototype by extern "C"
Yukihiro "Matz" Matsumoto
2014-03-02
add const to char* to pacify warnings for string litral to char* conversion
Yukihiro "Matz" Matsumoto
2014-03-01
clear exc_catched before jumping to L_RAISE
take_cheeze
2014-03-01
define mrbconfs on all compiler
take_cheeze
2014-03-01
define __STDC_* macros in y.tab.cxx too
take_cheeze
2014-03-01
wrap scope with do {} while()
take_cheeze
2014-03-01
revert wrong build_config.rb
take_cheeze
2014-03-01
use g++ to link
take_cheeze
2014-03-01
name c++ abi build
take_cheeze
2014-03-01
move jmpbuf_id to generated file
take_cheeze
2014-03-01
fix compile error of min/max macro
take_cheeze
2014-03-01
add cxx_abi travis test
take_cheeze
2014-03-01
fix compile error
take_cheeze
2014-03-01
support c++ exception
take_cheeze
2014-03-01
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-01
allow send method not to call mrb_funcall if calling method is implemented in...
Yukihiro "Matz" Matsumoto
2014-03-01
should build "all" before "test"; close #1774
Yukihiro "Matz" Matsumoto
2014-03-01
exception in fiber should make resume to raise in parent fiber context; close...
Yukihiro "Matz" Matsumoto
2014-03-01
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-01
revert changes to mrbconf.h
Yukihiro "Matz" Matsumoto
2014-03-01
Merge branch 'issues/comment_style' of https://github.com/cubicdaiya/mruby in...
Yukihiro "Matz" Matsumoto
2014-03-01
Merge pull request #1773 from tmash06/remove_unnecessary_gitkeep
Yukihiro "Matz" Matsumoto
2014-03-01
need to initialize flags for pooled strings; close #1768
Yukihiro "Matz" Matsumoto
2014-03-01
add _FLAG to SET_SHARED macros; ref #1750
Yukihiro "Matz" Matsumoto
2014-03-01
Merge branch 'array-shared-macro' of https://github.com/ksss/mruby into ksss-...
Yukihiro "Matz" Matsumoto
2014-03-01
remove unnecessary .gitkeep
Tatsuya Matsumoto
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-03-01
Merge pull request #1771 from take-cheeze/add_author
Yukihiro "Matz" Matsumoto
2014-03-01
Please add me to the author.
take_cheeze
2014-03-01
mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...
Yukihiro "Matz" Matsumoto
2014-02-28
cancel 313f6b; add fallthrough comment
Yukihiro "Matz" Matsumoto
2014-02-28
Merge pull request #1756 from chasonr/sprintf-utf8
Yukihiro "Matz" Matsumoto
2014-02-28
support break from fiber block; fix #1766
Yukihiro "Matz" Matsumoto
2014-02-27
Test for UTF-8 as mattn suggests.
chasonr
2014-02-28
restore proc after restoring from fiber; ref #1766
Yukihiro "Matz" Matsumoto
2014-02-28
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-02-28
swap actual and expected; ref #1764
Yukihiro "Matz" Matsumoto
2014-02-28
Merge pull request #1763 from cubicdaiya/issues/mrb_str_new_static_bug
Yukihiro "Matz" Matsumoto
2014-02-28
fix test for Array#[]
ksss
2014-02-28
fix SEGV bug for mrb_str_new_static
cubicdaiya
2014-02-28
Merge pull request #1762 from cubicdaiya/issues/mrb_str_new_bug
Yukihiro "Matz" Matsumoto
2014-02-28
fix SEGV bug for mrb_str_new
cubicdaiya
2014-02-28
remove break altogether in ci loop
Yukihiro "Matz" Matsumoto
2014-02-28
Merge pull request #1761 from take-cheeze/mruby-strip
Yukihiro "Matz" Matsumoto
2014-02-28
Merge pull request #1760 from cubicdaiya/issues/make_mrb_str_dump_a_bit_faster
Yukihiro "Matz" Matsumoto
[next]