aboutsummaryrefslogtreecommitdiffstats
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/readline-ext] Version 0.1.0aycabta2019-12-251-1/+1
* [ruby/readline-ext] Prepare to gem releaseHiroshi SHIBATA2019-11-301-1/+1
* Update dependenciesNobuyoshi Nakada2019-11-181-1/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-1/+0
* Promote readline to default gems named readline-extHiroshi SHIBATA2019-11-091-0/+21
* drop-in type check for rb_define_singleton_method卜部昌平2019-08-291-5/+5
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Update the canonical repository url.Hiroshi SHIBATA2019-05-071-1/+1
* Removed moving toplevel header since r12501nobu2019-02-081-1/+1
* 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