summaryrefslogtreecommitdiffstats
path: root/lib/libedit/hist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).tb2017-04-121-4/+3
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-6/+6
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-7/+7
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-091-3/+3
* Always compile with WIDECHAR on and delete that preprocessor switch.schwarze2016-04-091-4/+2
* Cleanup of standard header inclusion:schwarze2016-03-201-1/+3
* Fifth step in synching with NetBSD:schwarze2016-01-301-4/+4
* Fourth step in synching with NetBSD:schwarze2016-01-301-12/+12
* Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt2014-10-171-4/+5
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-17/+30
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* Sync libedit to NetBSD libedit as of Nov 8, 2003.otto2003-11-251-3/+3
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-77/+113
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* is -Wall clean by making rcsid constavsm2003-05-011-2/+2
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-5/+6
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-2/+10
* initial import of NetBSD treederaadt1995-10-181-0/+170