aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl/ossl.c: Fix error in example. Patch by David Albert.emboss2012-06-092-14/+114
* * ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss2012-06-093-98/+71
* * process.c (rb_fork_internal): initialize exc.akr2012-06-092-1/+5
* * 2012-06-10svn2012-06-091-2/+2
* * process.c: don't use non async-signal-safe functions in a childakr2012-06-092-30/+75
* * process.c (rb_fork_err): rewrite a complex "if" statement.akr2012-06-092-1/+7
* * process.c (before_exec_async_signal_safe): extracted fromakr2012-06-092-3/+26
* iseq.c: rb_id2strnobu2012-06-093-29/+47
* string.c: rb_str_symname_pnobu2012-06-093-10/+30
* * process.c (retry_fork): rewrite a complex "for" statement byakr2012-06-092-3/+12
* * process.c (retry_fork): extracted from rb_fork_err.akr2012-06-092-88/+130
* iseq.c: fix conversionnobu2012-06-093-2/+14
* update async-signal-safe comments.akr2012-06-091-2/+2
* * process.c (rb_exec_async_signal_safe): extracted from rb_exec_err.akr2012-06-092-8/+18
* update async-signal-safe comments.akr2012-06-091-4/+4
* * process.c: simplified because close_others option is alwaysakr2012-06-092-14/+26
* * process.c (rb_proc_exec): call before_exec() here addition toakr2012-06-092-1/+8
* thread_pthread.c: use stack infonobu2012-06-082-2/+6
* * README.EXT (prepare extconf.rb): Added note to see MakeMakefile fordrbrain2012-06-083-108/+31
* * doc/re.rdoc: Completed wording in the description of the =~ operator.drbrain2012-06-082-3/+12
* * string.c (rb_str_start_with): Removed "p" from start_with? examplesdrbrain2012-06-082-10/+14
* * lib/benchmark.rb: Updated formatting of Benchmark documentation fordrbrain2012-06-082-25/+31
* * lib/delegate.rb: Added documentation for Delegator#!. Patch bydrbrain2012-06-082-3/+9
* * remove trailing spaces.nobu2012-06-084-11/+11
* Fix typo in RFC numberdrbrain2012-06-081-1/+1
* * lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain2012-06-085-8/+45
* * process.c (rb_exec_err): before_exec() call moved from proc_exec_cmdakr2012-06-082-7/+13
* * 2012-06-09svn2012-06-081-2/+2
* * include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr2012-06-083-2/+10
* * process.c: don't check the availability of FD_CLOEXEC. It shouldakr2012-06-083-18/+7
* add comments.akr2012-06-081-0/+6
* * process.c (rb_fork_err): revert r35955. The condition needs !chfuncakr2012-06-082-2/+8
* * process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd andakr2012-06-082-6/+11
* * process.c (ARGV_COUNT): unused macro removed.akr2012-06-082-6/+7
* test: realpathnobu2012-06-083-3/+20
* process.c: child process error statenobu2012-06-082-2/+5
* process.c, ext/pty/pty.c: status on errorsnobu2012-06-083-2/+11
* ext/pty/pty.c: status to protectnobu2012-06-082-2/+7
* * 2012-06-08svn2012-06-081-2/+2
* * thread_win32.c (native_thread_create): add a comment.usa2012-06-081-1/+1
* * process.c (rb_fork_err): Fix the conditoin to use rb_protect.akr2012-06-072-2/+6
* * include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr2012-06-073-28/+31
* * 2012-06-07svn2012-06-071-2/+2
* * .gdbinit: add function `trace_machine_instructions' to traceko12012-06-072-0/+20
* fix a comment.akr2012-06-061-1/+1
* remove wrong comments.akr2012-06-061-3/+3
* * process.c (proc_exec_cmd) renamed from proc_exec_v.akr2012-06-062-13/+21
* * process.c (try_with_sh): please take care of the macro defined byusa2012-06-062-1/+6
* add a test.akr2012-06-061-0/+19
* update async-signal-safe comments.akr2012-06-061-13/+13