aboutsummaryrefslogtreecommitdiffstats
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* readline.c: improve docsstomar2018-10-121-2/+2
* Added missing declarations in readline.h bundled with macOS 10.14nobu2018-10-071-0/+10
* Readline: expose rl_completion_quote_character variablenobu2018-09-022-0/+32
* ext/readline/extconf.rb: try using more readline APIsk0kubun2018-08-241-3/+3
* use https:// instead of http://kazu2018-07-281-1/+1
* UNREACHABLE_RETURNnobu2018-07-241-1/+1
* no ID cache in Init functionsnobu2018-02-161-2/+2
* ignore external library sources [ci skip]nobu2018-01-261-0/+1
* ext: check if null byte is containednobu2017-09-301-1/+2
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1
* Fix up r57788, Function is removed at readline-6.3.hsbt2017-03-071-1/+1
* Avoid to warning of clang with -Wincompatible-pointer-types.hsbt2017-03-061-1/+1
* readline.c: fix waiting fucntionnobu2017-03-061-1/+1
* readline.c: fix typenobu2017-03-041-4/+5
* readline.c: str_subposnobu2016-11-171-6/+22
* readline: remove dependency on internal.hnobu2016-11-132-4/+1
* * ext/readline/extconf.rb: Update error message with correct words.hsbt2016-10-061-1/+1
* use rb_locale_str_newnobu2016-10-031-1/+1
* rl_char_is_quoted_pnobu2016-10-032-0/+86
* readline.c: mustbe_callablenobu2016-10-031-8/+15
* Update dependencies.akr2016-04-111-0/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/readline/extconf.rb: call dir_config("libedit")naruse2015-11-301-0/+1
* ext: use RARRAY_AREFnobu2015-11-051-1/+1
* ext: use RARRAY_CONST_PTRnobu2015-11-041-1/+1
* pass saved errnonobu2015-07-081-6/+3
* readline.c: initialize before rl_refresh_linenobu2015-01-141-17/+30
* Update dependencies.akr2014-12-191-1/+1
* Update dependency.akr2014-11-211-2/+4
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-152-2/+2
* Mark auogenerated part.akr2014-11-151-0/+2
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-12/+12
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-6/+12
* protoize no-arguments functionsnobu2014-09-301-1/+1
* readline.c: use rb_setup_fake_strnobu2014-09-123-6/+4
* readline/extconf.rb: rl_hook_func_tnobu2014-04-041-1/+1
* readline/extconf.rb: fix typonobu2014-03-311-1/+1
* A comment added.akr2014-03-021-0/+3
* extconf.rb: rl_hook_func_t for old readlinenobu2014-03-021-0/+8
* * ext/readline/readline.c (Init_readline): Use rl_hook_func_t insteadakr2014-03-011-1/+1
* * ext/readline/readline.c (readline_getc): Considerakr2013-10-291-0/+2
* * common.mk, ext/objspace/depend, ext/coverage/depend,akr2013-10-281-1/+2
* * ext/readline/readline.c: Include ruby/thread.h forakr2013-10-271-77/+103
* * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.ktsj2013-08-181-51/+0
* fix r42527 again; [Bug #8760] [ruby-dev:47608] [ruby-dev:47609]naruse2013-08-121-7/+2
* refix r42525 set stdio_file only if stdionaruse2013-08-121-2/+4
* * ext/readline/readline.c (readline_s_set_input): on OS X with editline,naruse2013-08-111-0/+2
* * ext/readline/readline.c (insert_ignore_escape): suppressktsj2013-08-091-1/+1
* * ext/readline/readline.c (readline_s_delete_text): removekouji2013-08-061-71/+12
* * ext/readline/readline.c, test/readline/test_readline.rb: fixkouji2013-08-061-271/+271