summaryrefslogtreecommitdiffstats
path: root/lib/libedit/el.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore local bits lost in recent merge from NetBSD.mdodd2002-06-161-19/+24
|
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-011-215/+348
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Add __FBSDID()s to libeditdillon2001-09-301-2/+2
|
* <blush> I tested the real code changes, but neglected to test theimp2000-05-221-3/+3
| | | | | insertion of $FreeBSD$. I miffed it (pointy hat please). Hopefully no one will notice this short window where -current didn't compile.
* Do not read editrc file from '.'. This can be as unsafe as havingimp2000-05-221-10/+11
| | | | | | | | | | . first in root's path. While I'm here: o Add $FreeBSD$ o Get errno from <errno.h>, but extern int errno. Submitted by: Tim Vanderhoek
* Add 2 functions: el_data_set() and el_data_get() which do what youmdodd1999-08-201-0/+20
| | | | | | | | would expect. (Allow user data to be associated with an EditLine context). As this changes no existing interfaces and doesn't alter any structs visable to the user I've been told that its not necessary to bump the version of the library.
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-2/+2
| | | | | | | | | | | In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but...
* Update libedit with changes from NetBSD. Includes history load/save,msmith1997-06-251-2/+6
| | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD
* Fix a minor buffer overflow.imp1997-03-231-3/+2
| | | | Obtained from: BSDi by way of Keith Bostic
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+335
OpenPOWER on IntegriCloud