aboutsummaryrefslogtreecommitdiffstats
path: root/test/readline
Commit message (Expand)AuthorAgeFilesLines
* Fix use_lib_reline for test/readlineaycabta2019-08-271-1/+4
* Do not always taint the result of File#pathJeremy Evans2019-07-301-0/+5
* Revert "Do not always taint the result of File#path"Jeremy Evans2019-07-291-5/+0
* Do not always taint the result of File#pathJeremy Evans2019-07-291-0/+5
* Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun2019-05-291-1/+0
* Skip a reline test hanging on Wercker since 3b7862c8e8Takashi Kokubun2019-05-291-0/+1
* Skip assertion in readline test if Readline version is 4.3Jeremy Evans2019-05-221-1/+3
* Add Reline.test_mode to use with special I/Oaycabta2019-05-181-0/+1
* Remove parent namespace from Readline test classesaycabta2019-05-181-5/+5
* 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 that Reline exists on testaycabta2019-05-131-3/+3
* Skip tests depend on Readline's special behaviorsaycabta2019-05-131-8/+12
* Skip on Windows now when using reline because it causes hang of whole testsNAKAMURA Usaku2019-04-301-1/+2
* test_readline.rb: skip readline test for new solaris11s-sunck0kubun2018-12-281-0/+4
* Readline: expose rl_completion_quote_character variablenobu2018-09-021-0/+59
* test/readline/test_readline.rb: fix readline testk0kubun2018-08-231-7/+7
* test_readline.rb: skip teardown failurek0kubun2018-08-151-0/+3
* skip tests failing on AppVeyor MinGWk0kubun2018-08-151-0/+3
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+2
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-5/+5
* suppress warning: assigned but unused variable - linenaruse2017-08-151-1/+1
* suppress warning: assigned but unused variable - linenaruse2017-08-151-1/+1
* Supress warnings.shugo2016-11-301-4/+4
* rl_char_is_quoted_pnobu2016-10-031-0/+86
* Add frozen_string_literal: false for all filesnaruse2015-12-162-0/+2
* * test/readline/test_readline.rb: Restore environment variables:akr2015-03-131-0/+3
* readline.c: initialize before rl_refresh_linenobu2015-01-141-0/+12
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test/readline/test_readline.rb: Close fds.akr2014-05-291-0/+1
* * test/readline/test_readline.rb (teardown): Clear Readline.input andakr2013-10-281-0/+2
* * ext/readline/readline.c, test/readline/test_readline.rb: fixkouji2013-08-061-12/+12
* * remove trailing spaces.nobu2013-08-061-1/+1
* * ext/readline/readline.c (readline_s_set_point, Init_readline):kouji2013-08-061-1/+19
* fix test of r42101 [Feature #6626]naruse2013-07-231-22/+40
* fix typonaruse2013-07-231-1/+1
* it may stuck with console on readline 5.1 + CentOS 5naruse2013-07-231-1/+4
* * ext/readline/readline.c (Init_readline): addedkouji2013-07-221-2/+21
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-122-90/+0
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-34/+31
* test_readline.rb: try UTF-8nobu2013-04-171-1/+18
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+2
* Skip on non UTF-8 locale.naruse2012-06-191-0/+1
* Add test for [Bug #6262]naruse2012-06-191-0/+22
* Skip Readline 4.3. [Feature #5785]naruse2012-06-191-1/+1
* * ext/readline/readline.c (readline_s_get_special_prefixes): suppressnaruse2012-06-191-4/+4
* * ext/readline/readline.c (readline_getc): fix editline compatibilitynaruse2012-06-191-1/+1
* ext/readline/readline.c: [Bug #6601]nobu2012-06-181-0/+15
* test/readline/test_readline.rb: fix argument ordernobu2012-06-171-7/+8
* * ext/readline/readline.c (Readline.special_prefixes=)kouji2012-05-021-0/+4