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
/
gc.c
Age
Commit message (
Expand
)
Author
2012-05-30
MRB_GC_STRESS for GC test
Yukihiro Matsumoto
2012-05-30
remove spaces after open paren
Yukihiro Matsumoto
2012-05-30
mark ci->proc as well
Yukihiro Matsumoto
2012-05-29
force room in arena before raising arena overflow error
Yukihiro Matsumoto
2012-05-29
compact arena before raising exception; also reserve a few slots to allocate ...
Yukihiro Matsumoto
2012-05-24
made mrb_get_args() better (optinal args, type checks); close #173 #176
Yukihiro Matsumoto
2012-05-23
cast style consistency
Yukihiro Matsumoto
2012-05-22
should mark iv from MRB_TT_DATA
Yukihiro Matsumoto
2012-05-20
More C++ compilability work: mrb_obj_alloc void* conversions
Mitchell Blank Jr
2012-05-07
gc should handle regexp and match objects
Yukihiro Matsumoto
2012-05-07
argument type of mrb_gc_free_ht() has changed
Yukihiro Matsumoto
2012-05-05
hash refactored
Yukihiro Matsumoto
2012-04-30
rm whitespace
roco
2012-04-27
Merge pull request #61 from pbhogan/fix-warnings
Yukihiro "Matz" Matsumoto
2012-04-28
struct RString member should not be mrb_value
Yukihiro Matsumoto
2012-04-26
Clean up switch statements.
Patrick Hogan
2012-04-24
Call dfree member on RData/MRB_TT_DATA when collected
Patrick Hogan
2012-04-24
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Yukihiro Matsumoto
2012-04-23
Merge branch 'master' of github.com:mruby/mruby
mimaki
2012-04-23
add file header
mimaki
2012-04-20
should not free mrb stack; a bug found&fixed by @miura1729
Yukihiro Matsumoto
2012-04-20
move src/mdata.h to include/mruby/data.h
Yukihiro Matsumoto
2012-04-20
add mruby sources
mimaki