summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-306-27/+54
* * re.c (rb_reg_search): use local variable. a patch from wanabenobu2008-04-302-1/+7
* * eval_intern.h: speficy the values of the enumeration constantsmame2008-04-302-2/+7
* don't use fork method.akr2008-04-301-123/+82
* * 2008-04-30usa2008-04-301-3/+3
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-305-7/+36
* add tests.akr2008-04-291-0/+41
* typotadf2008-04-281-1/+1
* * rational (nurat_marshal_load): checks the giventadf2008-04-282-9/+19
* * range.c (range_each): use INT2FIX() for fixnum values.matz2008-04-282-1/+5
* add a test for [ruby-dev:34536].akr2008-04-281-0/+6
* more tests.akr2008-04-281-0/+9
* more tests.akr2008-04-281-32/+117
* bit more explanation.akr2008-04-281-1/+2
* * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr2008-04-283-1/+42
* * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specifyusa2008-04-282-4/+5
* * process.c (run_exec_options): don't call FIX2INT for nil.akr2008-04-282-1/+5
* * proc.c (method_name): should return symbols instead of strings.matz2008-04-285-8/+13
* * include/ruby/intern.h (rb_exec_arg_init): declared.akr2008-04-284-105/+125
* * rational.c (nurat_expt): use f_rational_new2. [ruby-dev:34524]tadf2008-04-272-5/+5
* * gc.c (gc_count): add a GC.count method. This method returnsko12008-04-273-1/+26
* add tests.akr2008-04-271-2/+197
* * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu2008-04-275-138/+249
* add a test for [ruby-dev:34524].akr2008-04-271-0/+5
* add a test for [ruby-dev:34492].akr2008-04-271-0/+17
* * svn:eol-style.nobu2008-04-270-0/+0
* * ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse2008-04-263-3/+10
* * lib/open3.rb (Open3.popen3w): removed.akr2008-04-262-42/+20
* Import RDoc 2.0.0 r56.drbrain2008-04-2617-447/+1062
* don't use Unix commands such as true, env, etc.akr2008-04-261-108/+131
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-265-0/+41
* describe about waiting a child process.akr2008-04-261-2/+5
* describe :pid thread variable.akr2008-04-261-0/+3
* * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu2008-04-266-13/+26
* * error.c (builtin_types), gc.c (count_objects): added Complex andnobu2008-04-263-23/+34
* * error.c (rb_eNOERROR): renamed.nobu2008-04-262-3/+7
* * include/ruby/ruby.h, gc.c: remove T_BLOCK.ko12008-04-263-37/+38
* * process.c (rb_cProcessTms, rb_cProcessStatus): renamed.nobu2008-04-262-24/+26
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-266-13/+23
* * lib/open3.rb: double fork is replaced by spawn with Process.detach.akr2008-04-262-29/+54
* update spawn rdoc.akr2008-04-251-10/+15
* * 2008-04-26usa2008-04-251-3/+3
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-253-7/+38
* * gc.c (free_unused_heaps): preserve last used heap segment tomatz2008-04-252-55/+150
* * process.c (rb_spawn): rb_exec_initarg() returns new argc and argv innobu2008-04-252-0/+9
* * process.c: suppress warning.nobu2008-04-251-0/+8
* * array.c (flatten): returns an instance of same class.nobu2008-04-252-1/+6
* * include/ruby/win32.h: define mode_t for umask.usa2008-04-253-0/+18
* * 2008-04-25usa2008-04-251-3/+3
* FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr2008-04-241-6/+3