summaryrefslogtreecommitdiff
path: root/ext/objspace/objspace_dump.c
AgeCommit message (Expand)Author
2020-09-28Make ext/objspace ASAN friendlyAaron Patterson
2020-09-15Parse ObjectSpace.dump_all / dump arguments in Ruby to avoid allocation noiseJean Boussier
2020-09-11Add missing breakKazuhiro NISHIYAMA
2020-09-09Optimize ObjectSpace.dump_allJean Boussier
2020-09-09Add a :since option to dump_allJean Boussier
2020-08-17Fix method name escaping in ObjectSpace.dumpJohn Hawthorn
2020-08-17Also escape DEL codeNobuyoshi Nakada
2020-08-17Fixed the radix for control charsNobuyoshi Nakada
2020-07-23Avoid allocating a string when dumping an anonymous module or classJean Boussier
2020-07-10Fix missing imemo cases in objspace_dump by refactoringAlan Wu
2020-04-08Suppress -Wswitch warningsNobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-07-31* expand tabs.git
2019-07-31Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada
2019-07-08Let struct dump_config in objspace fit in a single cache lineLourens Naudé
2018-10-09ext/objspace/objspace_dump.c: print addresses consistentlynobu
2018-10-09* expand tabs.svn
2018-10-09Revert "ext/objspace/objspace_dump.c: print addresses consistently"naruse
2018-10-08* expand tabs.svn
2018-10-08ext/objspace/objspace_dump.c: print addresses consistentlytenderlove
2018-05-09Rename imemo_alloc with imemo_tmpbufmame
2018-02-16no ID cache in Init functionsnobu
2018-01-09Include ruby/{io,encoding}.h before internal.hkazu
2017-12-21Fix `imemo_name` to dump new imemo typestenderlove
2017-11-04Remove RNODE cast from NODE utility functionsmame
2017-09-27objspace_dump.c: remove unnecessary breaknobu
2017-01-31Add IMEMO type to heap dump output.tenderlove
2017-01-03Add `full` option to `ObjectSpace.dump_all`tenderlove
2016-09-17objspace_dump.c: dc is no longer used [ci skip]nobu
2016-09-16Use JSON lines format for full heap dumps.tenderlove
2016-09-13Use PRIuSIZE format specifier for size_t valuesrhe
2016-06-11ObjectSpace.dump_all: valid JSONnobu
2016-05-08objspace_dump.c: fix formatnobu
2016-05-08* configure.in: add -Wsuggest-attribute=format and suppress warnings.naruse
2016-04-22* variable.c: use uint32_t instead of long to avoid confusion aboutnaruse
2015-10-19objspace_dump.c: special constnobu
2015-09-17* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heaptenderlove
2015-06-21ext/objspace/objspace_dump.c: adjust indentnobu
2015-06-20* ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
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-10objspace_dump.c: include object's gc flags in dumptmm1
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