summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-06-11 * compile.c (iseq_set_sequence): nonstatic initializer of anshyouhei
2012-06-10* process.c (rb_proc_exec_n): revert the function removed at r35889.akr
2012-06-10* thread_pthread.c (rb_thread_create_timer_thread): assign returnnaruse
2012-06-10* thread_pthread.c (native_cond_initialize): fix typo in r36022.naruse
2012-06-10* .gdbinit (SDR): add SDR function. It's only for VM debugging.ko1
2012-06-10* nacl/nacl_config.rb: Fixed for 32bit hosts.yugui
2012-06-10Fixes threading on NativeClient.yugui
2012-06-10* process.c (rb_exec_without_timer_thread): renamed from rb_exec_err.akr
2012-06-10* process.c (rb_fork): call rb_fork_internal instead of rb_fork_err.akr
2012-06-10* process.c (rb_fork_ruby): call rb_fork_internal directly.akr
2012-06-10* process.c (rb_fork_ruby): new function.akr
2012-06-10* lib/net/http/response.rb: Remove a duplicated rdoc and leave aknu
2012-06-10* configure.in (RUBY_NACL): Warns if $PATH does not contain the pathyugui
2012-06-10gc.h: IS_STACK_DIR_UPPERnobu
2012-06-10thread_pthread.c: adjust stack sizenobu
2012-06-10thread_pthread.c: adjust stack sizenobu
2012-06-10* process.c (retry_fork): call after_fork except in a child process.akr
2012-06-10* configure.in: NetBSD 6 adds libexecinfo but it only works on amd64.naruse
2012-06-10* process.c (rb_f_exec): call rb_exec_async_signal_safe except onakr
2012-06-10* io.c (popen_exec): don't call rb_thread_atfork_before_exec. useakr
2012-06-10* process.c (rb_fork_internal): call after_fork only unlessakr
2012-06-10* ext/openssl/ossl_pkey_ec.cemboss
2012-06-10* lib/openssl/ssl.rb: Use a simple random number to generate theemboss
2012-06-10* NEWS: Add note about the new private key export behavior.emboss
2012-06-10* process.c (rb_exec_async_signal_safe): exported.akr
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* 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-09* process.c (rb_exec_async_signal_safe): extracted from rb_exec_err.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