summaryrefslogtreecommitdiffstats
path: root/lib/libedit/el.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@otto2011-07-131-5/+16
* sync with upstream, retaining local modifications.okan2011-07-071-18/+17
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-108/+189
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* Fix fgetln handling and always increment the size if we need to realloc,otto2004-08-231-7/+16
* Sync libedit to NetBSD libedit as of Nov 8, 2003.otto2003-11-251-5/+17
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-186/+387
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* is -Wall clean by making rcsid constavsm2003-05-011-2/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-21/+4
* Another case where we need to use u_char, not char for arraymillert2001-04-131-2/+3
* restrict editrc lookup to home directory, thanks kris@freebsd.org. ok deraadt@dugsong2000-06-281-10/+7
* Updates from NetBSD (christos@netbsd.org)millert1997-06-291-8/+9
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-20/+22
* Merge in NetBSD libedit changes and new man pages. Also fix somemillert1997-01-161-3/+10
* stncat misusederaadt1996-12-161-1/+1
* use issetugid() to protect against bad getenvderaadt1996-08-261-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+335