summaryrefslogtreecommitdiffstats
path: root/lib/libedit/readline.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-14read() returns -1 on failureasou1-2/+2
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-5/+5
2016-05-31Fix a crash in stifle_history() that occurred when the historyschwarze1-2/+2
2016-05-10Fix next_history() and previous_history():schwarze1-4/+26
2016-05-10Fix history_get():schwarze1-8/+20
2016-05-09Fix stifle_history(): Remove excessive entries, if any.schwarze1-2/+14
2016-05-08Change where_history() to agree with the GNU implementation:schwarze1-4/+7
2016-05-08Make the history_set_pos() return values agree with the GNU implementation.schwarze1-5/+5
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"schwarze1-1/+2
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.schwarze1-3/+1
2016-03-21Make the read_char() function always take a wchar_t * argument.schwarze1-10/+13
2016-03-20Cleanup of standard header inclusion:schwarze1-15/+15
2016-03-20Cleanup of private header inclusion:schwarze1-4/+2
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw1-2/+2
2016-01-30Fourth step in synching with NetBSD:schwarze1-72/+72
2015-02-06SIZE_MAX is standard, we should be using it in preference to themillert1-2/+3
2015-01-13libedit claims compatibility with readline 4.2, so provide a stub forreyk1-1/+8
2014-10-15use reallocarray()deraadt1-5/+6
2014-10-11Userland reallocarray() audit.doug1-3/+4
2011-07-08el_set EL_BIND or EL_SETTC must have argument lists ending with NULL.nicm1-5/+5
2011-07-07sync with upstream, retaining local modifications.okan1-95/+103
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm1-592/+710
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-4/+1
2009-06-21fix rcs ids. ok sthen@martynas1-2/+2
2008-11-09typo fixed (overriden -> overridden)tobias1-2/+2
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray1-8/+1
2005-11-14use asprintf()deraadt1-5/+2
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.otto1-380/+603
2003-10-31Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto1-0/+1908