1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/objspace
nagachika e46532feaf merge revision(s) cf7d07570f: [Backport #18938]
Dump non-ASCII char as unsigned

	Non-ASCII code may be negative on platforms plain char is signed.
	---
	 ext/objspace/objspace_dump.c   |  2 +-
	 test/objspace/test_objspace.rb | 15 +++++++++++++++
	 2 files changed, 16 insertions(+), 1 deletion(-)
2022-09-25 21:24:30 +09:00
..
lib ext/objspace/lib/objspace/trace.rb: Remove the original Kernel#p 2021-05-14 15:39:57 +09:00
depend Update dependencies 2021-11-21 16:21:18 +09:00
extconf.rb
object_tracing.c [Bug #18382] Fix crash in compaction for ObjectSpace.trace_object_allocations 2021-12-02 13:06:44 -05:00
objspace.c Remove NODE_DASGN_CURR [Feature #18406] 2021-12-13 12:53:03 +09:00
objspace.h
objspace_dump.c merge revision(s) cf7d07570f: [Backport #18938] 2022-09-25 21:24:30 +09:00