summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-06-13 * regparse.c (PFETCH_READY): this line was to suppress warning,shyouhei
2012-06-13configure.in: option for cygwinnobu
2012-06-13Makefile.in: warnflagsnobu
2012-06-13 * configure.in: On Windows platforms, system provided headers areshyouhei
2012-06-13include/ruby/win32.h: fix comment stylenobu
2012-06-13encoding.c: strdup macronobu
2012-06-13process.c: no SIZE_T_MAXnobu
2012-06-13process.c: fix array element sizenobu
2012-06-13process.c: use shell for reserved or special built-innobu
2012-06-13process.c: treat '=' only in the first wordnobu
2012-06-12* lib/mkmf.rb: add dummy clean-static target to prevent errors for thenaruse
2012-06-12* process.c (rb_exec_arg_fixup): fix compile errorngoto
2012-06-12fix a typo.akr
2012-06-12* process.c (rb_exec_fillarg): treat '=' character as an metaakr
2012-06-12* include/ruby/intern.h (rb_exec_arg_init): deprecated.akr
2012-06-12 * configure.in: enable strict ANSI mode by default in case of GCC,shyouhei
2012-06-11* process.c (rb_exec_fillarg): detect '#' as a meta character.akr
2012-06-11* include/ruby/intern.h (rb_proc_exec_n): deprecated.akr
2012-06-11* configure.in: on checking libexecinfo, don't specify /use/local.naruse
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
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