aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu2008-04-231-0/+5
* * test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame2008-04-221-0/+4
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu2008-04-221-1/+6
* * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz2008-04-221-0/+6
* * misc/ruby-style.el (ruby-style-{case,label}-indent): up list fromnobu2008-04-221-0/+5
* * ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0):naruse2008-04-221-0/+11
* * ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char.naruse2008-04-221-0/+4
* * enumerator.c (enumerator_initialize): Remove an undocumentedknu2008-04-221-0/+6
* * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type its...shyouhei2008-04-221-0/+5
* * vm_evalbody.c (DECL_SC_REG): use __asm__ instead.shyouhei2008-04-221-0/+12
* * vm_evalbody.c (DECL_SC_REG): typo fixed.nobu2008-04-221-0/+4
* * configure.in (struct timespec): needs time.h according to POSIX.nobu2008-04-221-0/+4
* * thread.c (rb_thread_stop_timer_thread): should clearmatz2008-04-221-0/+5
* * thread.c (thread_join): remove the current thread from the join listnobu2008-04-221-0/+5
* * vm_insnhelper.c (vm_get_ev_const): search from the base klass if itnobu2008-04-221-0/+5
* * ext/win32ole/win32ole.c: avoid warnings.usa2008-04-221-0/+4
* * file.c (eaccess): workaround for recent msvcrt's behavior.usa2008-04-221-0/+5
* * io.c (copy_stream_body): call rb_io_check_readable andakr2008-04-211-0/+5
* * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu2008-04-211-0/+38
* * ChangeLog: typo.nobu2008-04-211-1/+1
* * iseq.c (rb_iseq_compile_with_option): check if src is a strring.nobu2008-04-211-0/+5
* * enumerator.c (enumerator_init): preserve the method name in ID.matz2008-04-211-0/+8
* * compile.c (defined_expr): capture exception during defined?matz2008-04-211-0/+6
* * time.c: should include <errno.h> to refer errno.matz2008-04-211-0/+4
* * time.c (rb_strftime): check errno to detect strftime(3)'s error.usa2008-04-211-0/+6
* * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.usa2008-04-201-0/+4
* * enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.knu2008-04-201-0/+4
* * enumerator.c: Resolve the method every time an enumerationknu2008-04-201-0/+7
* * io.c (copy_stream_rbuf_to_dst): removed.akr2008-04-201-0/+6
* * vm_core.h (struct iseq_compile_data): moved label_no fromnobu2008-04-201-1/+4
* * compile.c (iseq_set_exception_table): allocates catch_table onlynobu2008-04-201-1/+4
* * compile.c (struct iseq_link_element, struct iseq_insn_data): madenobu2008-04-201-0/+5
* * compile.c (iseq_compile_each): fix for splat in when and rescue.nobu2008-04-201-0/+6
* * io.c (copy_stream_fallback): write directly (bypassing write method)akr2008-04-201-2/+7
* * io.c (copy_stream_fallback): read directly (bypassing readpartial)akr2008-04-201-0/+5
* * io.c (copy_stream_body): use readpartial and write method forakr2008-04-191-0/+5
* * test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame2008-04-181-0/+5
* * gc.c (rb_gc_mark_locations): get rid of underflow.nobu2008-04-181-0/+7
* * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame2008-04-171-0/+15
* * test/ruby/test_rubyoptions.rb (test_search): enable some assertions.mame2008-04-171-0/+6
* * test/ruby/test_rubyoptions.rb (ruby): run in C locale.nobu2008-04-171-0/+8
* * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame2008-04-161-0/+7
* * ruby.c (process_options): preludes and parser need to run in safenobu2008-04-151-0/+5
* * ruby.c (process_options): dln_find_file returns the pointer to anobu2008-04-151-0/+5
* * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou2008-04-151-0/+6
* * io.c: #undef rb_argv moved before #define.matz2008-04-151-0/+4
* * include/ruby/intern.h (rb_argv): replaced with rb_get_argv().nobu2008-04-151-2/+3
* * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ]nobu2008-04-151-0/+4
* * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu2008-04-151-0/+5
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu2008-04-151-0/+4