index
:
ruby.git
argv0-environ
async-signal-safety
avoid-rb_thread_wait_fd
bigdecimal-gc-guard
copy-stream-infinite-loop
copy_stream-EINTR
date-segfault-bug-5170
date-tmx_zone-paranoia
date_core-gc-guard
ephemeral-class
fcntl-dupfd-cloexec
fcntl-lock
fix-unix-send-recv-io
fsync-nogvl
io-close-fixes
io-close-nogvl2
io-wait_writable
json-gc-guard
kill-select
ll-queue
master
method-cache-clear
modern-timeout
net-http-copy_stream-upload
openssl-no-compression
poll
pread-pwrite
random-fork
rb_thread_select
rb_wait_for_single_fd
rb_wait_for_single_fd-followup
rb_wait_for_single_fd-ppoll
resolv-timeout
select-leak
sendfile-eagain
shotgunning-in-the-dark
sig-th-list-atfork
sleepy-timer-thread
sleepy2
ssl-memory
stack-reduce
thread_call_with_gvl
timer-thread-exit-race
tr_s_bang_leak
trunk
try
unused-variables
personal branches for the Matz Ruby Interpreter
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-18
thread_pthread: set close-on-exec for timer thread pipe
sleepy-timer-thread
Eric Wong
1
-0/+12
2011-06-18
thread_pthread.c: show errno for pipe() failure
Eric Wong
1
-1/+1
2011-06-18
thread_pthread: still need to close pipe when resetting
Eric Wong
1
-0/+1
2011-06-18
thread_pthread.c: avoid pipe leak to extensions that fork() internally
Eric Wong
1
-6/+19
2011-06-17
thread_pthread: prevent deadlock from signal spam
Eric Wong
1
-1/+19
2011-06-17
defer timer thread wakeups after fork()
Eric Wong
1
-0/+15
2011-06-17
avoid unnecessary wakeups with timer thread
SASADA Koichi
3
-37/+94
2011-06-17
* ext/curses/curses.c: Document curses constants. Patch by Vincent
drbrain
2
-98/+590
2011-06-17
* object.c: Document Module#method_added and #method_removed.
drbrain
2
-0/+53
2011-06-16
* io.c: Improve documentation of IO and File open and new.
drbrain
2
-67/+76
2011-06-16
* lib/csv.rb: Document #raw_encoding. Patch by David Czarnecki.
drbrain
2
-0/+9
2011-06-16
* lib/benchmark.rb: Document Benchmark::Tms#memberwise. Patch by
drbrain
2
-4/+16
2011-06-16
* lib/prettyprint.rb: Improve documentation. Patch by Ysiad
drbrain
2
-1/+17
2011-06-16
* array.c (rb_ary_drop): Improve documentation. Patch by Caley Woods.
drbrain
2
-2/+7
2011-06-16
* lib/webrick/log.rb: Improve documentation of BasicLog and Log.
drbrain
3
-7/+101
2011-06-16
* thread_pthread.c, thread_pthread.h: remove unused variables.
ko1
3
-4/+5
2011-06-16
* time.c (rb_time_new): prevent overflow by "* 1000".
naruse
2
-1/+25
2011-06-16
* benchmark/bm_vm4_thread_create_join.rb,
ko1
5
-0/+6
2011-06-16
* 2011-06-17
svn
1
-2/+2
2011-06-16
* thread_pthread.c (native_thread_create): fix debug message.
ko1
2
-1/+6
2011-06-16
* thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.
kosaki
4
-4/+10
2011-06-16
fix revision off by one reference.
kosaki
1
-1/+1
2011-06-16
add a mail reference.
kosaki
1
-1/+1
2011-06-16
* ChangeLog: fix ticket link
nagachika
1
-1/+1
2011-06-16
* test/testunit/test_parallel.rb: Fix Regexp for test.
sorah
5
-4/+27
2011-06-16
* test/test_securerandom.rb: Add testcase. This testcase does NOT aim
nahi
2
-0/+182
2011-06-16
* test/ruby/test_io.rb (TestIO#test_copy_stream_socket): fix
kosaki
2
-2/+7
2011-06-16
* variable.c (const_missing): Add simple example of const_missing.
drbrain
2
-20/+33
2011-06-16
* lib/monitor.rb: Improve documentation. Patch by Sandor Szucs.
drbrain
2
-72/+100
2011-06-16
* lib/webrick/utils.rb: Document WEBrick::Utils. Patch by Olivier
drbrain
2
-1/+72
2011-06-16
* lib/webrick/httpservlet/erbhandler.rb: Allow the ERB document to
drbrain
2
-1/+6
2011-06-16
* lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.
drbrain
3
-5/+14
2011-06-16
* lib/rdoc.rb: Import RDoc 3.7 release candidate
drbrain
58
-274/+2634
2011-06-16
* lib/net/imap.rb (search_response): parses SEARCH responses from
shugo
3
-2/+35
2011-06-16
* fix for build on solaris 10.
nobu
7
-32/+45
2011-06-16
* enc/depend: show srcdir.
nobu
1
-1/+1
2011-06-16
* test/io/console/test_io_console.rb (TestIO_Console#test_sync):
nobu
2
-3/+16
2011-06-15
* test/testunit/test_parallel.rb(test_ignore_tzero): Test for r32109.
sorah
3
-3/+18
2011-06-15
* lib/test/unit.rb(Test::Unit::Runner#_run_parallel): Ignore -j0
sorah
2
-0/+10
2011-06-15
* test/testunit/test_parallel.rb (TestParallel::TestParallelWorker#
usa
2
-10/+8
2011-06-15
* thread.c (do_select): Windows: no need to poll if select(2) is
usa
4
-5/+72
2011-06-15
* 2011-06-16
svn
1
-2/+2
2011-06-15
* test/openssl/test_config.rb: Commit missing file
emboss
1
-1/+1
2011-06-15
fix typos
kazu
1
-5/+6
2011-06-15
* gc.c: fix a regression by r31690 on AIX because AIX malloc
kosaki
2
-5/+18
2011-06-15
* thread.c: remove BLOCKING_REGION_CORE() macro. It's no longer used
kosaki
2
-7/+5
2011-06-15
* Fixed typo.
emboss
1
-1/+1
2011-06-15
* test/openssl/tesst_config.rb: execute based on the existence of the
emboss
1
-0/+5
2011-06-15
* test/ruby/test_io.rb (test_copy_stream_socket): wait a child process
akr
3
-26/+43
2011-06-15
Run tests only for emacs 23+.
naruse
1
-1/+3
[next]