aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* object_tracing.c: fix allocation from NEWOBJ hooknobu2013-12-092-2/+6
* variable.c: rb_class_path_cachednobu2013-12-093-0/+18
* date_parse.c: get rid of backtrack explosionnobu2013-12-092-2/+8
* * lib/rubygems: Update to RubyGems master bf37240. Fixes uselessdrbrain2013-12-083-0/+21
* vm.c: fix compile issue on 32bit freebsdtmm12013-12-082-2/+5
* * NEWS: Update RubyGems entry with notable features.drbrain2013-12-082-2/+12
* * ext/.document: Add syslog/lib and thread/thread.c to documentabledrbrain2013-12-082-0/+7
* * lib/rubygems: Update to RubyGems master 096db36. Changes includedrbrain2013-12-086-14/+98
* * 2013-12-09svn2013-12-081-2/+2
* * lib/net/http/responses.rb:naruse2013-12-083-1/+13
* Fix the description in ChangeLogmrkn2013-12-081-1/+2
* class.c: rest kwargsnobu2013-12-082-2/+14
* variable.c: frozen class namenobu2013-12-081-3/+2
* avoid circular dependency on AIXkanemoto2013-12-082-2/+6
* hash.c: reject shoult infectnobu2013-12-082-0/+3
* * 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