summaryrefslogtreecommitdiff
path: root/lib/libedit/sys.h
AgeCommit message (Expand)Author
2016-05-10Enable separate compilation while keeping internal interfaces hidden.Ingo Schwarze
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;Ingo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-03-20Cleanup of standard header inclusion:Ingo Schwarze
2016-03-20Use getline(3) rather than fgetln(3) because it is standardizedIngo Schwarze
2016-03-20minor simplifactions, style fixes, and trivial syncs from NetBSDIngo Schwarze
2016-02-02Get rid of an ugly #ifdef in the middle of el_init() byIngo Schwarze
2016-01-30Fifth step in synching with NetBSD:Ingo Schwarze
2015-04-04gcc 2.x is deadPhilip Guenther
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringOtto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)Todd C. Miller
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix someTodd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt