summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-19* benchmark/driver.rb: remove unexpected `output'.ko1
2012-10-19* vm_insnhelper.c (vm_search_method): remove needless local variable.ko1
2012-10-19* benchmark/bmx_temp.rb: removed.ko1
2012-10-19* 2012-10-19svn
2012-10-19* benchmark/driver.rb: add new option `--ruby-arg [ARG]'ko1
2012-10-18* insns.def (opt_send_simple): move the location ofko1
2012-10-18* insns.def (send): remove unused condition.ko1
2012-10-18* insns.def (opt_send_simple): introduce new instruction usedko1
2012-10-18vm_method.c: check arity earliernobu
2012-10-18ChangeLog: adjust spaces.nobu
2012-10-18* vm_insnhelper.c: add `inline' keyword to several functions.ko1
2012-10-18* include/ruby/ruby.h: add a decl. ofko1
2012-10-18* compile.c (new_callinfo): set a temporary index of callinfoko1
2012-10-18* class.c (rb_define_frameless_method): rename fromko1
2012-10-18parse.y: fail if yyerrornobu
2012-10-18test_syntax.rb: test_unassignablenobu
2012-10-18* 2012-10-18svn
2012-10-18* hash.c (initialize_copy): duping should rehash the hash.tenderlove
2012-10-17* ChangeLog: fix a typo of r37243.nagachika
2012-10-17extmk.rb: fix mingw make failure with make -jNshirosaki
2012-10-17* benchmark/bm_vm2_method_missing.rb: add a benchmark to measureko1
2012-10-17* vm_insnhelper.c (vm_getivar): fix to use `aux.index' instead ofko1
2012-10-17* vm_insnhelper.c (vm_call_method_missing): make a refactoringko1
2012-10-17configure.in: multiple opt-dirnobu
2012-10-17* ChangeLog: add credit.shugo
2012-10-17* lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo
2012-10-17* ChangeLog: use tab for indentation.shugo
2012-10-17* test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa
2012-10-17* vm_insnhelper.c (vm_search_method): fix a build error that occursshugo
2012-10-16* benchmark/bm_vm2_dstr.rb: add a benchmark to measureko1
2012-10-16* compile.c (compile_dstr_fragments): use `putobject' instead ofko1
2012-10-16* thread.c (rb_threadptr_interrupt_mask): fix to check interruptko1
2012-10-16* vm_insnhelper.c (vm_call_method): fix to return value immediately.ko1
2012-10-16* hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove
2012-10-16* vm_insnhelper.c (vm_call_iseq_setup_2): separate tailcall and normalko1
2012-10-16* benchmark/bm_vm1_yield.rb: add a benchmark to measure `yield'ko1
2012-10-16* vm_insnhelper.c (vm_invoke_block): vm_caller_setup_args() can skipko1
2012-10-16* vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko1
2012-10-16* 2012-10-17svn
2012-10-16* method.h(rb_method_definition_struct): remove a comma after the last elementnagachika
2012-10-16* benchmark/driver.rb (show_results): Show speedup ratioko1
2012-10-16* benchmark/driver.rb: some refactoring.ko1
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu
2012-10-16fix typoskazu
2012-10-16file.c: hide resultnobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: check_path_encodingnobu
2012-10-16* test/ruby/test_regexp.rbusa