summaryrefslogtreecommitdiffstats
path: root/lib/libedit/read.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* el_map.alt can never be NULL, delete dead codeschwarze2016-05-251-4/+2
* Saving errno in el_errno is only needed for one purpose:schwarze2016-05-251-26/+20
* Remove debugging ifdefs.schwarze2016-05-241-70/+3
* Improve modularization at the chared/read boundary, no functional change.schwarze2016-05-221-9/+50
* Move the declaration of the function pointer type el_rfunc_tschwarze2016-05-201-10/+17
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-061-2/+3
* Re-introduce the following commit:schwarze2016-04-131-2/+2
* Cleanup, no functional change:schwarze2016-04-121-16/+10
* * Delete the unimplemented feature XK_EXE.schwarze2016-04-121-11/+1
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-14/+14
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-13/+11
* 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-6/+6
* Always compile with WIDECHAR on and delete that preprocessor switch.schwarze2016-04-091-41/+1
* Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw2016-04-051-2/+2
* format string fixes in debug code;schwarze2016-03-221-2/+2
* Make the read_char() function always take a wchar_t * argument.schwarze2016-03-211-15/+12
* Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).schwarze2016-03-211-7/+11
* Merge a few simple fixes from NetBSD:schwarze2016-03-211-6/+10
* Cleanup of standard header inclusion:schwarze2016-03-201-3/+6
* Get rid of "#ifdef WIDECHAR" and one goto in read_char(),schwarze2016-03-201-12/+6
* Delete the weird IGNORE_EXTCHARS flag, simplifying the codeschwarze2016-03-201-11/+3
* Fix read_char() for the non-UTF-8 case, in particular for systemsschwarze2016-03-201-5/+12
* Fix the CHARSET_IS_UTF8 case in read_char().schwarze2016-03-201-19/+40
* remove some whitespace differences with NetBSD; no change with diff -bschwarze2016-01-311-12/+12
* Fifth step in synching with NetBSD:schwarze2016-01-301-4/+4
* Fourth step in synching with NetBSD:schwarze2016-01-301-20/+20
* Third step in synching with NetBSD:schwarze2016-01-301-10/+10
* Second step in synching with NetBSD:schwarze2016-01-291-3/+3
* Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt2014-10-171-2/+2
* sync with upstream, retaining local modifications.okan2011-07-071-14/+18
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-58/+167
* 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-20/+24
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-293/+443
* 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-5/+5
* Make this compile is FIONREAD is defined. Guess this wasmillert1997-08-201-3/+6
* Updates from NetBSD (christos@netbsd.org)millert1997-06-291-5/+9
* Change a long to and int.millert1997-06-101-3/+3
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-19/+20
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-1/+12
* initial import of NetBSD treederaadt1995-10-181-0/+437