summaryrefslogtreecommitdiff
path: root/lib/libedit/eln.c
AgeCommit message (Expand)Author
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;Ingo Schwarze
2016-04-11get rid of the non-standard data type "Char" in almost all files;Ingo Schwarze
2016-04-11Move wrapper macros to the two files actually needing them:Ingo Schwarze
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noIngo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-03-22Add NULL checkmartijn
2016-03-21Christos Zoulas just rescinded clauses 3 & 4 of his licenses, seeIngo Schwarze
2016-03-21Make the read_char() function always take a wchar_t * argument.Ingo Schwarze
2016-03-21Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).Ingo Schwarze
2016-03-20Cleanup of private header inclusion:Ingo Schwarze
2016-03-20Delete the weird IGNORE_EXTCHARS flag, simplifying the codeIngo Schwarze
2016-03-20Fix the public interface function el_getc(3).Ingo Schwarze
2016-01-30Fifth step in synching with NetBSD:Ingo Schwarze
2016-01-30Third step in synching with NetBSD:Ingo Schwarze
2014-05-20The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminatedNicholas Marriott
2011-11-27Don't segfault when trying to bind to an invalid command. While here,Pascal Stumpf
2011-07-07sync with upstream, retaining local modifications.Okan Demirmen
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott