summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-05-29* lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.nobu
2010-05-29* gc.c (GC_PROF_TIMER_STOP): regularize `marked' to suppressnobu
2010-05-29* test/ruby/envutil.rb: fix for --disable-gems.nobu
2010-05-29* lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.akr
2010-05-28* gc.c (allocate_sorted_heaps, before_gc_sweep, gc_sweep): removednobu
2010-05-28 * thread.c (blocking_region_begin): avoid RUBY_VM_CHECK_INTS()kosaki
2010-05-28* gc.c : use simple lazy sweep algorithm for response performancenari
2010-05-28* string.c (sym_inspect): escape ASCII-compatible strings.nobu
2010-05-28* string.c (rb_str_inspect): escape ASCII-compatible strings.nobu
2010-05-28 * array.c (rb_ary_product): Use tmpary instead, to ensure markingshyouhei
2010-05-28 * array.c (rb_ary_product): Do not rely on GC, t0 should beshyouhei
2010-05-28* lib/mkmf.rb (checking_for): ignore toplevel.nobu
2010-05-27* error.c (rb_bug): suppress the error report dialog if report_bug() tarui
2010-05-27* insns.def (invokesuper): check consistency between class of self andmame
2010-05-27* file.c (rb_home_dir): set filesystem encoding.naruse
2010-05-27* file.c (file_expand_path): set encoding as the same of fnamenaruse
2010-05-27* file.c (file_expand_path): use rb_enc_associate_index andnaruse
2010-05-27* include/ruby/encoding.h (rb_filesystem_encindex): defined.naruse
2010-05-27* win32/win32.c (rb_w32_read): call ReadFile() with len = 0 beforeusa
2010-05-27* LGPL: Removed. We no longer have LGPL'd source files in ourknu
2010-05-26* random.c (random_rand): add the result of random to thenobu
2010-05-26* file.c (file_expand_path): revert a part of r22392. it's commit miss.usa
2010-05-26* ChangeLog: fix wrong format.tarui
2010-05-26* test/rinda/test_rinda.rb (class TupleSpaceTest): kill a used threadtarui
2010-05-26* random.c (random_rand): subtraction method of non-numeric cannobu
2010-05-26document marshal_dump and marshal_loaddrbrain
2010-05-26* configure.in (rb_cv_large_fd_select): needed on mingw, evennobu
2010-05-25* regparse.c (add_code_range_to_buf0): fix false negativenaruse
2010-05-25* misc/ruby-style.el (ruby-style-version): take revision ifnobu
2010-05-25* include/ruby/vm.h, include/ruby/encoding.h: add externalnobu
2010-05-24* vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame
2010-05-24* error.c: fix wrong exception class name in rdoc.akr
2010-05-24fix typo.akr
2010-05-24* parse.y (warn_balanced, parser_yylex): no warnings after closingnobu
2010-05-24 * common.mk (change), tool/change_maker.rb: make a brief templatenobu
2010-05-24* gc.c (gc_sweep): suppres a warning on VC.usa
2010-05-23* process.c (rb_f_spawn): use correct command name for the errornobu
2010-05-23* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu
2010-05-23* parse.y (warn_balanced): no warning for singleton class.nobu
2010-05-23* include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppressnobu
2010-05-22* ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove
2010-05-21 * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().kosaki
2010-05-21* ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu
2010-05-21* configure.in (warnflags): removed -pedantic after all.nobu
2010-05-21* configure.in (warnflags): add -pedantic if gcc.nobu
2010-05-21fix typoskazu
2010-05-21* configure.in (LIBRUBYARG_SHARED): shared library will not benobu
2010-05-21* ruby.c (ruby_init_loadpath_safe): use real path for non-sharednobu
2010-05-21* marshal.c (w_float): use dtoa directly instead of strippingnobu
2010-05-20* thread.c (subtract_tv): if the rest is zero, should finish waitingusa