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-11-08
Fix build on c++ compiler
Xuejie Xiao
2012-11-05
inline include/mruby/object.h
Yukihiro Matz Matsumoto
2012-11-04
replace RBASIC by mrb_basic
Yukihiro Matz Matsumoto
2012-11-04
remove FL_XXX macros
Yukihiro Matz Matsumoto
2012-10-29
Use substitution instead of memset in structure initialization.
Masaki Muranaka
2012-08-29
remove flags from irep
Yukihiro Matsumoto
2012-08-28
free heap pages from mrb_close()
Yukihiro Matsumoto
2012-08-21
Refer to irep_capa as well as irep_len when irep is marked by GC.
Masamitsu MURASE
2012-08-19
replace RiteVM in comments by mruby
Yukihiro Matsumoto
2012-08-19
allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889
Yukihiro Matsumoto
2012-08-18
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
Yukihiro Matsumoto
2012-08-09
add GC.disable and GC.enable
Yukihiro Matsumoto
2012-08-03
Fix a memory leak in mrb_realloc().
Masaki Muranaka
2012-07-31
mark mrb->exc object
Yukihiro Matsumoto
2012-07-30
configurable MRB_HEAP_PAGE_SIZE
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-27
remove <stdio.h> that added for debugging
Yukihiro Matsumoto
2012-07-27
adjust ci->nregs for C implemented methods
Yukihiro Matsumoto
2012-07-27
temporary protection not to access out of stack
Yukihiro Matsumoto
2012-07-22
fix: SIZE_MAX is not defined in "stdint.h"
crimsonwoods
2012-07-14
Remove unnecessary header inclusion
Junji Sawada
2012-07-13
less <stdio.h>
Yukihiro Matsumoto
2012-07-08
Use mrb_calloc if you want zero cleard buffers.
Masaki Muranaka
2012-07-07
Add a check for unsigned integer wrapping.
Masaki Muranaka
2012-07-07
Fix underlying bugs. mrb_calloc will be crashed in case "nelem == 0" or "p ==...
Masaki Muranaka
2012-07-01
Free iv of MRB_TT_DATA instance.
Masamitsu MURASE
2012-06-29
Make strucdata optional if ENABLE_STRUCT is activitated
Daniel Bovensiepen
2012-06-24
Merge pull request #317 from masamitsu-murase/fix_struct_new_gc
Yukihiro "Matz" Matsumoto
2012-06-24
Merge pull request #313 from masamitsu-murase/fix_struct_new
Yukihiro "Matz" Matsumoto
2012-06-24
should mark child env from method (proc) objects
Yukihiro Matsumoto
2012-06-24
Modify gc_gray_mark for Struct.
Masamitsu MURASE
2012-06-24
Modify obj_free to free instances of Struct.
Masamitsu MURASE
2012-06-24
Implement garbage collection for struct.
Masamitsu MURASE
2012-06-20
remove RuntimeError from mrb_state
Yukihiro Matsumoto
2012-06-15
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
Yukihiro Matsumoto
2012-06-07
remove src/gc.h
Yukihiro Matsumoto
2012-06-05
mruby/array.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-05
mruby/string.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-04
remove mrb_open NULL check for small test programs. They are only for proof-...
Yukihiro Matsumoto
2012-06-03
Check mrb_open return value for NULL
Jon
2012-06-03
make arrays to share bodies
Yukihiro Matsumoto
2012-06-03
mrb_malloc/calloc/realloc should call mrb_garbage_collect before returning NULL
Yukihiro Matsumoto
2012-06-03
should decref shared string body on gc_free
Yukihiro Matsumoto
2012-06-03
make shared string to reference-counted C structure to reduce GC pressure
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
allow string shared body
Yukihiro Matsumoto
2012-05-31
resolve conflict
Yukihiro Matsumoto
2012-05-30
MRB_GC_STRESS for GC test
Yukihiro Matsumoto
2012-05-30
remove spaces after open paren
Yukihiro Matsumoto
[next]