aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* compatible loadernobu2012-06-047-11/+138
* * process.c (rb_run_exec_options_err): restore save_env() call forusa2012-06-042-1/+66
* * io.c (pipe_open): follow up changes in r35889.usa2012-06-043-44/+15
* adjust indentnobu2012-06-031-18/+18
* remove old warningnobu2012-06-032-12/+6
* * marshal.c: experimental test aborted.tadf2012-06-035-109/+7
* * process.c (rb_spawn_process): fix for Windows. not tested.akr2012-06-032-4/+15
* * 2012-06-04svn2012-06-031-2/+2
* * process.c (rb_proc_exec_e): don't use ISSPACE(). \f, \r and \vakr2012-06-032-1/+6
* * include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr2012-06-033-96/+119
* * GPL: update text of GPLv2. [ruby-core:44488] [Bug #6328]naruse2012-06-032-20/+24
* * process.c (rb_exec_getargs): remove rb_exec_arg argument.akr2012-06-032-2/+6
* * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf2012-06-035-0/+68
* * process.c (rb_check_argv): use rb_str_new_frozen instead ofakr2012-06-032-2/+7
* * process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr2012-06-033-7/+35
* * thread.c (vm_living_thread_num): suppress a warning.naruse2012-06-032-1/+5
* * use execve() to preserve environment variables when exec method isakr2012-06-034-51/+117
* use rb_marshal_{dump,load}nobu2012-06-034-18/+17
* modified tests.tadf2012-06-032-8/+20
* now marshal_{load|dump} are external.tadf2012-06-031-2/+2
* * ext/date/date_core.c: checks whether the object is frozen or not.tadf2012-06-032-0/+13
* * complex.c: wrote Complex#_dump and Complex::load. But nowtadf2012-06-035-0/+69
* * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf2012-06-035-0/+23
* gc.c: simplifiednobu2012-06-021-3/+3
* * regparse.c (onig_number_of_names): suppress a warning.naruse2012-06-022-1/+5
* * vm_backtrace.c: change names.ko12012-06-023-201/+211
* * properties.nobu2012-06-020-0/+0
* * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko12012-06-028-140/+165
* * properties.nobu2012-06-020-0/+0
* * 2012-06-03svn2012-06-021-2/+2
* * vm_backtrace.c: added. Separate backtrace related functions toko12012-06-024-711/+736