summaryrefslogtreecommitdiffstats
path: root/lib/libedit/sys.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Enable separate compilation while keeping internal interfaces hidden.schwarze1-5/+2
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;schwarze1-10/+2
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.schwarze1-6/+1
2016-03-20Cleanup of standard header inclusion:schwarze1-3/+3
2016-03-20Use getline(3) rather than fgetln(3) because it is standardizedschwarze1-4/+4
2016-03-20minor simplifactions, style fixes, and trivial syncs from NetBSDschwarze1-6/+6
2016-02-02Get rid of an ugly #ifdef in the middle of el_init() byschwarze1-1/+6
2016-01-30Fifth step in synching with NetBSD:schwarze1-47/+1
2015-04-04gcc 2.x is deadguenther1-2/+2
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm1-2/+25
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto1-11/+35
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert1-9/+1
2002-02-16Part 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.millert1-17/+17
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey1-3/+3
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)millert1-1/+2
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix somemillert1-0/+2
1995-10-18initial import of NetBSD treederaadt1-0/+116