summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename rb_gc_new_location to rb_gc_locationAaron Patterson2019-05-186-27/+27
* Add fall through comment for Coverity ScanKazuhiro NISHIYAMA2019-05-181-0/+1
* Add Reline.test_mode to use with special I/Oaycabta2019-05-183-11/+32
* skip a test to pass CIs.Koichi Sasada2019-05-181-0/+1
* Add test for UNTILNobuyoshi Nakada2019-05-181-0/+12
* Update include files on msys2 tooNobuyoshi Nakada2019-05-181-1/+2
* Get rid of always updating Unicode filesNobuyoshi Nakada2019-05-181-1/+6
* Distinguish pre-condition and post-condition loopsNobuyoshi Nakada2019-05-182-1/+14
* * 2019-05-18git2019-05-181-1/+1
* Remove parent namespace from Readline test classesaycabta2019-05-181-5/+5
* Prevent Dynamic -> Static symbols from movingAaron Patterson2019-05-171-1/+4
* Do not export InitVM functionsNobuyoshi Nakada2019-05-171-1/+1
* Make COROUTINE_XMM_REGISTERS compile-time only tooNobuyoshi Nakada2019-05-171-2/+4
* Do not call memcpy if copying nothingNobuyoshi Nakada2019-05-171-0/+9
* skip tests for GC.compact to pass CI.Koichi Sasada2019-05-171-0/+2
* * 2019-05-17git2019-05-171-1/+1
* Test to disable ASCII-only optimizationNobuyoshi Nakada2019-05-171-0/+10
* leaked-globals: check if un-prefixed symbols leak externallyNobuyoshi Nakada2019-05-162-0/+44
* Remove unused symbolsNobuyoshi Nakada2019-05-163-12/+11
* Pack struct rb_strterm_heredoc_struct on 32-bit platformsNobuyoshi Nakada2019-05-161-0/+5
* don't need to sweep rest.Koichi Sasada2019-05-163-6/+13
* Make COROUTINE_REGISTERS compile-time only not to be a global symbolNobuyoshi Nakada2019-05-167-8/+10
* Prefix global_symbols with `ruby_`Nobuyoshi Nakada2019-05-163-4/+6
* Make internal functions staticNobuyoshi Nakada2019-05-161-3/+6
* Rename mjit_gc_finish_hook to mjit_gc_exit_hookTakashi Kokubun2019-05-154-7/+7
* Fix fd leakNobuyoshi Nakada2019-05-161-1/+1
* * 2019-05-16git2019-05-161-1/+1
* Suppress unused-but-set-variable warningNobuyoshi Nakada2019-05-151-0/+2
* Fix the warning in 456586bb234915107da255d2944f620a7dd7048bNobuyoshi Nakada2019-05-151-1/+1
* unpin finalizers and update referencesAaron Patterson2019-05-151-10/+2
* Allow --enable/--disable options to take an argumentNobuyoshi Nakada2019-05-152-2/+12
* Rename confuzed name Reline::IO with Reline::IOGateaycabta2019-05-152-32/+32
* Static symbols can't be moved (they are not RValue)Aaron Patterson2019-05-141-11/+12
* Symbols can move so only cache IDsAaron Patterson2019-05-141-12/+11
* * expand tabs.git2019-05-151-5/+5
* Add object packing strategies for compactionAaron Patterson2019-05-142-23/+70
* * 2019-05-15git2019-05-151-1/+1
* Fixing function nameAaron Patterson2019-05-143-3/+3
* Remove useless use of a variable in Reline::ANSIaycabta2019-05-141-1/+0
* Rename Reline's test file name because of typoaycabta2019-05-141-0/+0
* Fix typo in debugged C source nameTakashi Kokubun2019-05-141-1/+1
* Test ext/readline and lib/reline by test/readlineaycabta2019-05-143-198/+225
* Add an assertion message to test of Readline's class variablesaycabta2019-05-141-1/+1
* Check encoding when Readline completionaycabta2019-05-142-2/+10
* io/console: rb_str_cat_conv_enc_opts is not exportedNobuyoshi Nakada2019-05-141-5/+3
* io/console: fix up timeout on WindowsNobuyoshi Nakada2019-05-141-2/+2
* io/console: support getch timeout on WindowsNobuyoshi Nakada2019-05-141-1/+9
* io/console: support wide character input on WindowsNobuyoshi Nakada2019-05-141-0/+39
* Rescue CompatibilityError for Readline's completionaycabta2019-05-141-2/+7
* fix visibility of SecureRandom.gen_randomUrabe, Shyouhei2019-05-142-0/+9