summaryrefslogtreecommitdiffstats
path: root/lib/libedit/read.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge the following changes from NetBSD:stefanf2007-03-111-8/+24
| | | | | | | | | | | | | history.c 1.32: # Fix memory leak found by valgrind (Julien Torres) map.c 1.24: # fix debugging printf format. read.c 1.40: # Fix bug with multiple pending el_pushes. Reported by Julien Torres. tty.c 1.24: # Coverity CID 1216: Prevent negative index use. MFC after: 3 weeks
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-071-62/+153
| | | | | | | vi-mode, removal of clause 3, cleanups and the export of the tokenization functions. Not included: config.h, filecomplete.{c,h}
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-011-293/+362
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Add __FBSDID()s to libeditdillon2001-09-301-2/+3
|
* Include fcntl.hbrian2000-10-021-0/+1
| | | | | PR: 21697 Submitted by: Barak Enat <barak_enat@yahoo.com>
* Move terminal descriptor flush before stty to eliminate potential problemsache2000-07-271-1/+1
| | | | whith characters conversion changed like \n -> \r\n and so on.
* <blush> I tested the real code changes, but neglected to test theimp2000-05-221-2/+2
| | | | | insertion of $FreeBSD$. I miffed it (pointy hat please). Hopefully no one will notice this short window where -current didn't compile.
* Make comment match code forgotten in last commitimp2000-05-221-1/+1
|
* Add $FreeBSD$ so I can commit:imp2000-05-221-4/+6
| | | | | Remove extern int errno;. Instead include the ANSI <errno.h>. No functional changes, just a higher level of pedantry.
* Fixes assorted problems with the history edit functions in libedit. Thisbrian1998-06-271-2/+2
| | | | | | | affects sh, ftp (and others?). Submitted by: Max Euston <meuston@jmrodgers.com> PR: 6516
* Update libedit with changes from NetBSD. Includes history load/save,msmith1997-06-251-2/+11
| | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+437
OpenPOWER on IntegriCloud