index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
readline.c
Age
Commit message (
Expand
)
Author
2016-05-31
Fix a crash in stifle_history() that occurred when the history
Ingo Schwarze
2016-05-10
Fix next_history() and previous_history():
Ingo Schwarze
2016-05-10
Fix history_get():
Ingo Schwarze
2016-05-09
Fix stifle_history(): Remove excessive entries, if any.
Ingo Schwarze
2016-05-08
Change where_history() to agree with the GNU implementation:
Ingo Schwarze
2016-05-08
Make the history_set_pos() return values agree with the GNU implementation.
Ingo Schwarze
2016-05-06
Replace the generated file "fcns.c" by a simpler header "func.h"
Ingo Schwarze
2016-04-09
Always compile with WIDECHAR on and delete that preprocessor switch.
Ingo Schwarze
2016-03-21
Make the read_char() function always take a wchar_t * argument.
Ingo Schwarze
2016-03-20
Cleanup of standard header inclusion:
Ingo Schwarze
2016-03-20
Cleanup of private header inclusion:
Ingo Schwarze
2016-03-20
Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])
Kenneth R Westerback
2016-01-30
Fourth step in synching with NetBSD:
Ingo Schwarze
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-01-13
libedit claims compatibility with readline 4.2, so provide a stub for
Reyk Floeter
2014-10-15
use reallocarray()
Theo de Raadt
2014-10-11
Userland reallocarray() audit.
Doug Hogan
2011-07-08
el_set EL_BIND or EL_SETTC must have argument lists ending with NULL.
Nicholas Marriott
2011-07-07
sync with upstream, retaining local modifications.
Okan Demirmen
2010-06-30
Update libedit to bring it into sync with the latest version from NetBSD.
Nicholas Marriott
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-06-21
fix rcs ids. ok sthen@
Martynas Venckus
2008-11-09
typo fixed (overriden -> overridden)
Tobias Stoeckmann
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2005-11-14
use asprintf()
Theo de Raadt
2003-11-25
Sync libedit to NetBSD libedit as of Nov 8, 2003.
Otto Moerbeek
2003-10-31
Update to NetBSD libedit (from Oct 1, 2003), adding some string
Otto Moerbeek