1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
ko1 0de5e1cb87 * ext/thread/thread.c: move definitions of Queue, SizedQueue
and ConditionalVariables to thread_tools.c. In other wowrds,
  such classes are built-in.
  [Feature #8919]
  At first, I planned to embed only a Queue class.
  However, rubygems requires 'thread.rb' (rubygems are
  required at first, when launch MRI without --disable-gems).
  So most of people require 'thread.rb' as an embedded library.
  Now, ext/thread/thread.c is empty, only for a dummy for
  compatibility.
* thread.c: move a definition of Mutex class to thread_tools.c.
  And define Mutex class under Thread (so now Mutex is Thread::Mutex).
  Because other thread related classes are also defined under Thread.
  We remain ::Mutex as Thread::Mutex. Only an inspect result is changed.
* common.mk: add dependency from thread.o to thraed_tools.c.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-08-21 23:36:23 +00:00
..
-test- string.c: pool only bare strings in fstring 2015-07-24 07:38:37 +00:00
bigdecimal
continuation
coverage
date date_parse.c: use ALLOCV 2015-06-16 09:46:06 +00:00
dbm
digest
etc
fcntl
fiber
fiddle fiddle: $LOCAL_LIBS needs to be expanded 2015-07-29 07:53:12 +00:00
gdbm
io io/console/extconf.rb: fix typo 2015-07-27 02:21:13 +00:00
json
mathn
nkf
objspace * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols. 2015-08-21 11:30:24 +00:00
openssl * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add OP_ALL to 2015-08-19 14:59:58 +00:00
pathname * ext/pathname/lib/pathname.rb (descend): Blockless form supported. 2015-06-14 15:14:46 +00:00
psych * ext/psych/*: update to Psych 2.0.14 2015-08-21 17:55:23 +00:00
pty pty.c: fix example typo [ci skip] 2015-07-19 05:29:21 +00:00
racc/cparse
rbconfig/sizeof sizes.c.tmpl: extract RUBY_DEFINT 2015-06-28 22:24:05 +00:00
readline pass saved errno 2015-07-08 05:05:12 +00:00
ripper
sdbm
socket use rb_sym2str 2015-08-15 04:32:15 +00:00
stringio stringio.c: Fix an example doc [ci skip] 2015-07-11 12:16:37 +00:00
strscan
syslog
thread * ext/thread/thread.c: move definitions of Queue, SizedQueue 2015-08-21 23:36:23 +00:00
tk tcltklib.c: check argument 2015-08-02 01:27:31 +00:00
win32 win32/registry.rb: size in bytes 2015-08-15 01:51:10 +00:00
win32ole
zlib zlib.c: GC guards 2015-07-10 12:50:26 +00:00
.document
extmk.rb extmk.rb: silently skip never-installed extensions 2015-07-10 01:22:55 +00:00
Setup
Setup.atheos
Setup.emx
Setup.nacl
Setup.nt