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
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-08-13
setjmp in mrb_funcall_with_block if mrb->jmp is empty
Yukihiro Matsumoto
2012-08-13
iv table may be empty
Yukihiro Matsumoto
2012-08-13
use TRUE/FALSE instead of 1/0
Yukihiro Matsumoto
2012-08-13
Modify exception handling.
Masamitsu MURASE
2012-08-12
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...
Yukihiro Matsumoto
2012-08-12
add const qualifier to stop warning
Yukihiro Matsumoto
2012-08-12
call mrb_gc_free_gc from mrb_close
Yukihiro Matsumoto
2012-08-11
add check for instance variable names
Yukihiro Matsumoto
2012-08-09
Merge pull request #419 from beoran/master
Yukihiro "Matz" Matsumoto
2012-08-10
optimize assignment just before OP_RETURN
Yukihiro Matsumoto
2012-08-09
Struct.new crashed if no arguments are given. Fixed.
Beoran
2012-08-09
add GC.disable and GC.enable
Yukihiro Matsumoto
2012-08-08
store :initialize in mrb structure
Yukihiro Matsumoto
2012-08-07
Fixed memory leak when calling stack_extend in m->body.func
Yuichiro MASUI
2012-08-05
class variable resolution should be same as const resolution
Yukihiro Matsumoto
2012-08-05
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-08-05
remove OP_MOVE just before OP_RETURN
Yukihiro Matsumoto
2012-08-04
load_exec(): Fix message lenghtes in mrb_exc_new().
Masaki Muranaka
2012-08-04
super look-up scheme fixed; close #415
Yukihiro Matsumoto
2012-08-03
define_method to copy block body
Yukihiro Matsumoto
2012-08-03
mrb_singleton_class should raise TypeError for immediate objects
Yukihiro Matsumoto
2012-08-03
mrb_define_method_vm should update target_class
Yukihiro Matsumoto
2012-08-03
Fix a memory leak in mrb_realloc().
Masaki Muranaka
2012-08-03
update regs after cfunc call [2]
Yukihiro Matsumoto
2012-08-03
update regs after cfunc call
Yukihiro Matsumoto
2012-08-02
struct.c refactoring
Yukihiro Matsumoto
2012-08-02
use mrb_obj_equal to check pool
Yukihiro Matsumoto
2012-08-02
mrb_get_args("&") gave wrong value
Yukihiro Matsumoto
2012-08-02
Time.new may not take any argument
Yukihiro Matsumoto
2012-08-02
small return optimization: use R0 to set return value if possible
Yukihiro Matsumoto
2012-08-02
wrong return value from empty block/lambda
Yukihiro Matsumoto
2012-08-02
keep minimal stack space (recv and blk)
Yukihiro Matsumoto
2012-08-02
stack pos should be adjusted for CFUNC OP_EXEC
Yukihiro Matsumoto
2012-08-02
mrb_check_convert_type should always return nil on error
Yukihiro Matsumoto
2012-08-02
reduce invoking mrb_intern from convert_type
Yukihiro Matsumoto
2012-08-02
reduce invoking const_missing
Yukihiro Matsumoto
2012-08-02
protect return value from mrb_funcall
Yukihiro Matsumoto
2012-08-02
remove OP_LOADNIL from NODE_OP_ASGN
Yukihiro Matsumoto
2012-08-02
move OP_LOADNIL just before OP_SEND to improve performance on some platforms
Yukihiro Matsumoto
2012-08-01
make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...
Yukihiro Matsumoto
2012-08-01
restore arena index after funcall
Yukihiro Matsumoto
2012-08-01
no OP_LOADNIL for operators (OP_ADD, etc)
Yukihiro Matsumoto
2012-08-01
add cast to pacify optimizer
Yukihiro Matsumoto
2012-08-01
some test requires double precision
Yukihiro Matsumoto
2012-08-01
add Math::TOLERANCE
Yukihiro Matsumoto
2012-08-01
too much peephole optimization
Yukihiro Matsumoto
2012-08-01
remove stupid debug print
Yukihiro Matsumoto
2012-08-01
float do not have enough precision to round if MRB_USE_FLOAT is set
Yukihiro Matsumoto
2012-08-01
float do not have enough precision to represent Fixnum if MRB_USE_FLOAT is set
Yukihiro Matsumoto
[next]