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
2016-10-28
should not unshare() reclaimed env objects; fix #3230
Yukihiro "Matz" Matsumoto
2016-10-24
macro mrb_bool() may evaluate arg multiple times; ref #3228
Yukihiro "Matz" Matsumoto
2016-10-24
Merge pull request #3228 from ksss/respond_to_missing
Yukihiro "Matz" Matsumoto
2016-10-23
Kernel#respond_to? should return true|false only
ksss
2016-10-20
Move to_proc conversion from OP_ENTER to OP_SENDB; fix #3227
Yukihiro "Matz" Matsumoto
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-09-27
mrb_str_strlen() should be MRB_API; ref #3216
Yukihiro "Matz" Matsumoto
2016-09-25
Remove needless MRB_API
Kouhei Sutou
2016-09-24
Remove unnecessary MRB_API from read_irep related functions; ref #3215
Yukihiro "Matz" Matsumoto
2016-09-20
Fix return value type of bytecode_decoder
Kazuaki Tanaka
2016-09-20
Bytecode decoder support, MRB_BYTECODE_DECODE_OPTION
Kazuaki Tanaka
2016-09-08
Fix SEGV when splat object
ksss
2016-09-06
surpress warning when MRB_DISABLE_STDIO
yuri
2016-09-05
Should clear method name
ksss
2016-08-20
Move Module#include and #prepend to class.c; ref #3197
Yukihiro "Matz" Matsumoto
2016-08-01
make mrb_hash_values() a public API function
William Light
2016-07-14
Should raise LocalJumpError when no block given
ksss
2016-06-29
Fix compilation error with GC_PROFILE.
Yuji Yamano
2016-06-18
fix public_methods(false)
Yasuhiro Matsumoto
2016-06-10
mrb_gc_unregister() to remove one registration; close #3160
Yukihiro "Matz" Matsumoto
2016-06-10
add temporary workaround for irep memory corruption
Yukihiro "Matz" Matsumoto
2016-05-10
use mrb_int_mul_overflow()
cremno
2016-05-09
fix MRUBY_VERSION value
cremno
2016-05-09
Remove needless assignment
Kouhei Sutou
2016-04-27
Use stack directly
Kenji Okimoto
2016-04-11
vm.c: mrb_hash_set() may reallocate VM stack; close #3133
Yukihiro "Matz" Matsumoto
2016-03-25
Add missing regs update
Kouhei Sutou
2016-03-07
change backtrace sep from const char* to char
Yukihiro "Matz" Matsumoto
2016-03-06
Fix segmentation fault by backtrace and GC
Kouhei Sutou
2016-03-06
Revert "Merge pull request #3126 from jbreeden/backtrace_irep_null_check"
Kouhei Sutou
2016-03-05
Fix Travis CI
jbreeden
2016-03-05
Null check for irep & initialize loc.lineno
jbreeden
2016-02-26
The original code crashed when mrb->backtrace.n grew to 16.
Carlo Prelz
2016-02-24
Avoid Error when Compiling with -std=c99 flag
Malizia R
2016-02-22
cosmetic change for OP_EQ
Yukihiro "Matz" Matsumoto
2016-02-17
need to free context when reclaiming fiber object in GC; fix #3109
Yukihiro "Matz" Matsumoto
2016-02-05
[cppcheck] mrb_str_rindex() remove unnecessary len update by chars2bytes()
Yukihiro "Matz" Matsumoto
2016-02-05
[cppcheck] remove duplicated break
Yukihiro "Matz" Matsumoto
2016-02-05
Hash: check flags before accessing ifnone; ref #980
Yukihiro "Matz" Matsumoto
2016-02-04
cache UTF8 status for utf8_strlen(); ref #980
Yukihiro "Matz" Matsumoto
2016-02-04
cache mrb_regexp_p(); ref #980
Yukihiro "Matz" Matsumoto
2016-01-22
Fix SEGV by stack extension in mrb_get_args()
Kouhei Sutou
2016-01-19
Fix SEGV on re-raising NoMemoryError
Kouhei Sutou
2016-01-14
Fix all zero string case
Syohei YOSHIDA
2016-01-11
Merge pull request #3080 from kou/fix-class-variable-in-module
Yukihiro "Matz" Matsumoto
2016-01-11
Fix class variable reference in module
Kouhei Sutou
2016-01-07
Fix segfault on mrb_exc_backtrace.
Simon Génier
2016-01-07
replace mrb_toplevel_run() by mrb_top_run()
Yukihiro "Matz" Matsumoto
2016-01-07
change mrb_run related API names; compatibility macros provided
Yukihiro "Matz" Matsumoto
2016-01-07
move KHASH_DECLARE(ht..) to mruby/hash.h; close #3073
Yukihiro "Matz" Matsumoto
[next]