aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal insteadmrkn2013-12-083-4/+27
* edit NEWS to move texts correct placesnaruse2013-12-081-8/+9
* * NEWS: [DOC] update NEWS about GC.ktsj2013-12-082-2/+19
* * object.c: [DOC] document Module#singleton_class?.ktsj2013-12-082-0/+17
* class.c, vm_insnhelper.c: check unknown keywordsnobu2013-12-084-8/+23
* class.c: optimization just one keynobu2013-12-081-2/+8
* test_keyword.rb: check error messagesnobu2013-12-081-6/+8
* array.c: id_randomnobu2013-12-081-12/+8
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): rename local variables.ktsj2013-12-082-8/+12
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj2013-12-083-2/+39
* * properties.nobu2013-12-080-0/+0
* vm.c: add RubyVM.stat for accessing cache serialstmm12013-12-083-0/+89
* * lib/xmlrpc/client.rb: [DOC] Fix typoa_matsuda2013-12-081-1/+1
* hash.c: fix WB miss issue in Hash#replacetmm12013-12-082-16/+8
* gc.c: promote long-lived NODE_CREF objects to oldgentmm12013-12-088-11/+28
* hash.c: revert r43870 and add alternative parser patch for literal keystmm12013-12-084-4/+14
* parse.y: use rb_fstring() for strings stored in the symbol tabletmm12013-12-085-2/+48
* class.c: fix uninitialized valuenobu2013-12-081-1/+2
* * lib/rubygems.rb: Update version for upcoming ruby 2.1.0 RC.drbrain2013-12-082-1/+5
* * lib/rubygems: Update to RubyGems master 14749ce. This fixes bugsdrbrain2013-12-0827-106/+1081
* * 2013-12-08svn2013-12-081-2/+2
* * array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBLcharliesome2013-12-084-8/+22
* * gc.c (gc_mark_children): use nd_clss and nd_next for code claritycharliesome2013-12-071-2/+2
* * lib/net/http/header.rb: [DOC] Net::HTTP#to_hash returns pair of key and...hsbt2013-12-071-4/+4
* * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)a_matsuda2013-12-077-7/+7
* * lib/fileutils.rb: remove unnecessary initialization. by @vipulnsward [f...hsbt2013-12-071-1/+1
* hash.c: rb_hash_reject without dupnobu2013-12-073-4/+30
* test_struct.rb: use assert_samenobu2013-12-071-4/+6
* test_struct.rb: use assert_predicatenobu2013-12-071-2/+2
* * ChangeLog: fix spelling of contributor's namecharliesome2013-12-061-1/+1
* * 2013-12-07svn2013-12-061-2/+2
* * test/ruby/test_struct.rb: Add regression test for question marks andcharliesome2013-12-062-0/+17
* class.c: move kwarg functionsnobu2013-12-063-92/+97
* * gc.c: change oldmalloc meaning.ko12013-12-062-16/+20
* * gc.c (atomic_sub_nounderflow): not 0 but val itself.ko12013-12-062-1/+5
* * gc.c (rb_objspace_alloc, Init_heap): initializeko12013-12-062-3/+11
* * gc.c (garbage_collect_body): bug fix.ko12013-12-062-1/+6
* * gc.c (atomic_sub_nounderflow): added to simplify atomic sub withko12013-12-062-26/+29
* vm_insnhelper.c: rb_get_kwargsnobu2013-12-065-21/+43
* thread.c: compare_by_idnobu2013-12-061-2/+12
* ruby-mode.el: expand/unexpand blocknobu2013-12-062-4/+51
* gc.c: indentnobu2013-12-061-2/+2
* * gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().ko12013-12-062-14/+17
* * remove trailing spaces.nobu2013-12-061-1/+1
* * gc.c (gc_start_internal, rb_gc): do not needko12013-12-062-3/+9
* gc.c: add note about experimental nature of new GC.start flagstmm12013-12-061-0/+4
* gc.c: add minor marking and lazy sweeping options to GC.starttmm12013-12-063-3/+71
* * lib/webrick/httpstatus.rb: [DOC] Fix typoa_matsuda2013-12-061-1/+1
* * lib/erb.rb: [DOC] fix broken link.hsbt2013-12-062-1/+7
* * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipul...hsbt2013-12-062-2/+2