aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* iseq.c: rb_id2strnobu2012-06-091-1/+5
* string.c: rb_str_symname_pnobu2012-06-091-0/+5
* * process.c (retry_fork): rewrite a complex "for" statement byakr2012-06-091-0/+5
* * process.c (retry_fork): extracted from rb_fork_err.akr2012-06-091-0/+6
* iseq.c: fix conversionnobu2012-06-091-0/+4
* * process.c (rb_exec_async_signal_safe): extracted from rb_exec_err.akr2012-06-091-0/+4
* * process.c: simplified because close_others option is alwaysakr2012-06-091-0/+19
* * process.c (rb_proc_exec): call before_exec() here addition toakr2012-06-091-0/+5
* thread_pthread.c: use stack infonobu2012-06-081-0/+4
* * README.EXT (prepare extconf.rb): Added note to see MakeMakefile fordrbrain2012-06-081-0/+10
* * doc/re.rdoc: Completed wording in the description of the =~ operator.drbrain2012-06-081-0/+5
* * string.c (rb_str_start_with): Removed "p" from start_with? examplesdrbrain2012-06-081-0/+7
* * lib/benchmark.rb: Updated formatting of Benchmark documentation fordrbrain2012-06-081-0/+5
* * lib/delegate.rb: Added documentation for Delegator#!. Patch bydrbrain2012-06-081-0/+5
* Fix typo in RFC numberdrbrain2012-06-081-1/+1
* * lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain2012-06-081-0/+8
* * process.c (rb_exec_err): before_exec() call moved from proc_exec_cmdakr2012-06-081-2/+8
* * include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr2012-06-081-0/+7
* * process.c: don't check the availability of FD_CLOEXEC. It shouldakr2012-06-081-0/+7
* * process.c (rb_fork_err): revert r35955. The condition needs !chfuncakr2012-06-081-0/+6
* * process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd andakr2012-06-081-0/+6
* * process.c (ARGV_COUNT): unused macro removed.akr2012-06-081-0/+7
* test: realpathnobu2012-06-081-0/+8
* process.c: child process error statenobu2012-06-081-1/+4
* process.c, ext/pty/pty.c: status on errorsnobu2012-06-081-1/+6
* ext/pty/pty.c: status to protectnobu2012-06-081-0/+5
* * process.c (rb_fork_err): Fix the conditoin to use rb_protect.akr2012-06-071-0/+4
* * include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr2012-06-071-0/+5
* * .gdbinit: add function `trace_machine_instructions' to traceko12012-06-071-0/+7
* * process.c (proc_exec_cmd) renamed from proc_exec_v.akr2012-06-061-0/+8
* * process.c (try_with_sh): please take care of the macro defined byusa2012-06-061-0/+5
* * process.c (proc_exec_v): don't call dln_find_exe_r here because itakr2012-06-061-0/+12
* * process.c (try_with_sh): take envp argument.akr2012-06-061-0/+6
* * ChangeLog: typo. [Feature #4906]usa2012-06-061-1/+1
* * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API.usa2012-06-061-0/+13
* * win32/win32.c (rb_w32_close): of course, console handle is not socket.usa2012-06-061-0/+4
* * process.c (rb_run_exec_options_err): allocate a temporary buffer forusa2012-06-061-0/+5
* * test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.usa2012-06-061-1/+5
* * process.c (rb_exec_fillarg): check use_shell field before accessingakr2012-06-051-0/+5
* * process.c (rb_spawn_process): prog variable is not used for Unix.akr2012-06-051-0/+4
* * internal.h (rb_exec_arg_init): change return type to void.akr2012-06-051-0/+16
* * internal.h (rb_exec_arg): use union to represent command invocationakr2012-06-051-0/+9
* * internal.h: rb_exec_arg and related stuff moved from intern.hakr2012-06-051-0/+6
* * process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr2012-06-051-0/+9
* obj_init_copynobu2012-06-051-0/+4
* * process.c (strtok): declaration removed because it is not used.akr2012-06-051-0/+4
* * process.c (proc_spawn): don't detect simple command line hereakr2012-06-051-0/+5
* * process.c (rb_exec_fillarg): bail out a loop eagerly.akr2012-06-051-0/+4
* * process.c: add comments about async-signal-safe.akr2012-06-051-0/+6
* * io.c: Edited documentation for IO and File open and new anddrbrain2012-06-051-0/+5