index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
objspace
/
objspace_dump.c
Age
Commit message (
Expand
)
Author
2018-10-09
ext/objspace/objspace_dump.c: print addresses consistently
nobu
2018-10-09
* expand tabs.
svn
2018-10-09
Revert "ext/objspace/objspace_dump.c: print addresses consistently"
naruse
2018-10-08
* expand tabs.
svn
2018-10-08
ext/objspace/objspace_dump.c: print addresses consistently
tenderlove
2018-05-09
Rename imemo_alloc with imemo_tmpbuf
mame
2018-02-16
no ID cache in Init functions
nobu
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2017-12-21
Fix `imemo_name` to dump new imemo types
tenderlove
2017-11-04
Remove RNODE cast from NODE utility functions
mame
2017-09-27
objspace_dump.c: remove unnecessary break
nobu
2017-01-31
Add IMEMO type to heap dump output.
tenderlove
2017-01-03
Add `full` option to `ObjectSpace.dump_all`
tenderlove
2016-09-17
objspace_dump.c: dc is no longer used [ci skip]
nobu
2016-09-16
Use JSON lines format for full heap dumps.
tenderlove
2016-09-13
Use PRIuSIZE format specifier for size_t values
rhe
2016-06-11
ObjectSpace.dump_all: valid JSON
nobu
2016-05-08
objspace_dump.c: fix format
nobu
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 about
naruse
2015-10-19
objspace_dump.c: special const
nobu
2015-09-17
* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap
tenderlove
2015-06-21
ext/objspace/objspace_dump.c: adjust indent
nobu
2015-06-20
* ext/objspace/objspace_dump.c(dump_object): Return empty JSON object when
sorah
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-08-03
ext: get rid of inadvertent ID creation
nobu
2014-07-26
* ext/objspace/objspace_dump.c (dump_append): avoid fflush.
shyouhei
2014-03-10
ext/objspace: Check fptr before trying to dump FILE object fd
charliesome
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-10
objspace_dump.c: include object's gc flags in dump
tmm1
2013-11-26
* ext/objspace/objspace_dump.c (dump_append_string_value): Escape
tmm1
2013-11-25
* NEWS: Add ObjectSpace.after_gc_{start,end}_hook=
tmm1
2013-11-24
* ext/objspace/objspace_dump.c: test fixes and win32 compatibility
tmm1
2013-11-14
objspace_dump.c: refine output
nobu
2013-11-11
* internal.h: move common string/hash flags to include file.
tmm1
2013-11-09
objspace_dump.c: fix declaration
nobu
2013-11-09
objspace_dump.c: fix portability issue
nobu
2013-11-09
objspace_dump.c: extract output option utilities
nobu
2013-11-09
objspace_dump.c: suppress warnings
nobu
2013-11-09
objspace_dump.c: indent
nobu
2013-11-08
* ext/objspace/object_tracing.c: Add experimental methods to dump
tmm1