summaryrefslogtreecommitdiff
path: root/lib/libedit/read.c
AgeCommit message (Expand)Author
2021-08-13Stop using a while loop for code that runs at most once,Ingo Schwarze
2021-08-12Stop playing hopeless games with FIONBIO.Ingo Schwarze
2021-08-11Only enter the sig_no switch if we actually return from read(2) withMartijn van Duren
2021-08-10While el_gets(3) and el_wgets(3) wait for user input, no longer ignoreIngo Schwarze
2021-08-09Unifdef read__fixio() to make it readable.Ingo Schwarze
2016-05-25el_map.alt can never be NULL, delete dead codeIngo Schwarze
2016-05-25Saving errno in el_errno is only needed for one purpose:Ingo Schwarze
2016-05-24Remove debugging ifdefs.Ingo Schwarze
2016-05-22Improve modularization at the chared/read boundary, no functional change.Ingo Schwarze
2016-05-20Move the declaration of the function pointer type el_rfunc_tIngo Schwarze
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"Ingo Schwarze
2016-04-13Re-introduce the following commit:Ingo Schwarze
2016-04-12Cleanup, no functional change:Ingo Schwarze
2016-04-12* Delete the unimplemented feature XK_EXE.Ingo Schwarze
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;Ingo Schwarze
2016-04-11get rid of the non-standard data type "Char" in almost all files;Ingo Schwarze
2016-04-11Move wrapper macros to the two files actually needing them:Ingo Schwarze
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noIngo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2016-03-22format string fixes in debug code;Ingo Schwarze
2016-03-21Make the read_char() function always take a wchar_t * argument.Ingo Schwarze
2016-03-21Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).Ingo Schwarze
2016-03-21Merge a few simple fixes from NetBSD:Ingo Schwarze
2016-03-20Cleanup of standard header inclusion:Ingo Schwarze
2016-03-20Get rid of "#ifdef WIDECHAR" and one goto in read_char(),Ingo Schwarze
2016-03-20Delete the weird IGNORE_EXTCHARS flag, simplifying the codeIngo Schwarze
2016-03-20Fix read_char() for the non-UTF-8 case, in particular for systemsIngo Schwarze
2016-03-20Fix the CHARSET_IS_UTF8 case in read_char().Ingo Schwarze
2016-01-31remove some whitespace differences with NetBSD; no change with diff -bIngo Schwarze
2016-01-30Fifth step in synching with NetBSD:Ingo Schwarze
2016-01-30Fourth step in synching with NetBSD:Ingo Schwarze
2016-01-30Third step in synching with NetBSD:Ingo Schwarze
2016-01-29Second step in synching with NetBSD:Ingo Schwarze
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substituteTheo de Raadt
2011-07-07sync with upstream, retaining local modifications.Okan Demirmen
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.Otto Moerbeek
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringOtto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-01is -Wall clean by making rcsid constAnil Madhavapeddy
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1997-08-20Make this compile is FIONREAD is defined. Guess this wasTodd C. Miller
1997-06-29Updates from NetBSD (christos@netbsd.org)Todd C. Miller
1997-06-10Change a long to and int.Todd C. Miller
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)Todd C. Miller
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix someTodd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt