summaryrefslogtreecommitdiffstats
path: root/lib/libedit/eln.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-7/+7
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-2/+2
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-7/+7
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-091-5/+5
* Always compile with WIDECHAR on and delete that preprocessor switch.schwarze2016-04-091-3/+1
* Add NULL checkmartijn2016-03-221-2/+3
* Christos Zoulas just rescinded clauses 3 & 4 of his licenses, seeschwarze2016-03-211-8/+1
* Make the read_char() function always take a wchar_t * argument.schwarze2016-03-211-4/+1
* Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).schwarze2016-03-211-1/+3
* Cleanup of private header inclusion:schwarze2016-03-201-4/+3
* Delete the weird IGNORE_EXTCHARS flag, simplifying the codeschwarze2016-03-201-3/+17
* Fix the public interface function el_getc(3).schwarze2016-03-201-10/+14
* Fifth step in synching with NetBSD:schwarze2016-01-301-2/+2
* Third step in synching with NetBSD:schwarze2016-01-301-5/+5
* The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminatednicm2014-05-201-5/+5
* Don't segfault when trying to bind to an invalid command. While here,pascal2011-11-271-2/+2
* sync with upstream, retaining local modifications.okan2011-07-071-6/+11
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-0/+364