summaryrefslogtreecommitdiffstats
path: root/lib/libedit/hist.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).tb1-4/+3
2016-04-11get rid of the non-standard data type "Char" in almost all files;schwarze1-6/+6
2016-04-11Move wrapper macros to the two files actually needing them:schwarze1-7/+7
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noschwarze1-3/+3
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.schwarze1-4/+2
2016-03-20Cleanup of standard header inclusion:schwarze1-1/+3
2016-01-30Fifth step in synching with NetBSD:schwarze1-4/+4
2016-01-30Fourth step in synching with NetBSD:schwarze1-12/+12
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt1-4/+5
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm1-17/+30
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-8/+1
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.otto1-3/+3
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto1-77/+113
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-7/+3
2003-05-01is -Wall clean by making rcsid constavsm1-2/+2
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)millert1-5/+6
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix somemillert1-2/+10
1995-10-18initial import of NetBSD treederaadt1-0/+170