summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-05-29* parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu
2010-05-29* lib/rdoc/generator/template/darkfish/classpage.rhtml:naruse
2010-05-29* thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start):tarui
2010-05-29* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame
2010-05-29* ChangeLog: fix typotarui
2010-05-29* thread.c (RB_GC_SAVE_MACHINE_CONTEXT): start GC tarui
2010-05-29* gc.c (force_chain_object, rb_objspace_call_finalizer): deletemame
2010-05-29* string.c (str_replace_shared): change embedded state atomically.mame
2010-05-29* encoding.c (rb_filesystem_encindex): avoid infinite requirenaruse
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