summaryrefslogtreecommitdiffstats
path: root/lib/libedit/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve modularization at the chared/read boundary, no functional change.schwarze2016-05-221-2/+2
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-061-1/+2
* Delete redundant, empty callbacks;schwarze2016-04-181-93/+5
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-9/+9
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-6/+6
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-091-6/+5
* format string fixes in debug code;schwarze2016-03-221-3/+4
* Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).schwarze2016-03-211-4/+2
* Cleanup of standard header inclusion:schwarze2016-03-201-11/+13
* delete useless "typedef int bool_t", use int directly;schwarze2016-03-201-4/+4
* Cleanup of private header inclusion:schwarze2016-03-201-1/+4
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-201-36/+36
* Fourth step in synching with NetBSD:schwarze2016-01-301-65/+65
* Third step in synching with NetBSD:schwarze2016-01-301-5/+5
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-66/+65
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-574/+500
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* is -Wall clean by making rcsid constavsm2003-05-011-2/+2
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-11/+12
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-5/+11
* initial import of NetBSD treederaadt1995-10-181-0/+994