aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-194-4/+25
* * method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko12012-10-196-87/+197
* * eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG().ko12012-10-193-9/+13
* * benchmark/driver.rb: remove unexpected `output'.ko12012-10-192-1/+5
* * vm_insnhelper.c (vm_search_method): remove needless local variable.ko12012-10-192-3/+5
* * benchmark/bmx_temp.rb: removed.ko12012-10-192-5/+5
* * 2012-10-19svn2012-10-191-2/+2
* * benchmark/driver.rb: add new option `--ruby-arg [ARG]'ko12012-10-192-1/+13
* * insns.def (opt_send_simple): move the location ofko12012-10-182-15/+21
* * insns.def (send): remove unused condition.ko12012-10-183-5/+10
* * insns.def (opt_send_simple): introduce new instruction usedko12012-10-183-20/+47
* vm_method.c: check arity earliernobu2012-10-182-0/+7
* ChangeLog: adjust spaces.nobu2012-10-181-4/+4
* * vm_insnhelper.c: add `inline' keyword to several functions.ko12012-10-182-5/+10
* * include/ruby/ruby.h: add a decl. ofko12012-10-182-0/+6
* * compile.c (new_callinfo): set a temporary index of callinfoko12012-10-182-3/+11
* * class.c (rb_define_frameless_method): rename fromko12012-10-186-15/+29
* parse.y: fail if yyerrornobu2012-10-183-7/+15
* test_syntax.rb: test_unassignablenobu2012-10-181-0/+6
* * 2012-10-18svn2012-10-181-2/+2
* * hash.c (initialize_copy): duping should rehash the hash.tenderlove2012-10-183-1/+19
* * ChangeLog: fix a typo of r37243.nagachika2012-10-171-1/+1
* extmk.rb: fix mingw make failure with make -jNshirosaki2012-10-174-6/+23
* * benchmark/bm_vm2_method_missing.rb: add a benchmark to measureko12012-10-172-0/+17
* * vm_insnhelper.c (vm_getivar): fix to use `aux.index' instead ofko12012-10-172-2/+7
* * vm_insnhelper.c (vm_call_method_missing): make a refactoringko12012-10-173-23/+44
* configure.in: multiple opt-dirnobu2012-10-172-6/+18
* * ChangeLog: add credit.shugo2012-10-171-0/+1
* * lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo2012-10-173-0/+73
* * ChangeLog: use tab for indentation.shugo2012-10-171-1/+1
* * test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa2012-10-172-0/+14
* * vm_insnhelper.c (vm_search_method): fix a build error that occursshugo2012-10-172-1/+6
* * benchmark/bm_vm2_dstr.rb: add a benchmark to measureko12012-10-162-0/+11
* * compile.c (compile_dstr_fragments): use `putobject' instead ofko12012-10-162-4/+19
* * thread.c (rb_threadptr_interrupt_mask): fix to check interruptko12012-10-162-0/+7
* * vm_insnhelper.c (vm_call_method): fix to return value immediately.ko12012-10-162-24/+18
* * hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove2012-10-163-1/+32
* * vm_insnhelper.c (vm_call_iseq_setup_2): separate tailcall and normalko12012-10-162-34/+59
* * benchmark/bm_vm1_yield.rb: add a benchmark to measure `yield'ko12012-10-163-0/+27
* * vm_insnhelper.c (vm_invoke_block): vm_caller_setup_args() can skipko12012-10-162-1/+8
* * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko12012-10-164-28/+71
* * 2012-10-17svn2012-10-161-2/+2
* * method.h(rb_method_definition_struct): remove a comma after the last elementnagachika2012-10-161-1/+1
* * benchmark/driver.rb (show_results): Show speedup ratioko12012-10-162-18/+51
* * benchmark/driver.rb: some refactoring.ko12012-10-162-14/+18
* file.c: ASCII-compatiblenobu2012-10-162-0/+8
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-168-22/+27
* fix typoskazu2012-10-161-2/+2
* file.c: hide resultnobu2012-10-162-1/+6
* file.c: ASCII-compatiblenobu2012-10-163-3/+18