summaryrefslogtreecommitdiffstats
path: root/lib/libedit/tokenizer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-9/+9
* Clean up chartype.h:schwarze2016-04-111-3/+2
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-2/+4
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-3/+14
* Cleanup of standard header inclusion:schwarze2016-03-201-2/+3
* Fix the same bug again that was already fixed in:schwarze2016-03-201-3/+5
* Fifth step in synching with NetBSD:schwarze2016-01-301-11/+11
* Fourth step in synching with NetBSD:schwarze2016-01-301-15/+15
* Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt2014-10-171-20/+16
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-52/+96
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Sync libedit to NetBSD libedit as of Nov 8, 2003.otto2003-11-251-4/+5
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-285/+300
* failure to deal with realloc nicely; spotted by Jonas.Munsin@teleste.com,deraadt2003-08-111-10/+12
* 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
* deal with realloc/malloc failure and don't trash old pointer if realloc failsmillert1998-08-161-8/+10
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-2/+3
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-0/+6
* initial import of NetBSD treederaadt1995-10-181-0/+385