aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification ...hsbt2013-12-062-1/+6
* * 2013-12-06svn2013-12-051-2/+2
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn2013-12-054-2/+31
* test_objspace.rb: show errornobu2013-12-051-0/+1
* mkmf.rb: strip destdir from prefixnobu2013-12-052-0/+7
* * string.c (rb_str_scrub): [DOC] add param str.nobu2013-12-051-0/+1
* strip-rdoc.rb: binmodenobu2013-12-051-0/+1
* fix matchingnobu2013-12-051-1/+1
* array.c: prefer lhs elementsnobu2013-12-053-1/+37
* * remove trailing spaces.nobu2013-12-051-1/+1
* gc.c: [DOC] minor typotmm12013-12-051-1/+1
* * gc.c (gc_info_decode): fix to avoid syntax error on VS2012.ko12013-12-052-9/+14
* test_gc.rb: expand timeoutnobu2013-12-051-1/+1
* * lib/webrick/httpresponse.rb: [DOC] Fix typoa_matsuda2013-12-051-1/+1
* st.c: tweaked commentduerst2013-12-052-1/+5
* gc.c: add GC.latest_gc_info()tmm12013-12-055-80/+146
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-056-47/+44
* * gc.c: change function names vm_ prefix to objspace_ prefix.ko12013-12-052-28/+33
* gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm12013-12-055-57/+126