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-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
2015-12-12
mrb_str_len_to_inum: should not raise "string contains null byte" error on "0...
Yukihiro "Matz" Matsumoto
2015-12-12
mrb_str_len_to_inum: converting may not be terminated by NUL; fix #3044
Yukihiro "Matz" Matsumoto
2015-12-01
preserve original string for error message
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_str_len_to_inum(): inspect string in error message
Yukihiro "Matz" Matsumoto
2015-12-01
new API function mrb_string_value_len()
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_str_to_inum(): should treat null byte in strings properly; fix #3040
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_cstr_to_inum(): should ignore trailing white spaces even when badcheck set
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_str_to_inum(): should raise error when string contains null byte
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_str_to_inum(): no need to call mrb_string_value_cstr() here; ref 05411ee
Yukihiro "Matz" Matsumoto
2015-12-01
mrb_string_value_cstr() should not raise error for frozen strings
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-19
integer range check was moved to mrb_flo_to_fixnum(); ref #3025
Yukihiro "Matz" Matsumoto
2015-11-18
Bugfix nagative-number lshift() bit overflow
murase_syuka
2015-11-18
Bugfix lshift() bit overflow; close #3023
murase_syuka
2015-11-17
add RUBY_ENGINE_VERSION
cremno
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-11-16
fix comment
murase_syuka
2015-11-08
Merge pull request #3004 from cremno/remove-return
Yukihiro "Matz" Matsumoto
2015-11-07
PR #2521 did not work for singleton classes for non-class objects; fix #3003
Yukihiro "Matz" Matsumoto
2015-11-06
remove return
cremno
2015-10-28
mrb_get_args should consume argument even when type specifier with bang get n...
Yukihiro "Matz" Matsumoto
2015-10-27
mrb_str_concat() may call VM resursively thus may reallocate VM stack; close ...
Yukihiro "Matz" Matsumoto
2015-10-22
Merge pull request #2999 from sagmor/better-docs
Yukihiro "Matz" Matsumoto
2015-10-22
align codedump output for OP_JMP
Yukihiro "Matz" Matsumoto
[next]