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
2017-02-16
Merge branch 'master' into android.rake-ndk-clang
Felix Jones
2017-02-15
Move #instance_exec to Kernel module
Yukihiro "Matz" Matsumoto
2017-02-15
Move #__id__ to BasicObject; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Move #instance_eval to BasicObject; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Move #__send__ to BasicObject; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Move #== and #!= to BasicObject; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Move BasicObject#method_missing to Kernel#method_missing; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Prohibit too deep `mrb_funcall()` recursion; ref #3421
Yukihiro "Matz" Matsumoto
2017-02-15
Do not funcall() Exception#set_backtrace from runtime.
Yukihiro "Matz" Matsumoto
2017-02-15
Preallocate SystemStackError; ref #3421
Yukihiro "Matz" Matsumoto
2017-02-15
Merge pull request #3455 from crimsonwoods/fix-android-build-script
Yukihiro "Matz" Matsumoto
2017-02-15
Avoid calling hook methods if they are not overridden.
Yukihiro "Matz" Matsumoto
2017-02-15
Use mrb_funcall_argv() instead of mrb_funcall()
Yukihiro "Matz" Matsumoto
2017-02-15
Add new two build config files.
crimsonwoods
2017-02-15
Modify default cflags.
crimsonwoods
2017-02-15
Add '-Wl,--fix-cortex-a8' linker option for 'armeabi-v7a' architecture.
crimsonwoods
2017-02-15
Set default linker 'flags' and 'flags_before_libraries'.
crimsonwoods
2017-02-14
Merge pull request #3453 from palkan/fix/test-gems-setup
Yukihiro "Matz" Matsumoto
2017-02-13
Separate compilers setup from config setup
palkan
2017-02-14
Do not use mrb_funcall() if Hash#default is not overridden; ref #3421
Yukihiro "Matz" Matsumoto
2017-02-14
Extend mruby stack when keep is bigger than room; fix #3421
Yukihiro "Matz" Matsumoto
2017-02-13
Fixed codegen error of redo in rescue; fix #3422
Yukihiro "Matz" Matsumoto
2017-02-13
Should handle `break` from funcall(); fix #3434
Yukihiro "Matz" Matsumoto
2017-02-13
Fixed too much value_copy() when block is not given; fix #3440
Yukihiro "Matz" Matsumoto
2017-02-12
Merge pull request #3452 from dabroz/fix-kernel-caller-aspec
Yukihiro "Matz" Matsumoto
2017-02-12
Fixed aspec for Kernel#caller
Tomasz Dabrowski
2017-02-11
Merge pull request #3451 from dabroz/revert-string-mul
Yukihiro "Matz" Matsumoto
2017-02-11
Avoid direct return from ecall(); fix #3441
Yukihiro "Matz" Matsumoto
2017-02-11
Revert "Optimization for String#* for 1-byte strings"
Tomasz Dabrowski
2017-02-11
Avoid integer overflow in sprintf(); fix #3439
Yukihiro "Matz" Matsumoto
2017-02-11
`ecall()` should preserve stack address referenced from ci[1].
Yukihiro "Matz" Matsumoto
2017-02-11
Remove historical comment; ref #3450 #3448
Yukihiro "Matz" Matsumoto
2017-02-11
Merge pull request #3450 from r-obert/patch-1
Yukihiro "Matz" Matsumoto
2017-02-11
remove skip that shouldn't be necessary anymore.
robert
2017-02-11
String#replace should update s->flags for MRB_STR_NO_UTF.
Yukihiro "Matz" Matsumoto
2017-02-11
Add type cast to pacify warning
Yukihiro "Matz" Matsumoto
2017-02-11
Merge pull request #3449 from dabroz/fix-ljust-ruby
Yukihiro "Matz" Matsumoto
2017-02-10
Optimization for String#* for 1-byte strings
Tomasz Dabrowski
2017-02-10
String#ljust and String#rjust reimplemented with optimized Ruby
Tomasz Dabrowski
2017-02-10
Tests for UTF-8 String#ljust and String#rjust
Tomasz Dabrowski
2017-02-10
Merge pull request #3446 from ksss/minirake
Yukihiro "Matz" Matsumoto
2017-02-10
Merge pull request #3447 from dabroz/fix-ljust
Yukihiro "Matz" Matsumoto
2017-02-10
String#ljust and String#rjust reimplementation (fix #3445)
Tomasz Dabrowski
2017-02-10
Fix build error when trace mode
ksss
2017-02-08
Fixed mixture of signed/unsigned integers
Yukihiro "Matz" Matsumoto
2017-02-08
Check if irep is NULL before print_backtrace()
Yukihiro "Matz" Matsumoto
2017-02-08
Add MRB_TT_PROC check to OP_SUPER as well; fix #3432
Yukihiro "Matz" Matsumoto
2017-02-08
Check if m->env is NULL before dereferencing it; fix #3436
Yukihiro "Matz" Matsumoto
2017-02-08
Mark classes referenced from saved backtrace.
Yukihiro "Matz" Matsumoto
2017-02-08
Fixed a bug in ci address shifting; fix #3423
Yukihiro "Matz" Matsumoto
[next]