ruby/ext
tmm1 7170baa878 objspace_dump.c: include object's gc flags in dump
* ext/objspace/objspace_dump.c (dump_object): include fstring flag on
  strings. include gc flags (old, remembered, wb_protected) on all objects.
* ext/objspace/objspace_dump.c (Init_objspace_dump): initialize lazy
  IDs before first use.
* gc.c (rb_obj_gc_flags): new function to retrieve object flags
* internal.h (RB_OBJ_GC_FLAGS_MAX): maximum flags allowed for one obj
* test/objspace/test_objspace.rb (test_dump_flags): test for above
* test/objspace/test_objspace.rb (test_trace_object_allocations):
  resolve name before dump (for rb_class_path_cached)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-12-10 02:26:09 +00:00
..
-test- parse.y: use rb_fstring() for strings stored in the symbol table 2013-12-08 01:39:27 +00:00
bigdecimal * bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal instead 2013-12-08 11:20:51 +00:00
continuation * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
coverage * common.mk, ext/objspace/depend, ext/coverage/depend, 2013-10-28 03:43:17 +00:00
date date_parse.c: get rid of backtrack explosion 2013-12-09 02:14:35 +00:00
dbm ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
digest * ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabble 2013-11-21 07:53:39 +00:00
dl * ext/dl/cfunc.c: [DOC] fix typo in example [Bug #8944] 2013-11-09 05:29:59 +00:00
etc etc.c: encodings 2013-08-03 00:46:10 +00:00
fcntl * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
fiber * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
fiddle * ext/fiddle/*: [DOC] More doc on dlopen and RTLD_DEFAULT from r42186 2013-07-26 05:06:57 +00:00
gdbm ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
io io-console.gemspec: certification 2013-11-13 08:08:09 +00:00
json * lib/irb/notifier.rb: [Doc] Fix typo 2013-11-27 12:56:08 +00:00
mathn * complex.c (nucomp_canonicalization): renamed. 2008-12-12 23:40:55 +00:00
nkf * remove trailing spaces. 2013-11-22 05:21:06 +00:00
objspace objspace_dump.c: include object's gc flags in dump 2013-12-10 02:26:09 +00:00
openssl * ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digest 2013-12-09 19:56:45 +00:00
pathname ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
psych * ext/psych/lib/psych.rb: psych version 2.0.2 2013-11-26 22:14:34 +00:00
pty pty.c: check error of seteuid 2013-11-05 08:10:34 +00:00
racc/cparse ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
rbconfig/sizeof ext/rbconfig/sizeof: move to an extension library 2013-11-18 14:19:16 +00:00
readline * ext/readline/readline.c (readline_getc): Consider 2013-10-29 03:09:00 +00:00
ripper parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042] 2013-11-10 06:13:02 +00:00
sdbm ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
socket * ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak. 2013-10-02 12:41:28 +00:00
stringio * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use 2013-10-29 11:16:54 +00:00
strscan * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use 2013-10-29 11:16:54 +00:00
syslog Add facility to Syslog::Logger. 2013-07-26 11:15:06 +00:00
thread * ext/thread/thread.c: [DOC] add call-seq alias for Queue#enq, #<<, etc. 2013-12-09 15:47:35 +00:00
tk * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/) 2013-12-07 10:27:27 +00:00
win32 win32/registry.rb: size in bytes 2013-09-24 07:41:17 +00:00
win32ole win32ole.c: correct declaration 2013-11-30 09:05:48 +00:00
zlib * ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams that 2013-08-28 20:36:21 +00:00
.document * ext/.document: Remove curses from documentable directories. 2013-12-09 21:16:19 +00:00
Setup * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
Setup.atheos * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
Setup.emx * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
Setup.nacl * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
Setup.nt * ext/curses, sample/curses: removed curses. 2013-12-09 04:39:49 +00:00
extmk.rb extmk.rb: static extensions 2013-07-28 11:10:52 +00:00