aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rexml/document.rb (REXML::Document#write): Document encodingkou2012-11-034-15/+35
* * lib/rexml/xmldecl.rb (REXML::XMLDecl): Stop using REXML::Encodingkou2012-11-033-7/+25
* * array.c (recursive_equal): fix not to make invalid pointers whenglass2012-11-032-3/+11
* * test/rexml/test_xml_declaration.rb (TestXmlDeclaration#test_*):kou2012-11-032-3/+9
* * test/rexml/test_xml_declaration_parent_child.rb: Rename to ...kou2012-11-032-0/+5
* * hash.c (rb_hash_delete): Correct grammarzzak2012-11-032-2/+8
* * NEWS: add a news about GC::Profiler.raw_data.nari2012-11-032-0/+8
* * NEWS: add a news about rb_newobj_of() and NEWOBJ_OF().nari2012-11-032-0/+5
* * eval.c (f_current_dirname): add the new method for Kernel.nari2012-11-034-0/+37
* * test/ruby/test_refinement.rb (test_new_method_by_send,shugo2012-11-032-0/+37
* vm.c: rewrite all catch pointsnobu2012-11-024-20/+60
* * 2012-11-03svn2012-11-021-2/+2
* * ChangeLog: add explanation about how performace is improved in r37420.glass2012-11-021-1/+2
* mkmf.rb: timestamp_filenobu2012-11-022-3/+6
* mkmf.rb: timestamp_filenobu2012-11-022-1/+6
* * lib/test/unit.rb (_run_parallel): Delete status line before showingsorah2012-11-022-4/+17
* * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo2012-11-024-1/+55
* * vm_dump.c (rb_vm_bugreport): Because of many log directories,sorah2012-11-022-6/+12
* * vm_dump.c (rb_vm_bugreport): add ~/Library/Logs/DiagnosticReportsmrkn2012-11-022-3/+9
* * ChangeLog: added a missed spaceglass2012-11-021-1/+1
* * array.c (recursive_equal): performance improvement.glass2012-11-022-3/+24
* * 2012-11-02svn2012-11-021-2/+2
* * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo2012-11-025-24/+87
* proc.c: main.define_methodnobu2012-11-014-1/+52
* eval.c: fix messagenobu2012-11-012-2/+6
* suppress warning: 'val' may be used uninitialized in this functionnaruse2012-11-011-1/+1
* mkmf.rb: timestamp_filenobu2012-11-012-1/+6
* test_process.rb: use never existing filenobu2012-11-012-1/+6
* * tool/merger.rb: add feature to tag preview/rc.naruse2012-11-012-9/+34
* lib/mkmf.rb: fix for if config["libdir"] is nil.naruse2012-11-012-3/+7
* * tool/make-snapshot: fix wrong regexp for releasing preview.naruse2012-11-012-3/+11
* * NEWS: add a news about objspace,ko12012-11-012-0/+9
* * ext/bigdecimal/bigdecimal.c (BigDecimal_new),mrkn2012-11-013-1/+21
* * ext/bigdecimal/bigdecimal.c (BigDecimal_add),mrkn2012-11-013-15/+40
* * test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame2012-11-012-1/+6
* * test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame2012-11-012-1/+7
* iseq.c: fix r37397nobu2012-11-012-1/+10
* thread_pthread.c: RUBY_STACK_MINnobu2012-11-012-8/+13
* * NEWS: add note for Module#refine, Module#refinements,shugo2012-11-012-0/+13
* * ChangeLog: fix indentation.shugo2012-11-011-1/+1
* * eval.c (rb_using_module): using should be used indirectly.shugo2012-11-013-2/+95
* * 2012-11-01svn2012-11-011-3/+3
* iseq.c: simplifynobu2012-11-011-14/+2
* * gc.c (gc_profile_record): don't define unused variables whennari2012-10-312-5/+15
* * gc.c (gc_prof_mark_timer_stop): count is not initialized.nari2012-10-312-1/+5
* * thread.c (rb_thread_call_without_gvl2): Note that ubf() may or maydrbrain2012-10-312-4/+14
* * thread.c (rb_thread_call_without_gvl2): Update documentation todrbrain2012-10-312-64/+71
* * 2012-10-31svn2012-10-301-2/+2
* * ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove2012-10-305-4/+14
* * eval.c (rb_mod_refine): fix the error message when no block isshugo2012-10-303-0/+20