summaryrefslogtreecommitdiffstats
path: root/lib/libedit/chared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).tb2017-04-121-25/+9
* Improve modularization at the chared/read boundary, no functional change.schwarze2016-05-221-26/+3
* 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-25/+24
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-5/+5
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-091-8/+8
* Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).schwarze2016-03-211-7/+8
* Cleanup of standard header inclusion:schwarze2016-03-201-3/+5
* Cleanup of private header inclusion:schwarze2016-03-201-1/+3
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-201-9/+9
* Fix a segfault and functional error in c_gets(),schwarze2016-03-011-1/+2
* Fifth step in synching with NetBSD:schwarze2016-01-301-7/+7
* Fourth step in synching with NetBSD:schwarze2016-01-301-20/+20
* delete "#ifdef notdef" code that is no longer present in NetBSD;schwarze2016-01-301-58/+1
* Third step in synching with NetBSD:schwarze2016-01-301-2/+2
* Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt2014-10-171-43/+46
* sync with upstream, retaining local modifications.okan2011-07-071-1/+13
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-91/+141
* 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-5/+5
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-394/+487
* 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-6/+6
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-7/+8
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-0/+6
* initial import of NetBSD treederaadt1995-10-181-0/+639