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
/
mrbgems
/
mruby-objectspace
Age
Commit message (
Expand
)
Author
2019-09-16
Entrust "no block given" error to `mrb_get_args()`
dearblue
2019-06-02
Fix missing assertions in `mruby-objectspace` test
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2017-11-19
Invoke `mrb_full_gc()` before `ObjectSpace.count_objects`.
Yukihiro "Matz" Matsumoto
2017-04-20
Allow `mrb_objspace_each_objects()` to break iteration; ref #3359
Yukihiro "Matz" Matsumoto
2016-11-24
Fixes for compiling mruby as C++
Tomasz Dąbrowski
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-19
Clean up GC code
furunkel
2014-06-29
Reduce warning for enumeration
ksss
2014-06-28
ObjectSpace.each_object should filter out internal (i.e. obj->c == NULL) obje...
Yukihiro "Matz" Matsumoto
2014-06-28
Fix crash in method call in `ObjectSpace.each_object` block.
take_cheeze
2014-05-08
Replace from include <>, to include "".
yui-knk
2014-05-06
Add a comment to ObjectSpace.each_object.
yui-knk
2014-04-06
Always increment `total` field of `os_count_struct` in callback.
take_cheeze
2014-04-05
Fix ObjectSpace.count_objects document.
take_cheeze
2014-04-03
Support :T_FIBER in ObjectSpace.count_objects .
take_cheeze
2014-03-27
Use CRuby compatible key in ObjectSpace.count_objects .
take_cheeze
2014-03-25
Use mrb_int.
take_cheeze
2014-03-25
Implement ObjectSpace.each_object .
take_cheeze
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-01-31
rework mruby-objectspace and gc.[ch]
cremno
2013-09-21
rename voidp to cptr
Yukihiro "Matz" Matsumoto
2013-08-04
Improve test of mruby-objectspace-ext GEM
Daniel Bovensiepen
2013-07-23
"spec.author" is better for single-author gems.
Tomoyuki Sahara
2013-05-18
indentation fix
Yukihiro "Matz" Matsumoto
2013-05-18
remove unused local variable
Yukihiro "Matz" Matsumoto
2013-05-18
Cleanup of mruby_objectspace.c and removed the unneccessary README for mruby_...
Ryan Scott
2013-05-18
Changed the counting so that only objects that are alive are added to the obj...
Ryan Scott
2013-05-17
Minor formatting change.
Ryan Scott
2013-05-17
Changed the each_object callback so that a pointer is passed for the object, ...
Ryan Scott
2013-05-17
Removed debug output
Ryan Scott
2013-05-17
Changed the object_count so that it only iterates over the RBasic object, not...
Ryan Scott
2013-05-17
First implementation of ObjectSpace moved outside of gc.c
Ryan Scott