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-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
2016-01-07
printf precision parameter must be 'int' type
Syohei YOSHIDA
2016-01-06
symname_p support `!~`
ksss
2016-01-05
bytes2chars() conversion to fail if target byte offset is not on the characte...
Yukihiro "Matz" Matsumoto
2016-01-04
stack_extend before eval_under()
Yukihiro "Matz" Matsumoto
2016-01-02
instance_eval should pass the receiver as a block parameter; close #3029
Yukihiro "Matz" Matsumoto
2016-01-02
mruby-fiber: fiber_switch() to use nesting VM when it's called from C API or ...
Yukihiro "Matz" Matsumoto
2015-12-31
Merge pull request #3067 from ksss/use-memchr
Yukihiro "Matz" Matsumoto
2015-12-31
Use memchr for performance
ksss
2015-12-31
GC must scan env from fibers even when it's not yet copied to heap; fix #3063
Yukihiro "Matz" Matsumoto
2015-12-29
Support backtrace after method calls
Kouhei Sutou
2015-12-29
Fix indent
Kouhei Sutou
2015-12-22
fix build on VS2012
Yasuhiro Matsumoto
2015-12-16
Add case statement of MRB_TT_SCLASS in mrb_obj_is_kind_of()
Kei Sawada
2015-12-16
mrb_str_len_to_inum(): fixed a bug with MRB_INT_MIN conversion; fix #3048
Yukihiro "Matz" Matsumoto
2015-12-16
mrb_str_len_to_inum(): fixed a bug with underscores in digits; fix #3049
Yukihiro "Matz" Matsumoto
2015-12-14
mrb_str_len_to_inum(): string may not be NUL terminated; ref #3043
Yukihiro "Matz" Matsumoto
2015-12-14
mrb_str_len_to_inum(): fixed a bug with separating _ in the digits; ref #3043
Yukihiro "Matz" Matsumoto
[next]