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-11-24
Add constant export declaration for MRBC output compiled as C++
Tomasz Dąbrowski
2016-11-24
Fixes for compiling mruby as C++
Tomasz Dąbrowski
2016-11-23
local_variables() should not touch unshared env
Yukihiro "Matz" Matsumoto
2016-11-23
Implement Float shift methods in C
Yukihiro "Matz" Matsumoto
2016-11-22
int64_value(): use FIXABLE()
Yukihiro "Matz" Matsumoto
2016-11-22
accept floats as bit operator operands; fix #3260
Yukihiro "Matz" Matsumoto
2016-11-22
Removed fix_shift_get_width()
Yukihiro "Matz" Matsumoto
2016-11-22
add bit operators ~,&,|,^ to Float class (mruby special)
Yukihiro "Matz" Matsumoto
2016-11-18
Range#include?: simplify condition; ref #3255
Yukihiro "Matz" Matsumoto
2016-11-18
Merge pull request #3255 from ksss/range-include
Yukihiro "Matz" Matsumoto
2016-11-18
Fix condition of Range#include?
ksss
2016-11-17
String#include? does not take integers
Yukihiro "Matz" Matsumoto
2016-11-17
renamed "inline" to "istruct" to represent inline struct; ref #3251
Yukihiro "Matz" Matsumoto
2016-11-17
inline structures data type for mruby (MRB_TT_INLINE) (fix #3237)
Tomasz Dąbrowski
2016-11-17
Merge pull request #3253 from ksss/range
Yukihiro "Matz" Matsumoto
2016-11-17
Ranges should not rewrite
ksss
2016-11-16
Correct argument specifications for few methods:
Tomasz Dąbrowski
2016-11-16
Fixed rindex calling into mrb_equal bug
Yukihiro "Matz" Matsumoto
2016-11-16
Fixed a memory problem in Array#to_h
Yukihiro "Matz" Matsumoto
2016-11-15
class/module statement should re-open; fix #3225
Yukihiro "Matz" Matsumoto
2016-11-13
move mrb_str_dup() to mrb_class_path; ref #2470
Yukihiro "Matz" Matsumoto
2016-11-12
Hash#[] to call Hash#default
Yukihiro "Matz" Matsumoto
2016-11-11
Merge pull request #3224 from ksss/define_method
Yukihiro "Matz" Matsumoto
2016-11-10
Merge branch 'mrb.class_under_defined'
Felix Jones
2016-11-10
Renamed class_under_defined to class_defined_under
Felix Jones
2016-11-08
class variables in higher order have a priority; fix #3235
Yukihiro "Matz" Matsumoto
2016-11-07
fixed wrong stack adjustment for ensure clauses; fix #3175
Yukihiro "Matz" Matsumoto
2016-11-06
Added mrb_class_under_defined
Felix Jones
2016-11-05
associate REnv to the executing block; fix #3214
Yukihiro "Matz" Matsumoto
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-10-12
Module#define_method supports proc argument
ksss
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
[next]