summaryrefslogtreecommitdiffstats
path: root/lib/libedit/read.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-25el_map.alt can never be NULL, delete dead codeschwarze1-4/+2
2016-05-25Saving errno in el_errno is only needed for one purpose:schwarze1-26/+20
2016-05-24Remove debugging ifdefs.schwarze1-70/+3
2016-05-22Improve modularization at the chared/read boundary, no functional change.schwarze1-9/+50
2016-05-20Move the declaration of the function pointer type el_rfunc_tschwarze1-10/+17
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"schwarze1-2/+3
2016-04-13Re-introduce the following commit:schwarze1-2/+2
2016-04-12Cleanup, no functional change:schwarze1-16/+10
2016-04-12* Delete the unimplemented feature XK_EXE.schwarze1-11/+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-13/+11
2016-04-11Move wrapper macros to the two files actually needing them:schwarze1-5/+5
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noschwarze1-6/+6
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.schwarze1-41/+1
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw1-2/+2
2016-03-22format string fixes in debug code;schwarze1-2/+2
2016-03-21Make the read_char() function always take a wchar_t * argument.schwarze1-15/+12
2016-03-21Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).schwarze1-7/+11
2016-03-21Merge a few simple fixes from NetBSD:schwarze1-6/+10
2016-03-20Cleanup of standard header inclusion:schwarze1-3/+6
2016-03-20Get rid of "#ifdef WIDECHAR" and one goto in read_char(),schwarze1-12/+6
2016-03-20Delete the weird IGNORE_EXTCHARS flag, simplifying the codeschwarze1-11/+3
2016-03-20Fix read_char() for the non-UTF-8 case, in particular for systemsschwarze1-5/+12
2016-03-20Fix the CHARSET_IS_UTF8 case in read_char().schwarze1-19/+40
2016-01-31remove some whitespace differences with NetBSD; no change with diff -bschwarze1-12/+12
2016-01-30Fifth step in synching with NetBSD:schwarze1-4/+4
2016-01-30Fourth step in synching with NetBSD:schwarze1-20/+20
2016-01-30Third step in synching with NetBSD:schwarze1-10/+10
2016-01-29Second step in synching with NetBSD:schwarze1-3/+3
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt1-2/+2
2011-07-07sync with upstream, retaining local modifications.okan1-14/+18
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm1-57/+166
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-8/+1
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.otto1-20/+24
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto1-277/+427
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-5/+5
1997-08-20Make this compile is FIONREAD is defined. Guess this wasmillert1-3/+6
1997-06-29Updates from NetBSD (christos@netbsd.org)millert1-5/+9
1997-06-10Change a long to and int.millert1-3/+3
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)millert1-19/+20
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix somemillert1-1/+12
1995-10-18initial import of NetBSD treederaadt1-0/+437