summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-01* bignum.c (rb_big_divide), numeric.c (fix_divide): check for resultnobu
2008-05-01* lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode whichjeg2
2008-05-01* range.c (range_step): check if step can be converted to an integer.nobu
2008-05-01* range.c (range_step): allow float step bigger than zero but lessnobu
2008-05-01* bignum.c (rb_big_divide): return an integer for idiv.nobu
2008-05-01* hash.c (rb_hash_s_create): should access converted hash value.matz
2008-05-01* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz
2008-05-01add tests for [ruby-dev:34556] and [ruby-dev:34555].akr
2008-05-01* hash.c (env_delete_if): return enumerator if no block given.nobu
2008-05-01add a test for [ruby-dev:34553].akr
2008-05-01split combinational blackbox tests.akr
2008-05-01* 2008-05-01usa
2008-04-30bootstraptest updatedmatz
2008-04-300**-1 test updated. [ruby-dev:34547]akr
2008-04-30 [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki
2008-04-30add tests.akr
2008-04-30* lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg2
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-30* re.c (rb_reg_search): use local variable. a patch from wanabenobu
2008-04-30* eval_intern.h: speficy the values of the enumeration constantsmame
2008-04-30don't use fork method.akr
2008-04-30* 2008-04-30usa
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-29add tests.akr
2008-04-28typotadf
2008-04-28 * rational (nurat_marshal_load): checks the giventadf
2008-04-28* range.c (range_each): use INT2FIX() for fixnum values.matz
2008-04-28add a test for [ruby-dev:34536].akr
2008-04-28more tests.akr
2008-04-28more tests.akr
2008-04-28bit more explanation.akr
2008-04-28* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-04-28 * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specifyusa
2008-04-28* process.c (run_exec_options): don't call FIX2INT for nil.akr
2008-04-28* proc.c (method_name): should return symbols instead of strings.matz
2008-04-28* include/ruby/intern.h (rb_exec_arg_init): declared.akr
2008-04-27 * rational.c (nurat_expt): use f_rational_new2. [ruby-dev:34524]tadf
2008-04-27* gc.c (gc_count): add a GC.count method. This method returnsko1
2008-04-27add tests.akr
2008-04-27* vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu
2008-04-27add a test for [ruby-dev:34524].akr
2008-04-27add a test for [ruby-dev:34492].akr
2008-04-27* svn:eol-style.nobu
2008-04-26* ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse
2008-04-26* lib/open3.rb (Open3.popen3w): removed.akr
2008-04-26Import RDoc 2.0.0 r56.drbrain
2008-04-26don't use Unix commands such as true, env, etc.akr
2008-04-26* include/ruby/intern.h (rb_hash_dup): declared.akr
2008-04-26describe about waiting a child process.akr
2008-04-26describe :pid thread variable.akr