summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-31* ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai
2010-05-31update comment.akr
2010-05-31* lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNRESETakr
2010-05-31* regparse.c (onig_syntax_warn): do not use external strings asnobu
2010-05-31* misc/ruby-mode.el (ruby-mode-set-encoding): commit miss.nobu
2010-05-31* misc/ruby-mode.el (ruby-mode-set-encoding): skip shebang linenobu
2010-05-31* file.c (file_expand_path): Refix r28102: this breaksnaruse
2010-05-31* string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse
2010-05-31* encoding.c (rb_enc_unicode_p): check the encoding is Unicodenaruse
2010-05-30* file.c (file_expand_path): check if expanded dname encoding isnobu
2010-05-30* insns.def (defined): respond_to_missing? may not be availablematz
2010-05-30* 2010-05-31svn
2010-05-30* lib/delegate: Delegator: combine (public|protected) methods withmarcandre
2010-05-30* lib/set.rb (keep_if, select!): New methods [ruby-core:29749]marcandre
2010-05-30* test/rake/test_application.rb: update a test because of r28089.mame
2010-05-30* lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil tomame
2010-05-30* ext/nkf/nkf-utf8/nkf.c: updated to b856dd07.naruse
2010-05-30* load.c (load_failed): use more accurate error message.mame
2010-05-30* file.c (rb_file_directory_p): update rdoc. a patch from Ilkkamame
2010-05-30* gc.c (gc_mark_all_clear): don't call obj_free() innari
2010-05-30* .gdbinit (rp): mark singleton classes.nobu
2010-05-29* removed trailing spaces.nobu
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* 2010-05-30svn
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* lib/mkmf.rb (STRING_OR_FAILED_FORMAT.%): nodoc.nobu
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* tool/change_maker.rb: narrow diffs to see function names.nobu
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 * tool/change_maker.rb: change-log-mode needs tabs, and omit onlynobu
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* 2010-05-28svn
2010-05-27* insns.def (invokesuper): check consistency between class of self andmame