aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace
Commit message (Expand)AuthorAgeFilesLines
* objspace_dump.c: fix formatnobu2016-05-081-2/+2
* * configure.in: add -Wsuggest-attribute=format and suppress warnings.naruse2016-05-081-0/+1
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-1/+1
* Update dependencies.akr2016-04-111-0/+5
* vm_core.h: use RUBY_ASSERTnobu2016-01-221-0/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* objspace_dump.c: special constnobu2015-10-191-13/+57
* * ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heaptenderlove2015-09-171-0/+1
* * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko12015-08-211-0/+80
* objspace.c: use rb_ident_hash_newnobu2015-08-101-4/+2
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-1/+2
* * ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko12015-07-211-3/+0
* ext/objspace/objspace_dump.c: adjust indentnobu2015-06-211-2/+2
* * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah2015-06-201-0/+5
* * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.ko12015-06-181-0/+1
* * ext/objspace/objspace.c: add two methods to debug internals.ko12015-05-281-0/+70
* gc.c: rename alloc as wrapnobu2015-05-161-1/+1
* * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko12015-04-101-0/+77
* * ext/objspace/objspace.c (setup_hash): unify common routine.ko12015-04-101-27/+23
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-1/+0
* * node.h: remove NODE_IFUNC, NEW_IFUNC.ko12015-03-111-1/+0
* * include/ruby/ruby.h: introduce new type T_IMEMO.ko12015-03-111-1/+2
* Update dependencies.akr2014-12-191-3/+3
* * ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko12014-12-151-0/+3
* use 0 for reservednobu2014-12-011-1/+1
* Update dependency.akr2014-11-211-4/+10
* * tool/update-deps (in_makefile): Use FILES_NEED_VPATH andakr2014-11-211-0/+1
* Dependencies updated.akr2014-11-181-26/+27
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-154-7/+8
* Mark auogenerated part.akr2014-11-151-0/+2
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-52/+52
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-14/+52
* ext: get rid of inadvertent ID creationnobu2014-08-033-4/+9
* * ext/objspace/objspace_dump.c (dump_append): avoid fflush.shyouhei2014-07-261-1/+0
* ext/objspace: Check fptr before trying to dump FILE object fdcharliesome2014-03-101-1/+2
* * ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()ko12014-02-051-1/+1
* * string.c: remvoe STR_ASSOC related code.ko12014-02-041-2/+0
* * ext/objspace/object_tracing.c: Fix typo in a variable namea_matsuda2013-12-171-3/+3
* * ext/objspace/objspace.c (reachable_object_from_root_i): useko12013-12-161-0/+2
* * ext/objspace/objspace.c (reachable_object_from_root_i):ko12013-12-151-1/+3
* objspace_dump.c: include object's gc flags in dumptmm12013-12-101-0/+17
* object_tracing.c: fix allocation from NEWOBJ hooknobu2013-12-091-1/+1
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-052-97/+0
* gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm12013-12-051-8/+0
* * ext/objspace/object_tracing.c (newobj_i): skip class_path if classko12013-11-261-1/+1
* * ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm12013-11-261-1/+6
* * NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm12013-11-251-3/+3
* * ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm12013-11-241-2/+2
* objspace_dump.c: refine outputnobu2013-11-142-20/+19
* * internal.h: move common string/hash flags to include file.tmm12013-11-111-14/+0