aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fiddle/import.rb: fix typonobu2014-09-153-1/+15
* * 2014-09-15svn2014-09-141-2/+2
* sprintf.c: improve rational 'f' formatnobu2014-09-143-13/+58
* vm.inc.tmpl + instruction.rb: typo fixesnormal2014-09-143-2/+7
* * properties.svn2014-09-140-0/+0
* * test/test_tracer.rb: fixed testcase for rubygems update.hsbt2014-09-142-1/+5
* * lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)hsbt2014-09-14153-975/+5394
* * ext/psych/lib/psych.rb: update versiontenderlove2014-09-143-6/+11
* compile.c, gc.c: suppress warningsnobu2014-09-142-3/+3
* ccan/container_of: add container_of_or_nullnormal2014-09-132-0/+41
* * 2014-09-14svn2014-09-131-2/+2
* ccan/list: new list_{del,node}_init functionsnormal2014-09-132-1/+40
* hash.c: [DOC] fix for Hash#store docsnobu2014-09-132-1/+9
* class.c: simplifynobu2014-09-131-6/+4
* class.c: freeze meta class onlynobu2014-09-133-3/+7
* class.c: use ALLOC(rb_subclass_entry_t)normal2014-09-132-2/+6
* simplify some trivial rb_data_type_t callbacksnormal2014-09-134-44/+32
* doc/NEWS-2.0.0: fix typo for default RUBY_FIBER_MACHINE_STACK_SIZEnormal2014-09-132-1/+6
* * ext/win32ole/win32ole_event.c(ev_advise, ole_event_free,suke2014-09-133-1/+14
* parse.y: intern_cstrnobu2014-09-131-5/+5
* eval.c: fix message as same as previous versionsnobu2014-09-132-2/+19
* man/ruby.1: use https for *.ruby-lang.org linksnormal2014-09-132-2/+6
* test_yield.rb: use temporary instancenobu2014-09-131-1/+1
* vm.c (thread_alloc): remove needless volatilenormal2014-09-122-1/+5
* proc/env DATA_PTR is never NULLnormal2014-09-123-57/+36
* * properties.svn2014-09-120-0/+0
* proc.c (rb_proc_alloc): inline and move to vm.cnormal2014-09-125-25/+59
* Process.detach: avoid singleton class creationnormal2014-09-124-2/+28
* * 2014-09-13svn2014-09-121-2/+2
* ext/Setup.nacl: remove trainling space.nobu2014-09-121-1/+1
* set svn:ignorekazu2014-09-120-0/+0
* ruby/ruby.h: freeze singleton classnobu2014-09-122-5/+13
* follow RIncGCnobu2014-09-122-1/+2
* readline.c: use rb_setup_fake_strnobu2014-09-124-9/+10
* fix a typo [ci skip]kazu2014-09-121-1/+1
* fix typos and indent [ci skip]kazu2014-09-121-3/+3
* vm.c (env_alloc): inline to avoid extra zeroingnormal2014-09-122-16/+19
* vm_method.c: should not modify frozen objectsnobu2014-09-124-2/+19
* ruby/ruby.h: move commentsnobu2014-09-121-36/+14
* * gems/bundled_gems: Upgraded to test-unit-3.0.1 and minitest-5.4.1hsbt2014-09-122-2/+6
* string.c (Init_frozen_strings): use st_init_table_with_sizenormal2014-09-112-1/+5
* * string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse2014-09-116-54/+38
* iseq_inline_storage_entry: 24=>16 bytes on 64-bitnormal2014-09-113-20/+27
* * class.c (rb_prepend_module): fix typos in a comment.nagachika2014-09-111-1/+1
* * 2014-09-12svn2014-09-111-2/+2
* * ChangeLog: fix a typo for r47533.nagachika2014-09-111-1/+1
* add revision number.ko12014-09-111-0/+1
* update NEWS for frozen nil/true/false.ko12014-09-111-0/+3
* update NEWS for new GC related features.ko12014-09-111-0/+13
* * vm.c (rb_thread_mark): use rb_gc_mark_values() to mark VM stack.ko12014-09-112-4/+6