summaryrefslogtreecommitdiffstats
path: root/lib/libedit/tokenizer.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;schwarze1-9/+9
2016-04-11Clean up chartype.h:schwarze1-3/+2
2016-04-11get rid of the non-standard data type "Char" in almost all files;schwarze1-2/+4
2016-04-11Move wrapper macros to the two files actually needing them:schwarze1-3/+14
2016-03-20Cleanup of standard header inclusion:schwarze1-2/+3
2016-03-20Fix the same bug again that was already fixed in:schwarze1-3/+5
2016-01-30Fifth step in synching with NetBSD:schwarze1-11/+11
2016-01-30Fourth step in synching with NetBSD:schwarze1-15/+15
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt1-20/+16
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm1-51/+95
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-9/+1
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.otto1-4/+5
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto1-247/+262
2003-08-11failure to deal with realloc nicely; spotted by Jonas.Munsin@teleste.com,deraadt1-10/+12
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-3/+3
1998-08-16deal with realloc/malloc failure and don't trash old pointer if realloc failsmillert1-8/+10
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)millert1-2/+3
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix somemillert1-0/+6
1995-10-18initial import of NetBSD treederaadt1-0/+385