aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2012-06-11svn2012-06-101-2/+2
* * .gdbinit (SDR): add SDR function. It's only for VM debugging.ko12012-06-102-0/+8
* * nacl/nacl_config.rb: Fixed for 32bit hosts.yugui2012-06-102-5/+9
* Fixes threading on NativeClient.yugui2012-06-103-65/+149
* * process.c (rb_exec_without_timer_thread): renamed from rb_exec_err.akr2012-06-102-5/+21
* * process.c (rb_fork): call rb_fork_internal instead of rb_fork_err.akr2012-06-102-2/+6
* * process.c (rb_fork_ruby): call rb_fork_internal directly.akr2012-06-102-1/+5
* * process.c (rb_fork_ruby): new function.akr2012-06-104-4/+22
* * lib/net/http/response.rb: Remove a duplicated rdoc and leave aknu2012-06-103-70/+19
* * configure.in (RUBY_NACL): Warns if $PATH does not contain the pathyugui2012-06-102-1/+15
* gc.h: IS_STACK_DIR_UPPERnobu2012-06-103-2/+5
* thread_pthread.c: adjust stack sizenobu2012-06-102-9/+10
* thread_pthread.c: adjust stack sizenobu2012-06-102-2/+8
* * process.c (retry_fork): call after_fork except in a child process.akr2012-06-102-8/+14
* * test/ruby/test_iseq.rb (TestISeq#test_disasm_encoding): set defaultnobu2012-06-101-4/+6
* * configure.in: NetBSD 6 adds libexecinfo but it only works on amd64.naruse2012-06-102-2/+12
* * process.c (rb_f_exec): call rb_exec_async_signal_safe except onakr2012-06-102-1/+10
* * io.c (popen_exec): don't call rb_thread_atfork_before_exec. useakr2012-06-102-3/+8
* * process.c (rb_fork_internal): call after_fork only unlessakr2012-06-103-1/+16
* * ext/openssl/ossl_pkey_ec.cemboss2012-06-103-0/+97
* * lib/openssl/ssl.rb: Use a simple random number to generate theemboss2012-06-102-1/+11
* update async-signal-safe comments.akr2012-06-101-4/+4
* * NEWS: Add note about the new private key export behavior.emboss2012-06-102-0/+11
* * process.c (rb_exec_async_signal_safe): exported.akr2012-06-105-12/+29
* * ext/openssl/ossl.cemboss2012-06-108-7/+66
* * process.c (rb_f_exec): use rb_exec_arg_prepare.akr2012-06-102-9/+12
* * process.c: split after_exec into async-signal-safe part and rest.akr2012-06-092-7/+30
* * removed trailing spaces.nobu2012-06-095-18/+18
* * NEWS: document new features of Ruby OpenSSL.emboss2012-06-092-0/+15
* * 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