aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Add a test for r35863.naruse2012-06-023-0/+58
* * lib/ipaddr.rb: Inhibit zero-filled octets in an IPv4 address inknu2012-06-022-86/+149
* Fix previous commit, it means not need to make the condition.naruse2012-06-021-4/+0
* * string.c (rb_enc_cr_str_buf_cat): don't reset coderange as unknown.naruse2012-06-022-3/+13
* * doc/re.rdoc (Performance): Replaced incorrect example of reducingdrbrain2012-06-012-4/+11
* * 2012-06-02svn2012-06-011-2/+2
* * doc/re.rdoc (Performance): Removed useless sample output from finaldrbrain2012-06-012-2/+7
* class_or_module_requirednobu2012-06-012-19/+23
* * array.c: Updated Array documentation formatting. Patch by Zacharydrbrain2012-05-312-518/+642
* * ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactoreddrbrain2012-05-313-19/+31
* * object.c (Init_Object): Restored Kernel documentation based ondrbrain2012-05-312-0/+18
* * 2012-06-01svn2012-05-311-3/+3
* * object.c (rb_equal): Let Object be a link in #=== documentation.drbrain2012-05-312-3/+8
* adjust indentnobu2012-05-311-1/+1
* vm.c: UNREACHABLE to suppress warningsnobu2012-05-311-5/+10
* * test/dl/test_c_struct_entry.rb: Removed duplicated testdrbrain2012-05-311-5/+0
* * ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::sizedrbrain2012-05-313-20/+64
* * ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactoreddrbrain2012-05-303-13/+20