aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/intern.h: rb_exec_arg and related stuff moved back fromakr2012-06-073-28/+31
* * 2012-06-07svn2012-06-071-2/+2
* * .gdbinit: add function `trace_machine_instructions' to traceko12012-06-072-0/+20
* fix a comment.akr2012-06-061-1/+1
* remove wrong comments.akr2012-06-061-3/+3
* * process.c (proc_exec_cmd) renamed from proc_exec_v.akr2012-06-062-13/+21
* * process.c (try_with_sh): please take care of the macro defined byusa2012-06-062-1/+6
* add a test.akr2012-06-061-0/+19
* update async-signal-safe comments.akr2012-06-061-13/+13
* * process.c (proc_exec_v): don't call dln_find_exe_r here because itakr2012-06-063-6/+29
* * process.c (try_with_sh): take envp argument.akr2012-06-063-5/+21
* * 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-063-0/+53
* * win32/win32.c (rb_w32_close): of course, console handle is not socket.usa2012-06-062-1/+13
* * process.c (rb_run_exec_options_err): allocate a temporary buffer forusa2012-06-062-0/+16
* * test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.usa2012-06-063-3/+7
* * process.c (rb_exec_fillarg): check use_shell field before accessingakr2012-06-052-1/+6
* Split one big test to seven tests.naruse2012-06-051-42/+75
* * process.c (rb_spawn_process): prog variable is not used for Unix.akr2012-06-052-3/+7
* update async-signal-safe comments.akr2012-06-051-3/+3
* * 2012-06-06svn2012-06-051-2/+2
* * internal.h (rb_exec_arg_init): change return type to void.akr2012-06-054-16/+34
* * internal.h (rb_exec_arg): use union to represent command invocationakr2012-06-054-30/+44
* update async-signal-safe comments.akr2012-06-051-4/+4
* * internal.h: rb_exec_arg and related stuff moved from intern.hakr2012-06-053-20/+27
* installation dependenciesnobu2012-06-051-3/+3
* * process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr2012-06-053-19/+43
* obj_init_copynobu2012-06-0511-27/+58
* * process.c (strtok): declaration removed because it is not used.akr2012-06-052-4/+4
* * process.c (proc_spawn): don't detect simple command line hereakr2012-06-052-22/+10
* * process.c (rb_exec_fillarg): bail out a loop eagerly.akr2012-06-052-2/+8
* * process.c: add comments about async-signal-safe.akr2012-06-053-51/+73
* * properties.nobu2012-06-052-68/+68
* * 2012-06-05svn2012-06-051-2/+2
* * io.c: Edited documentation for IO and File open and new anddrbrain2012-06-052-180/+193
* no windows dialognobu2012-06-042-0/+8
* don't exec in the test process.akr2012-06-041-3/+16
* add comment.akr2012-06-041-3/+3
* * process.c (rb_exec_fillarg): allocate one more element beforeakr2012-06-043-7/+17
* * internal.h (ARGVSTR2ARGC): defined.akr2012-06-044-6/+23
* * vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko12012-06-045-8/+16
* win32: VT100 escapenobu2012-06-045-9/+379
* merge definitionsnobu2012-06-041-14/+8
* unused parameternobu2012-06-041-3/+2
* unused variablesnobu2012-06-042-2/+2
* * process.c (rb_exec_err): should preserve errno.usa2012-06-042-1/+5
* Suppress warnings.naruse2012-06-041-0/+1
* * test/dl/test_c_{struct,union}_entity.rb: broken require.usa2012-06-043-2/+10
* * test/ruby/test_backtrace.rb: fix test.ko12012-06-042-14/+8
* * vm_core.h (rb_location_t): fix type and field name.ko12012-06-0411-139/+164