summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-24test_array.rb: fix test for r39466nobu
2013-02-24random.c: increase limit for generic randnobu
2013-02-24* lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain
2013-02-24* thread.c: Document ThreadGroup::Defaultzzak
2013-02-24* thread.c: Grammar for #backtrace_locations and ::handle_interruptzzak
2013-02-24vm_insnhelper.c: compare with me in method top cfpnobu
2013-02-24* object.c: Document methods receiving string and convert to symbolzzak
2013-02-24* .gdbinit (rp): fix argument order.nobu
2013-02-24signal.c: fix typenobu
2013-02-24remove duplicated entry.kosaki
2013-02-24* signal.c (sigsegv): suppress unused result warning. Becausekosaki
2013-02-23compile.c: no keyword check if kw_restnobu
2013-02-23* array.c: Fix rdoc for flatten!marcandre
2013-02-23* 2013-02-24svn
2013-02-23* enumerator.c: rdoc fixmarcandre
2013-02-23* NEWS: Reorder and fix indent levels [ruby-core:52723]marcandre
2013-02-23* NEWS: Fix RubyGems version [Bug #7920]marcandre
2013-02-23test_backtrace.rb: test Thread#backtrace_locations with rangezzak
2013-02-23* thread.c: Documentation for Thread#backtrace_locationszzak
2013-02-23* vm.c: Typo in ObjectSpace::WeakMap overviewzzak
2013-02-23* thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt?zzak
2013-02-23* Makefile.in (archlibdir): needed for multiarch.nobu
2013-02-23merger.rb: runnablenobu
2013-02-23merger.rb: suppress warningsnobu
2013-02-23misc/ruby-electric.el: Avoid electric insertion in some cases.knu
2013-02-23* array.c: Document #<=> return values and formattingzzak
2013-02-23test_process.rb: fix testnobu
2013-02-23* array.c (rb_ary_diff, rb_ary_and, rb_ary_or): Document return orderzzak
2013-02-23* object.c (rb_obj_comp): Documenting Object#<=> return valueszzak
2013-02-23dir.c: encoding checknobu
2013-02-22* doc/NEWS-*: Update NEWS from their respective branchesmarcandre
2013-02-22* NEWS: + Module.prepended and Module.prepend_featuresmarcandre
2013-02-22* object.c: Add doc for Module.prependedmarcandre
2013-02-22* NEWS: + Thread::Backtrace::Locationmarcandre
2013-02-22* NEWS: Add privacy of respond_to_missing? & al as a potential incompatibilitymarcandre
2013-02-22* NEWS: Fix ARGF#codepointsmarcandre
2013-02-22* NEWS: Add that unused variables starting with _ won't generate a warningmarcandre
2013-02-22* NEWS: Add Enumerable::Lazy to listmarcandre
2013-02-22* NEWS: + RubyVM::InstructionSequence new methodsmarcandre
2013-02-22* NEWS: + ObjectSpace::WeakMapmarcandre
2013-02-22* NEWS: Specify that Proc#eql? was also removedmarcandre
2013-02-22* NEWS: pending_interrupt? is both instance and singleton methodmarcandre
2013-02-22* NEWS: Add Thread#pending_interrupt? and Thread.handle_interruptmarcandre
2013-02-22* NEWS: Floats are frozen toomarcandre
2013-02-22* NEWS: Add that Fixnums and Bignums are frozenmarcandre
2013-02-22* 2013-02-23svn
2013-02-22ruby.pc.in: reordernobu
2013-02-22* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):nagachika
2013-02-22* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):usa
2013-02-22* test/test_rbconfig.rb (TestRbConfig): fix r39372.naruse