summaryrefslogtreecommitdiff
path: root/ext/objspace
AgeCommit message (Expand)Author
2014-12-19Update dependencies.akr
2014-12-15* ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko1
2014-12-01use 0 for reservednobu
2014-11-21Update dependency.akr
2014-11-21* tool/update-deps (in_makefile): Use FILES_NEED_VPATH andakr
2014-11-18Dependencies updated.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2014-08-03ext: get rid of inadvertent ID creationnobu
2014-07-26 * ext/objspace/objspace_dump.c (dump_append): avoid fflush.shyouhei
2014-03-10ext/objspace: Check fptr before trying to dump FILE object fdcharliesome
2014-02-05* ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()ko1
2014-02-04* string.c: remvoe STR_ASSOC related code.ko1
2013-12-17* ext/objspace/object_tracing.c: Fix typo in a variable namea_matsuda
2013-12-16* ext/objspace/objspace.c (reachable_object_from_root_i): useko1
2013-12-15* ext/objspace/objspace.c (reachable_object_from_root_i):ko1
2013-12-10objspace_dump.c: include object's gc flags in dumptmm1
2013-12-09object_tracing.c: fix allocation from NEWOBJ hooknobu
2013-12-05ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm1
2013-12-05gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm1
2013-11-26* ext/objspace/object_tracing.c (newobj_i): skip class_path if classko1
2013-11-26* ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm1
2013-11-25* NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm1
2013-11-24* ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm1
2013-11-14objspace_dump.c: refine outputnobu
2013-11-11* internal.h: move common string/hash flags to include file.tmm1
2013-11-09objspace_dump.c: fix declarationnobu
2013-11-09* ext/objspace/object_tracing.c: use declarations in internal.h.nari
2013-11-09objspace_dump.c: fix portability issuenobu
2013-11-09objspace_dump.c: extract output option utilitiesnobu
2013-11-09objspace_dump.c: suppress warningsnobu
2013-11-09objspace_dump.c: indentnobu
2013-11-08* ext/objspace/object_tracing.c: Add experimental methods to dumptmm1
2013-11-07* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stopzzak
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-28* common.mk, ext/objspace/depend, ext/coverage/depend,akr
2013-10-17* ext/objspace/object_tracing.c (newobj_i): fix memory leak.ko1
2013-10-16* ext/objspace/object_tracing.c (newobj_i): add workaround.ko1
2013-10-16* ext/objspace/object_tracing.c: add new methodko1
2013-10-16* ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko1
2013-10-11* ext/objspace/gc_hook.c: prohibit reentrant.ko1
2013-09-30* ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak
2013-09-30* ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fixzzak
2013-09-30* ext/objspace/object_tracing.c: [DOC] add some nots forko1
2013-09-30* ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko1
2013-06-18* ext/objspace/object_tracing.c: Return for ::allocation_generationzzak
2013-06-18* ext/objspace/object_tracing.c: Document object_tracing methods.zzak