summaryrefslogtreecommitdiffstats
path: root/lib/libedit/keymacro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Saving errno in el_errno is only needed for one purpose:schwarze2016-05-251-7/+5
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-061-2/+3
* * Delete the unimplemented feature XK_EXE.schwarze2016-04-121-8/+4
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-18/+18
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-26/+29
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-2/+2
* 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-4/+2
* Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).schwarze2016-03-211-3/+5
* Cleanup of standard header inclusion:schwarze2016-03-201-8/+8
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-201-3/+3
* remove some whitespace differences with NetBSD; no change with diff -bschwarze2016-01-311-3/+3
* Fifth step in synching with NetBSD:schwarze2016-01-301-7/+7
* Fourth step in synching with NetBSD:schwarze2016-01-301-27/+27
* Second step in synching with NetBSD:schwarze2016-01-291-115/+119
* Start synching with NetBSD:schwarze2016-01-291-0/+660