index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
objspace
Age
Commit message (
Expand
)
Author
2014-09-08
* gc.c: add incremental GC algorithm. [Feature #10137]
ko1
2014-03-11
* test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):
ktsj
2014-03-10
ext/objspace: Check fptr before trying to dump FILE object fd
charliesome
2013-12-10
objspace_dump.c: include object's gc flags in dump
tmm1
2013-12-05
test_objspace.rb: show error
nobu
2013-12-05
ext/objspace: remove OS.after_gc_start_hook= and move internal test
tmm1
2013-11-26
string.c: fix memsize of frozen shared string
nobu
2013-11-24
* ext/objspace/objspace_dump.c: test fixes and win32 compatibility
tmm1
2013-11-14
objspace_dump.c: refine output
nobu
2013-11-09
test_objspace.rb: assertion for temporary file
nobu
2013-11-09
* test/objspace/test_objspace.rb (test_dump_all): Make the test string
akr
2013-11-08
* ext/objspace/object_tracing.c: Add experimental methods to dump
tmm1
2013-10-16
* ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.
ko1
2013-10-10
vm_trace.c: fix infinite hook
nobu
2013-09-30
* ext/objspace/object_tracing.c: add new 3 methods to control tracing.
ko1
2013-05-28
* ext/objspace/object_tracing.c: fix a bug reported at
ko1
2013-05-27
* ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.
ko1
2013-04-02
use long_ary to suppress warning
naruse
2013-03-05
objspace.c: newly added nodes
nobu
2012-12-14
Use assert_separately to speed up slow tests
naruse
2012-12-08
* ext/objspace/objspace.c (iow_size): return size of internal object
ko1
2012-10-06
test_objspace.rb: refine
nobu
2012-10-05
* ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.
ko1
2011-12-15
* io.c (argf_type): make typed data.
nobu
2011-12-15
* regcomp.c (onig_region_memsize): implemented for memsize_of().
nobu
2010-10-28
* ext/objspace/objspace.c (ObjectSpace.memsize_of_all): rename
ko1
2010-10-27
* ext/objspace/objspace.c (memsize_of): fix rdoc.
ko1
2010-08-14
* test/objspace/test_objspace.rb: added test for objspace.
nari