summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-06-06remove wrong comments.akr
2012-06-06* process.c (proc_exec_cmd) renamed from proc_exec_v.akr
2012-06-06* process.c (try_with_sh): please take care of the macro defined byusa
2012-06-06add a test.akr
2012-06-06update async-signal-safe comments.akr
2012-06-06* process.c (proc_exec_v): don't call dln_find_exe_r here because itakr
2012-06-06* process.c (try_with_sh): take envp argument.akr
2012-06-06* ChangeLog: typo. [Feature #4906]usa
2012-06-06* win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API.usa
2012-06-06* win32/win32.c (rb_w32_close): of course, console handle is not socket.usa
2012-06-06* process.c (rb_run_exec_options_err): allocate a temporary buffer forusa
2012-06-06* test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.usa
2012-06-05* process.c (rb_exec_fillarg): check use_shell field before accessingakr
2012-06-05Split one big test to seven tests.naruse
2012-06-05* process.c (rb_spawn_process): prog variable is not used for Unix.akr
2012-06-05update async-signal-safe comments.akr
2012-06-05* 2012-06-06svn
2012-06-05* internal.h (rb_exec_arg_init): change return type to void.akr
2012-06-05* internal.h (rb_exec_arg): use union to represent command invocationakr
2012-06-05update async-signal-safe comments.akr
2012-06-05* internal.h: rb_exec_arg and related stuff moved from intern.hakr
2012-06-05installation dependenciesnobu
2012-06-05* process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr
2012-06-05obj_init_copynobu