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
/
state.c
Age
Commit message (
Expand
)
Author
2012-11-09
fix incorrect mrb->irep initialization
skandhas
2012-11-08
Fix build on c++ compiler
Xuejie Xiao
2012-10-25
Use substitution instead of memset in structure initialization.
Masaki Muranaka
2012-10-17
should not free() static iseq from cdump
Yukihiro Matsumoto
2012-09-05
Free mrb->rescue and mrb->ensure.
Masamitsu MURASE
2012-09-03
remove memleaks using linked allocator
Yukihiro Matsumoto
2012-09-03
introduce toplevel object main; close #327
Yukihiro Matsumoto
2012-08-29
remove flags from irep
Yukihiro Matsumoto
2012-08-28
free heap pages from mrb_close()
Yukihiro Matsumoto
2012-08-28
free symbol table 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
mrb_open_allocf() should keep ud in mrb_state
Yukihiro Matsumoto
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-12
call mrb_gc_free_gc from mrb_close
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-21
Modify allocation size of mrb->irep.
Masamitsu MURASE
2012-07-08
Use mrb_calloc if you want zero cleard buffers.
Masaki Muranaka
2012-06-03
Verify that memory for mrb_state was allocated
Jon
2012-06-03
issue: make test fail on mingw.
liyuray
2012-05-17
idx should be less than the cap, if it is equal irep needs to grow.
Carson McDonald
2012-04-30
rm whitespace
roco
2012-04-24
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Yukihiro Matsumoto
2012-04-23
add file header
mimaki
2012-04-20
add mruby sources
mimaki