summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-05* properties.nobu
2012-06-05* 2012-06-05svn
2012-06-05* io.c: Edited documentation for IO and File open and new anddrbrain
2012-06-04no windows dialognobu
2012-06-04don't exec in the test process.akr
2012-06-04add comment.akr
2012-06-04* process.c (rb_exec_fillarg): allocate one more element beforeakr
2012-06-04* internal.h (ARGVSTR2ARGC): defined.akr
2012-06-04* vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko1
2012-06-04win32: VT100 escapenobu
2012-06-04merge definitionsnobu
2012-06-04unused parameternobu
2012-06-04unused variablesnobu
2012-06-04* process.c (rb_exec_err): should preserve errno.usa
2012-06-04Suppress warnings.naruse
2012-06-04* test/dl/test_c_{struct,union}_entity.rb: broken require.usa
2012-06-04* test/ruby/test_backtrace.rb: fix test.ko1
2012-06-04* vm_core.h (rb_location_t): fix type and field name.ko1
2012-06-04compatible loadernobu
2012-06-04* process.c (rb_run_exec_options_err): restore save_env() call forusa
2012-06-04* io.c (pipe_open): follow up changes in r35889.usa
2012-06-03adjust indentnobu
2012-06-03remove old warningnobu
2012-06-03 * marshal.c: experimental test aborted.tadf
2012-06-03* process.c (rb_spawn_process): fix for Windows. not tested.akr
2012-06-03* 2012-06-04svn
2012-06-03* process.c (rb_proc_exec_e): don't use ISSPACE(). \f, \r and \vakr
2012-06-03* include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr
2012-06-03* GPL: update text of GPLv2. [ruby-core:44488] [Bug #6328]naruse
2012-06-03* process.c (rb_exec_getargs): remove rb_exec_arg argument.akr
2012-06-03 * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf
2012-06-03* process.c (rb_check_argv): use rb_str_new_frozen instead ofakr
2012-06-03* process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr
2012-06-03* thread.c (vm_living_thread_num): suppress a warning.naruse
2012-06-03* use execve() to preserve environment variables when exec method isakr
2012-06-03use rb_marshal_{dump,load}nobu
2012-06-03modified tests.tadf
2012-06-03now marshal_{load|dump} are external.tadf
2012-06-03 * ext/date/date_core.c: checks whether the object is frozen or not.tadf
2012-06-03 * complex.c: wrote Complex#_dump and Complex::load. But nowtadf
2012-06-03 * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf
2012-06-02gc.c: simplifiednobu
2012-06-02* regparse.c (onig_number_of_names): suppress a warning.naruse
2012-06-02* vm_backtrace.c: change names.ko1
2012-06-02* properties.nobu
2012-06-02* common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko1
2012-06-02* properties.nobu
2012-06-02* 2012-06-03svn
2012-06-02* vm_backtrace.c: added. Separate backtrace related functions toko1
2012-06-02Add a test for r35863.naruse