ruby/ext
ko1 1448b0abf5 * ext/objspace/objspace.c (reachable_object_from_root_i):
reachable objects should not include categories and
  category_objects because it is noisy information.
  In fact, objects created after calling
  ObjectSpace.reachable_objects_from_root should not be included
  as a returning hash objects. Currently, mswin64 platform has a
  problem because of this behaviour. Should we trace new objects?



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-12-15 04:42:23 +00:00
..
-test- parse.y: use rb_fstring() for strings stored in the symbol table 2013-12-08 01:39:27 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.c (VpSetPTR): fix for limitation of the resulting 2013-12-12 17:02:27 +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_strptime.c: get rid of backtrack explosion 2013-12-10 14:58:43 +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 * ext/objspace/objspace.c (reachable_object_from_root_i): 2013-12-15 04:42:23 +00:00
openssl * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475] 2013-12-12 07:21:19 +00:00
pathname ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST 2013-11-29 07:59:14 +00:00
psych * ext/psych/yaml/emitter.c: Fix typo in the variable name 2013-12-14 01:19:06 +00:00
pty pty.c: check error of seteuid 2013-11-05 08:10:34 +00:00
racc/cparse * ext/racc/cparse/README: [DOC] Use upstream and github link instead of RAA. 2013-12-11 03:10:54 +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/lib/socket.rb: Don't test $! in "ensure" clause because 2013-12-13 16:11:12 +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/tkextlib/SUPPORT_STATUS: [DOC] remove link of RAA. 2013-12-11 03:36:03 +00:00
win32 win32/registry.rb: size in bytes 2013-09-24 07:41:17 +00:00
win32ole * ext/win32ole/sample/olegen.rb: Fix typo 2013-12-11 03:58:07 +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