aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-246-101/+1629
* * test/ruby/test_thread.rb: fix typos.mame2008-04-243-13/+21
* * test/ruby/test_comparable.rb: new tests for Comparable, to achievemame2008-04-242-0/+71
* * ruby.c (process_options): set safe_level before loading script.matz2008-04-243-2/+7
* * dln.c (dln_find_1): prior files with extensions to files sansnobu2008-04-242-20/+26
* * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa2008-04-232-3/+7
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-236-50/+417
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu2008-04-232-2/+7
* * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu2008-04-232-5/+12
* * test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame2008-04-222-1/+12
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu2008-04-223-9/+21
* test/ruby/test_enumerator.rb: updatedmatz2008-04-221-1/+0
* * enumerator.c (enumerator_each, enumerator_with_index): suppressnobu2008-04-226-23/+15
* * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz2008-04-222-2/+8
* * complex.c, rational.c: fixed indent.nobu2008-04-222-236/+262
* * misc/ruby-style.el (ruby-style-{case,label}-indent): up list fromnobu2008-04-222-0/+7
* add a test of Symbol#to_proc.kazu2008-04-221-0/+1
* * ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0):naruse2008-04-223-5/+16
* * ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char.naruse2008-04-222-1/+5
* * enumerator.c (enumerator_initialize): Remove an undocumentedknu2008-04-222-26/+7
* * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type its...shyouhei2008-04-222-1/+6
* * vm_evalbody.c (DECL_SC_REG): use __asm__ instead.shyouhei2008-04-222-2/+14
* * vm_evalbody.c (DECL_SC_REG): typo fixed.nobu2008-04-222-1/+5
* * string.c (rb_enc_cr_str_buf_cat): do not use C++ comment.shyouhei2008-04-221-1/+1
* * configure.in: use AC_USE_SYSTEM_EXTENSIONS.shyouhei2008-04-221-4/+2
* * configure.in (struct timespec): needs time.h according to POSIX.nobu2008-04-222-2/+8
* * 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