summaryrefslogtreecommitdiffstats
path: root/lib/libedit/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct the length of read from file, wide character buffer, add NULasou2019-09-041-5/+5
* Correct the length for argument of reallocarray(). This fix the SEGVasou2019-09-031-2/+2
* mkstemp() returns -1 on failurederaadt2019-06-281-2/+2
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-061-1/+2
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-5/+5
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-10/+10
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-7/+7
* For pointers, use NULL rather than 0; no functional change;schwarze2016-04-091-3/+3
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-091-11/+11
* format string fixes in debug code;schwarze2016-03-221-2/+3
* Cleanup of standard header inclusion:schwarze2016-03-201-7/+10
* Cleanup of private header inclusion:schwarze2016-03-201-1/+4
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-201-53/+53
* Fifth step in synching with NetBSD:schwarze2016-01-301-2/+2
* Fourth step in synching with NetBSD:schwarze2016-01-301-57/+57
* Third step in synching with NetBSD:schwarze2016-01-301-4/+4
* Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt2014-10-171-8/+8
* sync with upstream, retaining local modifications.okan2011-07-071-5/+6
* Don't leak the fd returned by mkstemp in vi_histedit error paths.nicm2010-10-231-2/+7
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-117/+144
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-556/+698
* 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-3/+3
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-8/+9
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-0/+6
* initial import of NetBSD treederaadt1995-10-181-0/+986