summaryrefslogtreecommitdiff
path: root/ext/objspace/objspace_dump.c
AgeCommit message (Expand)Author
2022-07-22Adjust indents [ci skip]Nobuyoshi Nakada
2022-07-22Get rid of magic numbersNobuyoshi Nakada
2022-07-22Dump non-ASCII char as unsignedNobuyoshi Nakada
2022-07-21Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier
2022-07-21objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-05Local functions should be `static`Nobuyoshi Nakada
2022-07-04ObjectSpace.dump: Include string coderangeJean Boussier
2022-03-01Show embed status of array when len is 0 in objspace dumpPeter Zhu
2022-02-03Add the size pool slot size to the output of ObjectSpace.dump/dump_allMatt Valentine-House
2021-04-26Fix compiler warnings in objspace_dump.c when assertions are turned onPeter Zhu
2021-02-04objspace_dump.c: tag singleton classes and reference the superclassJean Boussier
2021-01-20objspace_dump.c: Handle allocation path and line missingJean Boussier
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