aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (copy_stream_func): suppress warnings.nobu2008-04-202-0/+10
* * io.c (copy_stream_rbuf_to_dst): removed.akr2008-04-203-89/+89
* * vm_core.h (struct iseq_compile_data): moved label_no fromnobu2008-04-203-3/+6
* * compile.c (iseq_set_exception_table): allocates catch_table onlynobu2008-04-202-2/+5
* * compile.c (struct iseq_link_element, struct iseq_insn_data): madenobu2008-04-203-8/+13
* * compile.c (iseq_compile_each): fix for splat in when and rescue.nobu2008-04-203-29/+48
* * io.c (copy_stream_fallback): write directly (bypassing write method)akr2008-04-203-12/+35
* avoid warnings in copy_stream_body.akr2008-04-201-4/+2
* * io.c (copy_stream_fallback): read directly (bypassing readpartial)akr2008-04-203-52/+122
* * io.c (copy_stream_body): use readpartial and write method forakr2008-04-193-8/+97
* fix setup method.akr2008-04-191-4/+1
* * test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame2008-04-182-0/+272
* * gc.c (rb_gc_mark_locations): get rid of underflow.nobu2008-04-182-3/+10
* * 2008-04-18usa2008-04-171-3/+3
* * ruby.1: fixed typo.yugui2008-04-171-1/+1
* * ruby.1: added --{disable|enable}-{rubyopt|all}.yugui2008-04-171-3/+22
* * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame2008-04-177-14/+20
* * test/ruby/test_rubyoptions.rb (test_search): enable some assertions.mame2008-04-172-8/+18
* * test/ruby/test_rubyoptions.rb (ruby): run in C locale.nobu2008-04-172-27/+54
* * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame2008-04-164-9/+493
* * ruby.c (process_options): preludes and parser need to run in safenobu2008-04-152-0/+9
* * ruby.c (process_options): dln_find_file returns the pointer to anobu2008-04-153-11/+18
* * test/xmlrpc/test_cookie.rb: set svn:eol-style.kou2008-04-150-0/+0
* * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou2008-04-153-2/+109
* * io.c: #undef rb_argv moved before #define.matz2008-04-152-2/+5
* * include/ruby/intern.h (rb_argv): replaced with rb_get_argv().nobu2008-04-153-5/+5
* * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ]nobu2008-04-152-1/+4
* * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu2008-04-154-3/+8
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu2008-04-152-0/+7
* * misc/ruby-mode.el (ruby-encoding-map): added shift-jis for oldernobu2008-04-152-12/+34
* * array.c (rb_ary_take_while, rb_ary_drop_while): removed unusednobu2008-04-151-2/+0
* typotadf2008-04-141-1/+1
* * complex.c (nucomp_div): [ruby-dev:34357]tadf2008-04-144-6/+33
* * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz2008-04-144-51/+74
* * test/ruby/test_objectspace.rb: add a test formame2008-04-142-0/+20
* * file.c (SET_EXTERNAL_ENCODING): avoid call rb_enc_check() onmatz2008-04-142-2/+6
* * hash.c (rb_hash_delete_if, rb_hash_reject_bang, env_delete_if,knu2008-04-142-3/+12
* * compile.c, compile.h (compile_debug): made runtime option.nobu2008-04-147-88/+172
* * array.c (ary_new): new integer overflow check condition.matz2008-04-142-2/+10
* * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu2008-04-143-64/+9
* * gc.c (rb_objspace_t): packed globals. [ruby-dev:34348]nobu2008-04-142-26/+72
* * gc.c (finalizers): removed. [ruby-dev:34349]nobu2008-04-142-67/+4
* bootstraptest/test_knownbug.rb: wrong conditionmatz2008-04-141-4/+4
* * test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame2008-04-133-3/+872
* * enum.c (enum_cycle): Make Enumerable#cycle do a finite loop whenknu2008-04-133-19/+57
* * thread_pthread.c (lock_func): should not check interrupts innobu2008-04-133-12/+21
* bootstraptest/test_knownbug.rb: add testsmatz2008-04-121-0/+45
* * prelude.rb (require_relative): move require_relative frommatz2008-04-1212-20/+17
* * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu2008-04-128-97/+57
* Update to RubyGems 1.1.1 r1701.drbrain2008-04-1131-888/+272