summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-08* object.c: [DOC] document Module#singleton_class?.ktsj
2013-12-08class.c, vm_insnhelper.c: check unknown keywordsnobu
2013-12-08class.c: optimization just one keynobu
2013-12-08test_keyword.rb: check error messagesnobu
2013-12-08array.c: id_randomnobu
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): rename local variables.ktsj
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj
2013-12-08* properties.nobu
2013-12-08vm.c: add RubyVM.stat for accessing cache serialstmm1
2013-12-08* lib/xmlrpc/client.rb: [DOC] Fix typoa_matsuda
2013-12-08hash.c: fix WB miss issue in Hash#replacetmm1
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-12-08hash.c: revert r43870 and add alternative parser patch for literal keystmm1
2013-12-08parse.y: use rb_fstring() for strings stored in the symbol tabletmm1
2013-12-08class.c: fix uninitialized valuenobu
2013-12-08* lib/rubygems.rb: Update version for upcoming ruby 2.1.0 RC.drbrain
2013-12-08* lib/rubygems: Update to RubyGems master 14749ce. This fixes bugsdrbrain
2013-12-08* 2013-12-08svn
2013-12-08* array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBLcharliesome
2013-12-07* gc.c (gc_mark_children): use nd_clss and nd_next for code claritycharliesome
2013-12-07 * lib/net/http/header.rb: [DOC] Net::HTTP#to_hash returns pair of key and...hsbt
2013-12-07* ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)a_matsuda
2013-12-07 * lib/fileutils.rb: remove unnecessary initialization. by @vipulnsward [f...hsbt
2013-12-07hash.c: rb_hash_reject without dupnobu
2013-12-07test_struct.rb: use assert_samenobu
2013-12-07test_struct.rb: use assert_predicatenobu
2013-12-06* ChangeLog: fix spelling of contributor's namecharliesome
2013-12-06* 2013-12-07svn
2013-12-06* test/ruby/test_struct.rb: Add regression test for question marks andcharliesome
2013-12-06class.c: move kwarg functionsnobu
2013-12-06* gc.c: change oldmalloc meaning.ko1
2013-12-06* gc.c (atomic_sub_nounderflow): not 0 but val itself.ko1
2013-12-06* gc.c (rb_objspace_alloc, Init_heap): initializeko1
2013-12-06* gc.c (garbage_collect_body): bug fix.ko1
2013-12-06* gc.c (atomic_sub_nounderflow): added to simplify atomic sub withko1
2013-12-06vm_insnhelper.c: rb_get_kwargsnobu
2013-12-06thread.c: compare_by_idnobu
2013-12-06ruby-mode.el: expand/unexpand blocknobu
2013-12-06gc.c: indentnobu
2013-12-06* gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().ko1
2013-12-06* remove trailing spaces.nobu
2013-12-06* gc.c (gc_start_internal, rb_gc): do not needko1
2013-12-06gc.c: add note about experimental nature of new GC.start flagstmm1
2013-12-06gc.c: add minor marking and lazy sweeping options to GC.starttmm1
2013-12-06* lib/webrick/httpstatus.rb: [DOC] Fix typoa_matsuda
2013-12-06 * lib/erb.rb: [DOC] fix broken link.hsbt
2013-12-06 * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipul...hsbt
2013-12-06 * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification ...hsbt
2013-12-05* 2013-12-06svn
2013-12-05* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn