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
/
include
/
mruby.h
Age
Commit message (
Expand
)
Author
2013-03-12
Remove mrb_str_new2(). Use mrb_str_new_cstr() instead.
Masaki Muranaka
2013-03-06
Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r; clo...
Yukihiro Matz Matsumoto
2013-03-03
cleanup: unused variable local_svar
Kouki Ooyatsu
2013-02-24
Remove commented out code. Remove redundant function calls.
Masaki Muranaka
2013-02-18
rename hook and macro
Yukihiro Matz Matsumoto
2013-02-17
Created hook at VM code fetch. It's for debugger
Yuichiro MASUI
2013-02-03
Merge pull request #820 from cremno/unused-stuff
Yukihiro "Matz" Matsumoto
2013-02-03
removed declarations of undefined functions
Cremno
2013-02-02
Remove ";" suffix from function-type macros.
Masamitsu MURASE
2013-01-30
removed unused mrb_check_funcall
Cremno
2013-01-30
removed unused mrb_funcargv_t
Cremno
2013-01-08
remove MRUBY_VERSION for the time being; close #700
Yukihiro Matz Matsumoto
2013-01-07
Merge pull request #705 from authorNari/compact_flags
Yukihiro "Matz" Matsumoto
2013-01-07
Compact flags for GC
Narihiro Nakamura
2013-01-07
Remove DEBUG macro definitions.
Masaki Muranaka
2013-01-07
Add the generational gc
Narihiro Nakamura
2012-12-07
mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024
Yukihiro Matz Matsumoto
2012-11-04
remove NUM2CHR macro
Yukihiro Matz Matsumoto
2012-11-04
remove NUM2CHR macro
Yukihiro Matz Matsumoto
2012-11-04
replace SYM2ID() by mrb_symbol()
Yukihiro Matz Matsumoto
2012-11-04
remove reference to ruby_verbose and ruby_debug
Yukihiro Matz Matsumoto
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-09-12
two more wrapper macros for ctype.h
Tomoyuki Sahara
2012-09-10
OP_EQ should try direct compararison first
Yukihiro Matsumoto
2012-09-03
remove memleaks using linked allocator
Yukihiro Matsumoto
2012-08-19
allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889
Yukihiro Matsumoto
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-08-14
move mrb_value def to mruby/value.h
Yukihiro Matsumoto
2012-08-12
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...
Yukihiro Matsumoto
2012-08-09
add GC.disable and GC.enable
Yukihiro Matsumoto
2012-08-08
store :initialize in mrb structure
Yukihiro Matsumoto
2012-08-01
make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...
Yukihiro Matsumoto
2012-07-25
Undefine new for class rather than instance.
Max Anselm
2012-07-24
instance_eval should set target_class in the block
Yukihiro Matsumoto
2012-07-19
make MRB_ARENA_SIZE to be configurable
Yukihiro Matsumoto
2012-07-17
change return type of mrb_p() to void
Yukihiro Matsumoto
2012-07-15
make class_from_sym static
Yukihiro Matsumoto
2012-07-14
mrb_load_xxx to return undef + mrb_undef_p
Yukihiro Matsumoto
2012-07-09
we don't need xmalloc; close #356
Yukihiro Matsumoto
2012-07-06
remove MRB_TT_THREAD,MRB_TT_THREADGRP
Yukihiro Matsumoto
2012-07-05
move RDoc comments
Yukihiro Matsumoto
2012-06-20
remove RuntimeError from mrb_state
Yukihiro Matsumoto
2012-06-15
remove unreference Error class macros
Yukihiro Matsumoto
2012-06-15
do not use fixed sized buffer in mrb_bug/mrb_warn; close #287
Yukihiro Matsumoto
2012-06-14
Fix redundant declraration warnings by gcc.
Masaki Muranaka
2012-06-08
add auxiliary data pointer to mrb_state
Yuichiro MASUI
2012-06-05
symbol can contain non printable characters
Yukihiro Matsumoto
2012-06-03
remove unused mrb_exec_recursive
Yukihiro Matsumoto
2012-06-02
export exception handling
Frank Celler
2012-06-02
fixed prototype: g++ will complain about definition not being a prototype, sh...
Frank Celler
[prev]
[next]