summaryrefslogtreecommitdiffstats
path: root/lib/libedit/map.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-061-2/+7
* Combine help.h and help.c into a simplified help.hschwarze2016-05-031-2/+2
* Delete redundant, empty callbacks;schwarze2016-04-181-23/+23
* * Delete the unimplemented feature XK_EXE.schwarze2016-04-121-7/+1
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-14/+14
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-16/+17
* 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-10/+10
* Cleanup of standard header inclusion:schwarze2016-03-201-7/+9
* Cleanup of private header inclusion:schwarze2016-03-201-1/+4
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-201-5/+5
* Fifth step in synching with NetBSD:schwarze2016-01-301-5/+5
* Fourth step in synching with NetBSD:schwarze2016-01-301-30/+30
* Third step in synching with NetBSD:schwarze2016-01-301-8/+8
* Second step in synching with NetBSD:schwarze2016-01-291-21/+21
* Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt2014-10-171-13/+13
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-62/+69
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-1213/+1224
* 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
* Part 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.millert2002-02-161-7/+7
* Another case where we need to use u_char, not char for arraymillert2001-04-131-4/+4
* deal with realloc/malloc failure and don't trash old pointer if realloc failsmillert1998-08-161-6/+10
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-24/+25
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-0/+6
* initial import of NetBSD treederaadt1995-10-181-0/+1397