summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-10* ext/openssl/ossl.cemboss
2012-06-10* process.c (rb_f_exec): use rb_exec_arg_prepare.akr
2012-06-09* process.c: split after_exec into async-signal-safe part and rest.akr
2012-06-09* removed trailing spaces.nobu
2012-06-09* NEWS: document new features of Ruby OpenSSL.emboss
2012-06-09* ext/openssl/ossl.c: Fix error in example. Patch by David Albert.emboss
2012-06-09* ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss
2012-06-09* process.c (rb_fork_internal): initialize exc.akr
2012-06-09* 2012-06-10svn
2012-06-09* process.c: don't use non async-signal-safe functions in a childakr
2012-06-09* process.c (rb_fork_err): rewrite a complex "if" statement.akr
2012-06-09* process.c (before_exec_async_signal_safe): extracted fromakr
2012-06-09iseq.c: rb_id2strnobu
2012-06-09string.c: rb_str_symname_pnobu
2012-06-09* process.c (retry_fork): rewrite a complex "for" statement byakr
2012-06-09* process.c (retry_fork): extracted from rb_fork_err.akr
2012-06-09iseq.c: fix conversionnobu
2012-06-09update async-signal-safe comments.akr
2012-06-09* process.c (rb_exec_async_signal_safe): extracted from rb_exec_err.akr
2012-06-09update async-signal-safe comments.akr
2012-06-09* process.c: simplified because close_others option is alwaysakr
2012-06-09* process.c (rb_proc_exec): call before_exec() here addition toakr
2012-06-08thread_pthread.c: use stack infonobu
2012-06-08* README.EXT (prepare extconf.rb): Added note to see MakeMakefile fordrbrain
2012-06-08* doc/re.rdoc: Completed wording in the description of the =~ operator.drbrain
2012-06-08* string.c (rb_str_start_with): Removed "p" from start_with? examplesdrbrain
2012-06-08* lib/benchmark.rb: Updated formatting of Benchmark documentation fordrbrain
2012-06-08* lib/delegate.rb: Added documentation for Delegator#!. Patch bydrbrain
2012-06-08* remove trailing spaces.nobu
2012-06-08Fix typo in RFC numberdrbrain
2012-06-08* lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain
2012-06-08* process.c (rb_exec_err): before_exec() call moved from proc_exec_cmdakr
2012-06-08* 2012-06-09svn
2012-06-08* include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr
2012-06-08* process.c: don't check the availability of FD_CLOEXEC. It shouldakr
2012-06-08add comments.akr
2012-06-08* process.c (rb_fork_err): revert r35955. The condition needs !chfuncakr
2012-06-08* process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd andakr
2012-06-08* process.c (ARGV_COUNT): unused macro removed.akr
2012-06-08test: realpathnobu
2012-06-08process.c: child process error statenobu
2012-06-08process.c, ext/pty/pty.c: status on errorsnobu
2012-06-08ext/pty/pty.c: status to protectnobu
2012-06-08* 2012-06-08svn
2012-06-08* thread_win32.c (native_thread_create): add a comment.usa
2012-06-07* process.c (rb_fork_err): Fix the conditoin to use rb_protect.akr
2012-06-07* include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr
2012-06-07* 2012-06-07svn
2012-06-07* .gdbinit: add function `trace_machine_instructions' to traceko1
2012-06-06fix a comment.akr