aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * thread.c: Grammar for #backtrace_locations and ::handle_interruptzzak2013-02-242-3/+7
* vm_insnhelper.c: compare with me in method top cfpnobu2013-02-243-4/+56
* * object.c: Document methods receiving string and convert to symbolzzak2013-02-244-5/+77
* * .gdbinit (rp): fix argument order.nobu2013-02-241-1/+1
* signal.c: fix typenobu2013-02-241-1/+1
* remove duplicated entry.kosaki2013-02-241-5/+0
* * signal.c (sigsegv): suppress unused result warning. Becausekosaki2013-02-242-1/+8
* compile.c: no keyword check if kw_restnobu2013-02-233-1/+13
* * array.c: Fix rdoc for flatten!marcandre2013-02-232-3/+3
* * 2013-02-24svn2013-02-231-2/+2
* * enumerator.c: rdoc fixmarcandre2013-02-231-1/+1
* * NEWS: Reorder and fix indent levels [ruby-core:52723]marcandre2013-02-231-294/+300
* * NEWS: Fix RubyGems version [Bug #7920]marcandre2013-02-231-1/+1
* test_backtrace.rb: test Thread#backtrace_locations with rangezzak2013-02-231-0/+17
* * thread.c: Documentation for Thread#backtrace_locationszzak2013-02-232-2/+18
* * vm.c: Typo in ObjectSpace::WeakMap overviewzzak2013-02-232-1/+5
* * thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt?zzak2013-02-232-38/+73
* * Makefile.in (archlibdir): needed for multiarch.nobu2013-02-231-0/+1
* merger.rb: runnablenobu2013-02-231-1/+4
* merger.rb: suppress warningsnobu2013-02-231-9/+9
* misc/ruby-electric.el: Avoid electric insertion in some cases.knu2013-02-232-32/+59
* * array.c: Document #<=> return values and formattingzzak2013-02-239-40/+73
* test_process.rb: fix testnobu2013-02-231-6/+16
* * array.c (rb_ary_diff, rb_ary_and, rb_ary_or): Document return orderzzak2013-02-232-3/+10
* * object.c (rb_obj_comp): Documenting Object#<=> return valueszzak2013-02-232-0/+16
* dir.c: encoding checknobu2013-02-233-2/+41
* * doc/NEWS-*: Update NEWS from their respective branchesmarcandre2013-02-225-41/+114
* * NEWS: + Module.prepended and Module.prepend_featuresmarcandre2013-02-222-0/+8
* * object.c: Add doc for Module.prependedmarcandre2013-02-221-0/+20
* * NEWS: + Thread::Backtrace::Locationmarcandre2013-02-221-0/+3
* * NEWS: Add privacy of respond_to_missing? & al as a potential incompatibilitymarcandre2013-02-221-0/+6
* * NEWS: Fix ARGF#codepointsmarcandre2013-02-221-1/+4
* * NEWS: Add that unused variables starting with _ won't generate a warningmarcandre2013-02-221-0/+2
* * NEWS: Add Enumerable::Lazy to listmarcandre2013-02-221-0/+1
* * NEWS: + RubyVM::InstructionSequence new methodsmarcandre2013-02-221-0/+5
* * NEWS: + ObjectSpace::WeakMapmarcandre2013-02-221-0/+3
* * NEWS: Specify that Proc#eql? was also removedmarcandre2013-02-221-2/+3
* * NEWS: pending_interrupt? is both instance and singleton methodmarcandre2013-02-221-2/+2
* * NEWS: Add Thread#pending_interrupt? and Thread.handle_interruptmarcandre2013-02-221-1/+3
* * NEWS: Floats are frozen toomarcandre2013-02-221-1/+2
* * NEWS: Add that Fixnums and Bignums are frozenmarcandre2013-02-221-0/+5
* * 2013-02-23svn2013-02-221-2/+2
* ruby.pc.in: reordernobu2013-02-222-9/+14
* * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):nagachika2013-02-222-1/+6
* * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):usa2013-02-224-15/+63
* * test/test_rbconfig.rb (TestRbConfig): fix r39372.naruse2013-02-222-1/+6
* * signal.c (ruby_abort): fix typo in r39354 [Bug #5014]ngoto2013-02-222-1/+5
* random.c: fix error messagenobu2013-02-225-0/+31
* test_process.rb: fix parametersnobu2013-02-221-3/+3
* * test/ruby/test_process.rb: remove useless sleep.nobu2013-02-221-2/+0