summaryrefslogtreecommitdiffstats
path: root/lib/libedit/sys.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable separate compilation while keeping internal interfaces hidden.schwarze2016-05-101-5/+2
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-10/+2
* Always compile with WIDECHAR on and delete that preprocessor switch.schwarze2016-04-091-6/+1
* Cleanup of standard header inclusion:schwarze2016-03-201-3/+3
* Use getline(3) rather than fgetln(3) because it is standardizedschwarze2016-03-201-4/+4
* minor simplifactions, style fixes, and trivial syncs from NetBSDschwarze2016-03-201-6/+6
* Get rid of an ugly #ifdef in the middle of el_init() byschwarze2016-02-021-1/+6
* Fifth step in synching with NetBSD:schwarze2016-01-301-47/+1
* gcc 2.x is deadguenther2015-04-041-2/+2
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-2/+25
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-11/+35
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-9/+1
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-17/+17
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* 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/+116