aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduceko12017-06-034-29/+21
* test/ruby/test_require.rb: remove duplicate assertionnobu2017-06-031-7/+0
* test_require.rb: untouch default internal encodingnobu2017-06-031-2/+5
* test: attempt to reduce failures in assert_cpu_usage_lownormal2017-06-032-2/+16
* string.c: docs for String#splitstomar2017-06-021-4/+8
* * 2017-06-03svn2017-06-021-1/+1
* common.mk: show localenobu2017-06-021-0/+3
* test_require.rb: assert_require_insecure_pathnobu2017-06-021-17/+48
* test_require.rb: fallback encodingnobu2017-06-021-1/+2
* test_require.rb: filesystem encodingnobu2017-06-021-2/+2
* file.c: preserve encodingnobu2017-06-022-3/+25
* Fix DRb.start_service to use any available porteregon2017-06-011-17/+8
* Remove bad spec which cannot behave nicely in a multi-process environmenteregon2017-06-011-25/+0
* Remove empty files in drb specseregon2017-06-0130-30/+0
* Create the file in the File::TMPFILE spec in its own directoryeregon2017-06-011-3/+5
* Open files in binary modes for copying in MSpec's #cperegon2017-06-011-2/+2
* make Dir object WB protected.ko12017-06-011-5/+5
* * 2017-06-02svn2017-06-011-1/+1
* make Binding object WB protected.ko12017-06-014-43/+56
* load.c: convert by rb_get_path_checknobu2017-06-013-5/+6
* file.c: rb_check_funcall_default for fallback valuenobu2017-06-011-4/+1
* vm_eval.c: fix rb_check_funcall_defaultnobu2017-06-011-3/+5
* vm_eval.c: fix for rb_check_funcall_defaultnobu2017-06-011-1/+1
* fix failure on r58981ko12017-06-011-1/+1
* debug.c: more enumsnobu2017-06-013-18/+8
* improve English for a warning messageduerst2017-06-011-1/+1
* * 2017-06-01svn2017-06-011-2/+2
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-0113-117/+165
* Improve performance of implicit type conversionwatson19782017-05-3116-57/+94
* add debug counters for local variable (lavr) access.ko12017-05-313-0/+15
* Makefile.sub: set ENABLE_SHARED [ci skip]nobu2017-05-312-1/+2
* common.mk: lldb [ci skip]nobu2017-05-312-0/+10
* lldb_cruby.py: eval outside framesnobu2017-05-311-2/+9
* * 2017-05-31svn2017-05-301-1/+1
* object.c: improve docsstomar2017-05-301-12/+13
* enum.c: check if reenterednobu2017-05-302-7/+28
* enum.c: rb_check_funcall_default for fallback valuenobu2017-05-301-3/+1
* test_rubyoptions.rb: ruby-runner sets $0 to install name nownobu2017-05-302-4/+2
* Improve performance of Enumerable#{sort_by,min_by,max_by,minmax_by}watson19782017-05-301-8/+14
* add parameter names.ko12017-05-301-5/+5
* Solaris 10 x86 raseis SEGVnaruse2017-05-301-2/+4
* Change max byte length of UTF-8 to 4 bytesduerst2017-05-301-1/+1
* Improve performance of Range#{min,max}watson19782017-05-301-2/+4
* * properties.svn2017-05-290-0/+0
* Clean up a bit the Process.setpriority specseregon2017-05-292-25/+24
* Enable Process.setpriority for a single process on more platforms.eregon2017-05-291-22/+19
* * 2017-05-30svn2017-05-291-1/+1
* Run in separate process/pgrp [Bug #13609]nobu2017-05-291-29/+26
* Simplify, avoid extra exceptions and add test for concurrent mspec mkdir_peregon2017-05-292-5/+21
* rubyspec: Fix method redefinition warningk0kubun2017-05-292-10/+10