aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace/objspace_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Use PRIuSIZE format specifier for size_t valuesKazuki Yamaguchi2016-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
* 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_dump.c: adjust indentnobu2015-06-211-2/+2
* * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah2015-06-201-0/+5
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* ext: get rid of inadvertent ID creationnobu2014-08-031-2/+4
* * 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
* objspace_dump.c: include object's gc flags in dumptmm12013-12-101-0/+17
* * 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-141-19/+19
* * internal.h: move common string/hash flags to include file.tmm12013-11-111-14/+0
* objspace_dump.c: fix declarationnobu2013-11-091-1/+1
* objspace_dump.c: fix portability issuenobu2013-11-091-1/+12
* 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-081-0/+415