1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
ko1 6244e502cc * thread.c: fix Mutex to be interruptable lock.
* thread_win32.ci, thread_win32.h, thread_pthread.ci, thread_pthread.h:
  prepare native_cond_*() which are based on pthread_cond_*() spec.
* prelude.rb: fix Mutex#synchronize method.
* vm_core.h, include/ruby/intern.h: change unblock function interface
  (to pass some user data).
* file.c, process.c: ditto.
* benchmark/bm_vm2_mutex.rb: add a benchmark for mutex.
* benchmark/bm_vm3_thread_mutex.rb: add a benchmark for mutex
  with contension.
* benchmark/run.rb: fix to remove ENV['RUBYLIB'] for matzruby.
* test/ruby/test_thread.rb: add a test.
* common.mk: fix benchmark options.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-08-27 16:48:14 +00:00
..
defines.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
encoding.h * encoding.c (rb_enc_codelen): raises invalid sequence exception 2007-08-27 13:48:09 +00:00
intern.h * thread.c: fix Mutex to be interruptable lock. 2007-08-27 16:48:14 +00:00
io.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
missing.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
node.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
oniguruma.h * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes 2007-07-23 09:39:30 +00:00
re.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
regex.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
ruby.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
signal.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
st.h * st.c (struct st_table_entry): add new members, fore and back, to 2007-08-21 04:43:51 +00:00
util.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
win32.h * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] 2007-07-15 13:24:39 +00:00