summaryrefslogtreecommitdiffstats
path: root/lib/libedit/el.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Saving errno in el_errno is only needed for one purpose:schwarze2016-05-251-2/+1
* Move the declaration of the function pointer type el_rfunc_tschwarze2016-05-201-3/+4
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-061-3/+2
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-11/+11
* Always compile with WIDECHAR on and delete that preprocessor switch.schwarze2016-04-091-4/+2
* Make the read_char() function always take a wchar_t * argument.schwarze2016-03-211-3/+2
* Cleanup of standard header inclusion:schwarze2016-03-201-6/+4
* delete useless "typedef int bool_t", use int directly;schwarze2016-03-201-3/+1
* Cleanup of private header inclusion:schwarze2016-03-201-4/+2
* Delete the weird IGNORE_EXTCHARS flag, simplifying the codeschwarze2016-03-201-2/+1
* Third step in synching with NetBSD:schwarze2016-01-301-2/+2
* Second step in synching with NetBSD:schwarze2016-01-291-2/+2
* Start synching with NetBSD:schwarze2016-01-291-3/+3
* Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt2014-10-171-8/+1
* sync with upstream, retaining local modifications.okan2011-07-071-1/+3
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-12/+24
* Sync libedit to NetBSD libedit as of Nov 8, 2003.otto2003-11-251-2/+3
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-42/+63
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-1/+2
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-0/+2
* initial import of NetBSD treederaadt1995-10-181-0/+129