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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-03-05
fix off-by-one error in attrsym
cubicdaiya
2014-03-04
fix off-by-one error in String#rindex(fixnum)
cubicdaiya
2014-03-04
Use mrb_exc_new_str_lit widely
cubicdaiya
2014-03-04
add new macros for MRB_STR_SHARED operations, based on 0f7aecf from @ksss; re...
Yukihiro "Matz" Matsumoto
2014-03-03
Kernel#send does not use mrb_funcall anymore for most cases; ref #1680
Yukihiro "Matz" Matsumoto
2014-03-03
rescue clause should understand splats; close #1786
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 __STDC_* macros in y.tab.cxx too
take_cheeze
2014-03-01
wrap scope with do {} while()
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
support c++ exception
take_cheeze
2014-03-01
allow send method not to call mrb_funcall if calling method is implemented in...
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 'issues/comment_style' of https://github.com/cubicdaiya/mruby in...
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
use C style comments instead of C++ style comments
cubicdaiya
2014-02-28
support break from fiber block; fix #1766
Yukihiro "Matz" Matsumoto
2014-02-28
restore proc after restoring from fiber; ref #1766
Yukihiro "Matz" Matsumoto
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 #1760 from cubicdaiya/issues/make_mrb_str_dump_a_bit_faster
Yukihiro "Matz" Matsumoto
2014-02-28
Merge pull request #1758 from ksss/array-out-while
Yukihiro "Matz" Matsumoto
2014-02-28
make mrb_str_dump a bit faster
cubicdaiya
2014-02-27
move check condition to outside in while block
ksss
2014-02-27
use mrb_str_cat_lit() intead of mrb_str_cat
cubicdaiya
2014-02-27
should not continue loop when ci = NULL
Yukihiro "Matz" Matsumoto
2014-02-27
boot_defclass: super may be NULL
Yukihiro "Matz" Matsumoto
2014-02-27
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...
Yukihiro "Matz" Matsumoto
2014-02-27
avoid recursion when method_missing happened in inspect; fix #1746
Yukihiro "Matz" Matsumoto
2014-02-27
fix indent
Yukihiro "Matz" Matsumoto
2014-02-27
add new function mrb_get_backtrace_at() to get backtrace at ci and pc
Yukihiro "Matz" Matsumoto
2014-02-27
add macro ARY_UNSET_SHARED
ksss
2014-02-27
add macro ARY_SET_SHARED
ksss
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literal
cubicdaiya
2014-02-26
Merge pull request #1748 from cubicdaiya/issues/optim_get_valid_iv_sym
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1747 from cubicdaiya/issues/use_mrb_intern_lit
Yukihiro "Matz" Matsumoto
2014-02-26
add macro ARY_SHARED_P
ksss
2014-02-26
fix bug for get_valid_iv_sym
cubicdaiya
2014-02-26
use mrb_intern_lit instead of mrb_intern_cstr for C string literals
cubicdaiya
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literals
cubicdaiya
2014-02-26
resolve conflict
Yukihiro "Matz" Matsumoto
2014-02-25
clarify fallthrough in the switch statement
Yukihiro "Matz" Matsumoto
2014-02-25
initialize sname before interning
Yukihiro "Matz" Matsumoto
2014-02-25
avoid accessing uninitialized string; ref ac936fc
Yukihiro "Matz" Matsumoto
[next]