summaryrefslogtreecommitdiffstats
path: root/lib/libedit/eln.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't segfault when trying to bind to an invalid command. While here,pascal2011-11-271-2/+2
| | | | | | kill a C++-style comment. ok nicm@
* sync with upstream, retaining local modifications.okan2011-07-071-6/+11
| | | | ok nicm@
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-0/+364
ok deraadt