summaryrefslogtreecommitdiff
path: root/lib/libedit/read.c
Commit message (Collapse)AuthorAgeFilesLines
* + Sync with NetBSD, bringing in feature enhancements.David E. O'Brien2001-10-011-275/+344
| | | | | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris Notes: svn path=/head/; revision=84260
* Add __FBSDID()s to libeditMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84201
* Include fcntl.hBrian Somers2000-10-021-0/+1
| | | | | | | | PR: 21697 Submitted by: Barak Enat <barak_enat@yahoo.com> Notes: svn path=/head/; revision=66562
* Move terminal descriptor flush before stty to eliminate potential problemsAndrey A. Chernov2000-07-271-1/+1
| | | | | | | whith characters conversion changed like \n -> \r\n and so on. Notes: svn path=/head/; revision=63946
* <blush> I tested the real code changes, but neglected to test theWarner Losh2000-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. Notes: svn path=/head/; revision=60773
* Make comment match code forgotten in last commitWarner Losh2000-05-221-1/+1
| | | | Notes: svn path=/head/; revision=60771
* Add $FreeBSD$ so I can commit:Warner Losh2000-05-221-4/+6
| | | | | | | | Remove extern int errno;. Instead include the ANSI <errno.h>. No functional changes, just a higher level of pedantry. Notes: svn path=/head/; revision=60770
* Fixes assorted problems with the history edit functions in libedit. ThisBrian Somers1998-06-271-2/+2
| | | | | | | | | | affects sh, ftp (and others?). Submitted by: Max Euston <meuston@jmrodgers.com> PR: 6516 Notes: svn path=/head/; revision=37199
* Update libedit with changes from NetBSD. Includes history load/save,Mike Smith1997-06-251-2/+11
| | | | | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD Notes: svn path=/head/; revision=26926
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
| | | | Notes: svn path=/head/; revision=8870
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+437
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573