summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-06* proc.c (Init_Proc): Proc#call and others should be public.ko1
2015-10-06* method.h: IMEMO_FL_USER3 and IMEMO_FL_USER4 is not needed any more.ko1
2015-10-06* method.h: remove METHOD_ENTRY_SAFE(me) and related codeko1
2015-10-06* string.c (rb_sym_to_proc): renamenobu
2015-10-06vm_args.c: wrap symbol ifuncnobu
2015-10-06ruby.h: inlinesnobu
2015-10-06ruby.h: enumsnobu
2015-10-06* method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip]hsbt
2015-10-05Put an line before "frozen_string_literal: true" for emacs.akr
2015-10-05* iseq.c (rb_iseq_free): free iseq::variable_body to avoid memoryko1
2015-10-05* proc.c: enable optimization of Proc#call.ko1
2015-10-05* vm_insnhelper.c: solve goto spaghetti.ko1
2015-10-05string.c: optimize rb_str_resurrectnobu
2015-10-05compile.c: dstr head typenobu
2015-10-05* 2015-10-06svn
2015-10-05fix a typo [ci skip]kazu
2015-10-05* test/ruby/test_thread.rb (test_handle_interrupt_blocking): check ifnagachika
2015-10-05* lib/pp.rb: Use frozen_string_literal: true.akr
2015-10-05* test/ruby/test_thread.rb: fix potential race condition.eregon
2015-10-05vm_core.h: vm_thread_with_framenobu
2015-10-05eval_intern.h: pass_passed_blocknobu
2015-10-05* remove trailing spaces.svn
2015-10-05* numeric.c: [DOC] Overview for Numeric class by Joe Corcoranzzak
2015-10-05proc.c: set ep properlynobu
2015-10-05ruby-runner.c.in: ignore empty envnobu
2015-10-05ruby-runner.c.in: make macrosnobu
2015-10-05specify frozen_string_literal: true.akr
2015-10-04dir.c: make ASCII-8BITnobu
2015-10-04configure.in: remove garbage spacesnobu
2015-10-04* 2015-10-05svn
2015-10-04configure.in: add ruby-runner only if needednobu
2015-10-04add a comment.akr
2015-10-04* enum.c (nmin_filter): Fix limit value.akr
2015-10-04Makefile.in: ruby-runner with exeextnobu
2015-10-04add ref. [Feature #11375] [ruby-core:70043]akr
2015-10-04* ext/pathname/lib/pathname.rb: freeze string literals forakr
2015-10-04gmake.mk: test ordernobu
2015-10-04refix through 52016,52017,52019,52020 [Bug #11486]naruse
2015-10-04euc_jp.c: fix compile errornobu
2015-10-04test_m17n_comb.rb: messagenobu
2015-10-04test_symbol.rb: relaxnobu
2015-10-04add a test for r52016naruse
2015-10-04* enc/euc_jp.c (mbc_case_fold): check given string is valid or not,naruse
2015-10-04file.c: get rid of intermediate objectsnobu
2015-10-04test_dir_m17n.rb: fix testnobu
2015-10-04runruby.rb: fallback to rubynobu
2015-10-04dir.c: normalize cwdnobu
2015-10-03test_symbol.rb: reduce iterationnobu
2015-10-03template/ruby-runner.c.in: POSIX for setenvnobu
2015-10-03* 2015-10-04svn