aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* file.c: ASCII-compatiblenobu2012-10-163-1/+15
* file.c: check_path_encodingnobu2012-10-162-12/+18
* * test/ruby/test_regexp.rbusa2012-10-162-1/+8
* * test/ruby/test_regexp.rbusa2012-10-162-6/+7
* * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): fix wrong condition.ko12012-10-152-1/+5
* * vm_insnhelper.c (vm_call_method): disable CI_SET_FASTPATH() ifko12012-10-153-4/+33
* * method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST.ko12012-10-156-8/+82
* * vm_insnhelper.h (CI_SET_FASTPATH): add new parameter `enabled'.ko12012-10-153-11/+32
* * vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko12012-10-156-50/+58
* * 2012-10-16svn2012-10-151-2/+2
* ChangeLog: fix a typo of r37185.nagachika2012-10-151-1/+1
* envutil.rb: file_assertionnobu2012-10-159-23/+42
* * benchmark/: add missing spaces around assignment operators (= and +=) forkou2012-10-1552-56/+56
* * vm_eval.c: fix a typo.kou2012-10-151-1/+1
* fix typoskazu2012-10-151-5/+5
* * properties.nobu2012-10-150-0/+0
* vm_insnhelper.c: suppress warningsnobu2012-10-151-1/+1
* * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): skip CI_SET_FASTPATH() ifko12012-10-152-4/+9
* * vm_insnhelper.h CI_SET_FASTPATH: introduce new macroko12012-10-143-18/+49
* * vm_insnhelper.c: refactoring.ko12012-10-144-730/+792
* * benchmark/bm_vm1_attr_ivar(_set).rb: added (for method dispatch speed).ko12012-10-144-0/+41
* * vm_eval.c (vm_call0_body): add new function.ko12012-10-142-39/+56