aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace
Commit message (Expand)AuthorAgeFilesLines
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+3
* ext/objspace: Specify frozen_string_literal: true.kazu2017-02-121-1/+1
* Add IMEMO type to heap dump output.tenderlove2017-01-311-0/+23
* Add `full` option to `ObjectSpace.dump_all`tenderlove2017-01-031-3/+17
* objspace.c:: indent [ci skip]yui-knk2016-11-181-1/+1
* internal.h: RB_OBJ_BUILTIN_TYPEnobu2016-10-281-1/+1
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-1/+1
* objspace_dump.c: dc is no longer used [ci skip]nobu2016-09-171-1/+0
* Use JSON lines format for full heap dumps.tenderlove2016-09-161-23/+10
* Use PRIuSIZE format specifier for size_t valuesrhe2016-09-131-2/+2
* ObjectSpace.dump_all: valid JSONnobu2016-06-111-11/+25
* 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