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
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
2012-06-01
remove unused prototypes from mruby.h
Yukihiro Matsumoto
2012-06-01
remove mrb_rs from mruby.h
Yukihiro Matsumoto
2012-06-01
remove CONST_ID from mruby.h
Yukihiro Matsumoto
2012-06-01
remove IO related prototypes from mruby.h
Yukihiro Matsumoto
2012-06-01
remove ruby_setjmp from mruby.h
Yukihiro Matsumoto
2012-06-01
remove KASH from mruby.h
Yukihiro Matsumoto
2012-06-01
remove REALLOC_N
Yukihiro Matsumoto
2012-06-01
move respond_to and instance_of prototypes to mruby.h
Yukihiro Matsumoto
2012-06-01
add prototype for mrb_garbage_collect()
Yukihiro Matsumoto
2012-06-01
add prototype for mrb_garbage_collect()
Yukihiro Matsumoto
2012-06-01
remove unused event related declarations
Yukihiro Matsumoto
2012-06-01
new API mrb_gc_protect() to add object to arena
Yukihiro Matsumoto
2012-05-31
correctly share string bodies
Yukihiro Matsumoto
2012-05-31
remove #new from immediate classes
Yukihiro Matsumoto
2012-05-24
made mrb_get_args() better (optinal args, type checks); close #173 #176
Yukihiro Matsumoto
2012-05-22
always use value.i for MRB_TT_FALSE
Yukihiro Matsumoto
2012-05-20
More C++ compilability work: mrb_obj_alloc void* conversions
Mitchell Blank Jr
2012-05-19
C++ compilability -- make mrb_object() macro return an RObject, not void
Mitchell Blank Jr
2012-05-19
remove dependency to node.h and pool.h
Yukihiro Matsumoto
2012-05-18
add extern "C" guards; close #126
Yukihiro Matsumoto
2012-05-17
add mrb_define_singleton_method/mrb_define_module_function
Yukihiro Matsumoto
2012-05-15
remove "comparison is always true" warning
Yukihiro Matsumoto
2012-05-11
remove unused #include
Yukihiro Matsumoto
2012-05-10
remove encode_class and converter_class from mrb_state
Yukihiro Matsumoto
2012-05-10
remove regex_class and match_class from mrb_state
Yukihiro Matsumoto
2012-05-10
remove mrb->range_class
Yukihiro Matsumoto
2012-05-06
add const to char*
Yuichiro MASUI
2012-05-06
Time class available; based on code from @beoran; sorry for jumbo patch
Yukihiro Matsumoto
2012-05-05
hash refactored
Yukihiro Matsumoto
2012-05-05
use int8_t for tt
Yukihiro Matsumoto
2012-05-04
move mrb_str_new prototype to mruby.h
Yukihiro Matsumoto
2012-04-30
rm whitespace
roco
2012-04-30
remove bit field from mrb_value
Yukihiro Matsumoto
2012-04-30
return value of mrb_obj_is_kind_of() should be int (used as boolean); fix #71
Yukihiro Matsumoto
2012-04-25
disclose mrb_top_self() and use it in mruby.c
Yukihiro Matsumoto
2012-04-23
Merge branch 'master' of github.com:mruby/mruby
mimaki
2012-04-23
add file header
mimaki
2012-04-21
object instance variable do not use st.c
Yukihiro Matsumoto
2012-04-20
Merge pull request #18 from pbhogan/master
Yukihiro "Matz" Matsumoto
2012-04-20
Merge pull request #19 from ranmocy/master
Yukihiro "Matz" Matsumoto
2012-04-20
fixed statement alignment
Ranmocy
[next]