aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace
Commit message (Expand)AuthorAgeFilesLines
...
* objspace_dump.c: fix declarationnobu2013-11-091-1/+1
* * ext/objspace/object_tracing.c: use declarations in internal.h.nari2013-11-092-4/+1
* objspace_dump.c: fix portability issuenobu2013-11-092-1/+13
* objspace_dump.c: extract output option utilitiesnobu2013-11-091-45/+44
* objspace_dump.c: suppress warningsnobu2013-11-091-3/+1
* objspace_dump.c: indentnobu2013-11-091-91/+91
* * ext/objspace/object_tracing.c: Add experimental methods to dumptmm12013-11-085-14/+447
* * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stopzzak2013-11-071-2/+2
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-127/+5
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* * common.mk, ext/objspace/depend, ext/coverage/depend,akr2013-10-281-0/+2
* * ext/objspace/object_tracing.c (newobj_i): fix memory leak.ko12013-10-171-2/+7
* * ext/objspace/object_tracing.c (newobj_i): add workaround.ko12013-10-161-2/+2
* * ext/objspace/object_tracing.c: add new methodko12013-10-161-6/+76
* * ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko12013-10-161-0/+65
* * ext/objspace/gc_hook.c: prohibit reentrant.ko12013-10-111-5/+28
* * ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak2013-09-301-55/+57
* * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fixzzak2013-09-301-6/+5
* * ext/objspace/object_tracing.c: [DOC] add some nots forko12013-09-301-1/+4
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-301-37/+109
* * ext/objspace/object_tracing.c: Return for ::allocation_generationzzak2013-06-181-1/+1
* * ext/objspace/object_tracing.c: Document object_tracing methods.zzak2013-06-181-0/+98
* * ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.zzak2013-06-181-0/+12
* * ext/objspace/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]zzak2013-06-181-0/+4
* * ext/objspace/objspace.c: rdoc on require to overview from r41355zzak2013-06-181-6/+2
* * ext/objspace/objspace.c: let rdoc know about objspace methods.eregon2013-06-171-2/+11
* * gc.c (ObjectSpace): is a module not a class.eregon2013-06-171-1/+6
* * ext/objspace/object_tracing.c: rename allocation_info tonari2013-06-061-6/+6
* * ext/objspace/object_tracing.c: allocation_info function isn'tnari2013-06-061-1/+1
* * ext/objspace/objspace.c: improve wording and remove duplicated comment.eregon2013-06-041-20/+9
* fix typotmm12013-05-281-1/+1
* object_tracing.c: fix argument typenobu2013-05-281-1/+1
* * ext/objspace/object_tracing.c: fix a bug reported atko12013-05-281-34/+85
* ext/objspace: unexpand Author keywordsnobu2013-05-282-2/+2
* * properties.nobu2013-05-271-80/+80
* * ext/objspace/gc_hook.c, ext/objspace/objspace.c: add new methods toko12013-05-272-0/+82
* suppress warningsnobu2013-05-271-1/+1
* * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko12013-05-271-1/+1
* * ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko12013-05-272-0/+200
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-1/+7
* * ext/objspace/objspace.c: Fix typo in doc. Patch by Sho Hashimoto.sorah2013-03-191-1/+1
* objspace.c: newly added nodesnobu2013-03-051-1/+4
* fix typosnari2013-01-261-2/+2
* * ext/objspace/objspace.c (iow_size): return size of internal objectko12012-12-081-1/+8
* objspace.c: enum ruby_value_typenobu2012-10-241-2/+2
* * ext/objspace/objspace.c (reachable_object_from_i): change datako12012-10-241-7/+9
* * ext/objspace/objspace.c (Init_objspace): add a new methodko12012-10-241-0/+8
* * ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko12012-10-241-37/+133
* * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko12012-10-051-2/+45
* * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko12012-09-281-1/+0