summaryrefslogtreecommitdiff
path: root/lib/libedit/readline.c
AgeCommit message (Expand)Author
2016-05-31Fix a crash in stifle_history() that occurred when the historyIngo Schwarze
2016-05-10Fix next_history() and previous_history():Ingo Schwarze
2016-05-10Fix history_get():Ingo Schwarze
2016-05-09Fix stifle_history(): Remove excessive entries, if any.Ingo Schwarze
2016-05-08Change where_history() to agree with the GNU implementation:Ingo Schwarze
2016-05-08Make the history_set_pos() return values agree with the GNU implementation.Ingo Schwarze
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"Ingo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-03-21Make the read_char() function always take a wchar_t * argument.Ingo Schwarze
2016-03-20Cleanup of standard header inclusion:Ingo Schwarze
2016-03-20Cleanup of private header inclusion:Ingo Schwarze
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-01-30Fourth step in synching with NetBSD:Ingo Schwarze
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-01-13libedit claims compatibility with readline 4.2, so provide a stub forReyk Floeter
2014-10-15use reallocarray()Theo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2011-07-08el_set EL_BIND or EL_SETTC must have argument lists ending with NULL.Nicholas Marriott
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
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2005-11-14use asprintf()Theo 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