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-04
fix a comment end of include guard
cubicdaiya
2014-03-04
Merge pull request #1791 from iij/pr-numeric-div
Yukihiro "Matz" Matsumoto
2014-03-04
add Integer#div and Float#div.
Tomoyuki Sahara
2014-03-04
Merge pull request #1790 from iij/pr-float-divmod
Yukihiro "Matz" Matsumoto
2014-03-04
add tests for Integer#divmod.
Tomoyuki Sahara
2014-03-04
Fix Float#divmod.
Tomoyuki Sahara
2014-03-04
Merge pull request #1789 from cubicdaiya/feature/mrb_exc_new_str_lit
Yukihiro "Matz" Matsumoto
2014-03-04
Use mrb_exc_new_str_lit widely
cubicdaiya
2014-03-04
introduce mrb_exc_new_str_lit for C string literals
cubicdaiya
2014-03-04
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-04
add new macros for MRB_STR_SHARED operations, based on 0f7aecf from @ksss; re...
Yukihiro "Matz" Matsumoto
2014-03-03
Merge pull request #1787 from take-cheeze/bintest_improvement
Yukihiro "Matz" Matsumoto
2014-03-03
use tempfile module
take_cheeze
2014-03-03
add test to check striped binary works correctly
take_cheeze
2014-03-03
run enabled gem's bintest only
take_cheeze
2014-03-03
Kernel#send does not use mrb_funcall anymore for most cases; ref #1680
Yukihiro "Matz" Matsumoto
2014-03-03
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-03
rescue clause should understand splats; close #1786
Yukihiro "Matz" Matsumoto
2014-03-03
Merge pull request #1785 from tmash06/fix_include_guard_style
Yukihiro "Matz" Matsumoto
2014-03-03
fix include guard style.
Tatsuya Matsumoto
2014-03-02
Merge pull request #1784 from tmash06/fix_memory_leak_in_mruby-random
Yukihiro "Matz" Matsumoto
2014-03-02
fix a memory leak in mruby-random.
Tatsuya Matsumoto
2014-03-02
Merge pull request #1780 from monaka/pr-add-ssh-protocol-support-for-bitbucket
Yukihiro "Matz" Matsumoto
2014-03-02
Merge pull request #1779 from akuroda/pr_test_string_times
Yukihiro "Matz" Matsumoto
2014-03-02
add tests for String#*
Akira Kuroda
2014-03-02
Add ssh protocol support for bitbucket.
Masaki Muranaka
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
[next]