aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_stop_timer_thread): should clearmatz2008-04-224-4/+11
* * thread.c (thread_join): remove the current thread from the join listnobu2008-04-223-9/+76
* exec "/" causes SEGV.akr2008-04-221-0/+4
* * vm_insnhelper.c (vm_get_ev_const): search from the base klass if itnobu2008-04-222-2/+7
* * ext/win32ole/win32ole.c: avoid warnings.usa2008-04-222-5/+9
* * file.c (eaccess): workaround for recent msvcrt's behavior.usa2008-04-223-5/+10
* * io.c (copy_stream_body): call rb_io_check_readable andakr2008-04-213-1/+42
* * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu2008-04-219-0/+77
* * ChangeLog: typo.nobu2008-04-211-1/+1
* * iseq.c (rb_iseq_compile_with_option): check if src is a strring.nobu2008-04-212-1/+6
* * enumerator.c (enumerator_init): preserve the method name in ID.matz2008-04-212-5/+12
* * compile.c (defined_expr): capture exception during defined?matz2008-04-212-0/+17
* * time.c: should include <errno.h> to refer errno.matz2008-04-212-0/+5
* * time.c (rb_strftime): check errno to detect strftime(3)'s error.usa2008-04-212-1/+8
* * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.usa2008-04-203-4/+8
* * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama2008-04-205-36/+218
* * enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.knu2008-04-203-1/+6
* * enumerator.c: Resolve the method every time an enumerationknu2008-04-202-9/+21
* fix deadlock.akr2008-04-201-1/+4
* update sprintf rdoc.akr2008-04-201-59/+62
* * file.c (file_expand_path): constified.nobu2008-04-201-3/+5
* * 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