summaryrefslogtreecommitdiff
path: root/lib/libedit/common.c
AgeCommit message (Expand)Author
2016-03-22format string fixes in debug code;Ingo Schwarze
2016-03-21Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).Ingo Schwarze
2016-03-20Cleanup of standard header inclusion:Ingo Schwarze
2016-03-20delete useless "typedef int bool_t", use int directly;Ingo Schwarze
2016-03-20Cleanup of private header inclusion:Ingo Schwarze
2016-03-20Delete the useless Int datatype and always use the standard wint_tIngo Schwarze
2016-01-30Fourth step in synching with NetBSD:Ingo Schwarze
2016-01-30Third step in synching with NetBSD:Ingo Schwarze
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2003-05-01is -Wall clean by making rcsid constAnil Madhavapeddy
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