summaryrefslogtreecommitdiffstats
path: root/lib/libedit/map.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"schwarze1-2/+7
2016-05-03Combine help.h and help.c into a simplified help.hschwarze1-2/+2
2016-04-18Delete redundant, empty callbacks;schwarze1-23/+23
2016-04-12* Delete the unimplemented feature XK_EXE.schwarze1-7/+1
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;schwarze1-14/+14
2016-04-11get rid of the non-standard data type "Char" in almost all files;schwarze1-16/+17
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-10/+10
2016-03-20Cleanup of standard header inclusion:schwarze1-7/+9
2016-03-20Cleanup of private header inclusion:schwarze1-1/+4
2016-03-20Delete the useless Int datatype and always use the standard wint_tschwarze1-5/+5
2016-01-30Fifth step in synching with NetBSD:schwarze1-5/+5
2016-01-30Fourth step in synching with NetBSD:schwarze1-30/+30
2016-01-30Third step in synching with NetBSD:schwarze1-8/+8
2016-01-29Second step in synching with NetBSD:schwarze1-21/+21
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt1-13/+13
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm1-62/+69
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-8/+1
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto1-1191/+1202
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
2002-02-16Part 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.millert1-7/+7
2001-04-13Another case where we need to use u_char, not char for arraymillert1-4/+4
1998-08-16deal with realloc/malloc failure and don't trash old pointer if realloc failsmillert1-6/+10
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)millert1-24/+25
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix somemillert1-0/+6
1995-10-18initial import of NetBSD treederaadt1-0/+1397