aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.akr2010-05-291-0/+4
* * gc.c (allocate_sorted_heaps, before_gc_sweep, gc_sweep): removednobu2010-05-281-0/+5
* * thread.c (blocking_region_begin): avoid RUBY_VM_CHECK_INTS()kosaki2010-05-281-0/+5
* * gc.c : use simple lazy sweep algorithm for response performancenari2010-05-281-0/+11
* * string.c (sym_inspect): escape ASCII-compatible strings.nobu2010-05-281-1/+3
* * string.c (rb_str_inspect): escape ASCII-compatible strings.nobu2010-05-281-0/+4
* * array.c (rb_ary_product): Use tmpary instead, to ensure markingshyouhei2010-05-281-0/+5
* * array.c (rb_ary_product): Do not rely on GC, t0 should beshyouhei2010-05-281-0/+5
* * lib/mkmf.rb (checking_for): ignore toplevel.nobu2010-05-281-0/+4
* * error.c (rb_bug): suppress the error report dialog if report_bug() tarui2010-05-271-0/+5
* * insns.def (invokesuper): check consistency between class of self andmame2010-05-271-0/+9
* * file.c (rb_home_dir): set filesystem encoding.naruse2010-05-271-0/+4
* * file.c (file_expand_path): set encoding as the same of fnamenaruse2010-05-271-0/+5
* * file.c (file_expand_path): use rb_enc_associate_index andnaruse2010-05-271-0/+8
* * include/ruby/encoding.h (rb_filesystem_encindex): defined.naruse2010-05-271-0/+10
* * win32/win32.c (rb_w32_read): call ReadFile() with len = 0 beforeusa2010-05-271-0/+7
* * LGPL: Removed. We no longer have LGPL'd source files in ourknu2010-05-271-0/+5
* * random.c (random_rand): add the result of random to thenobu2010-05-261-2/+6
* * file.c (file_expand_path): revert a part of r22392. it's commit miss.usa2010-05-261-0/+4
* * ChangeLog: fix wrong format.tarui2010-05-261-3/+2
* * test/rinda/test_rinda.rb (class TupleSpaceTest): kill a used threadtarui2010-05-261-0/+6
* * random.c (random_rand): subtraction method of non-numeric cannobu2010-05-261-0/+6
* document marshal_dump and marshal_loaddrbrain2010-05-261-0/+4
* * configure.in (rb_cv_large_fd_select): needed on mingw, evennobu2010-05-261-0/+5
* * regparse.c (add_code_range_to_buf0): fix false negativenaruse2010-05-251-0/+6
* * misc/ruby-style.el (ruby-style-version): take revision ifnobu2010-05-251-0/+5
* * include/ruby/vm.h, include/ruby/encoding.h: add externalnobu2010-05-251-0/+5
* * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame2010-05-241-0/+5
* * error.c: fix wrong exception class name in rdoc.akr2010-05-241-1/+5
* fix typo.akr2010-05-241-5/+5
* * parse.y (warn_balanced, parser_yylex): no warnings after closingnobu2010-05-241-0/+5
* * common.mk (change), tool/change_maker.rb: make a brief templatenobu2010-05-241-0/+5
* * gc.c (gc_sweep): suppres a warning on VC.usa2010-05-241-0/+4
* * process.c (rb_f_spawn): use correct command name for the errornobu2010-05-231-0/+5
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-231-1/+6
* * parse.y (warn_balanced): no warning for singleton class.nobu2010-05-231-0/+5
* * include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppressnobu2010-05-231-0/+5
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-221-0/+15
* * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().kosaki2010-05-211-0/+5
* * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu2010-05-211-0/+5
* * configure.in (warnflags): removed -pedantic after all.nobu2010-05-211-3/+1
* * configure.in (warnflags): add -pedantic if gcc.nobu2010-05-211-0/+7
* fix typoskazu2010-05-211-13/+13
* * configure.in (LIBRUBYARG_SHARED): shared library will not benobu2010-05-211-1/+4
* * ruby.c (ruby_init_loadpath_safe): use real path for non-sharednobu2010-05-211-0/+5
* * marshal.c (w_float): use dtoa directly instead of strippingnobu2010-05-211-0/+7
* * thread.c (subtract_tv): if the rest is zero, should finish waitingusa2010-05-201-0/+8
* * re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]mame2010-05-201-0/+4
* * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame2010-05-201-0/+5
* * vm.c (vm_backtrace_each): now takes an init function to distinguishmame2010-05-201-0/+7