aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* no windows dialognobu2012-06-041-0/+6
* * process.c (rb_exec_fillarg): allocate one more element beforeakr2012-06-041-0/+8
* * internal.h (ARGVSTR2ARGC): defined.akr2012-06-041-0/+10
* * vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko12012-06-041-0/+11
* win32: VT100 escapenobu2012-06-041-0/+7
* * process.c (rb_exec_err): should preserve errno.usa2012-06-041-0/+4
* * test/dl/test_c_{struct,union}_entity.rb: broken require.usa2012-06-041-0/+4
* * test/ruby/test_backtrace.rb: fix test.ko12012-06-041-0/+5
* * vm_core.h (rb_location_t): fix type and field name.ko12012-06-041-0/+23
* compatible loadernobu2012-06-041-0/+5
* * process.c (rb_run_exec_options_err): restore save_env() call forusa2012-06-041-0/+8
* * io.c (pipe_open): follow up changes in r35889.usa2012-06-041-0/+8
* remove old warningnobu2012-06-031-0/+4
* * marshal.c: experimental test aborted.tadf2012-06-031-0/+7
* * process.c (rb_spawn_process): fix for Windows. not tested.akr2012-06-031-0/+4
* * process.c (rb_proc_exec_e): don't use ISSPACE(). \f, \r and \vakr2012-06-031-0/+5
* * include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr2012-06-031-0/+16
* * GPL: update text of GPLv2. [ruby-core:44488] [Bug #6328]naruse2012-06-031-0/+5
* * process.c (rb_exec_getargs): remove rb_exec_arg argument.akr2012-06-031-0/+4
* * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf2012-06-031-0/+8
* * process.c (rb_check_argv): use rb_str_new_frozen instead ofakr2012-06-031-0/+5
* * process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr2012-06-031-0/+7
* * thread.c (vm_living_thread_num): suppress a warning.naruse2012-06-031-0/+4
* * use execve() to preserve environment variables when exec method isakr2012-06-031-0/+20
* use rb_marshal_{dump,load}nobu2012-06-031-0/+8
* * ext/date/date_core.c: checks whether the object is frozen or not.tadf2012-06-031-0/+4