aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/buf.c
Commit message (Expand)AuthorAgeFilesLines
* ed(1): drop redundant parenthesis.Pedro F. Giffuni2016-12-141-2/+2
* ed(1): Simplify some checks.Pedro F. Giffuni2016-12-121-5/+5
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-3/+0
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-6/+6
* Fix memory leaks in error cases.Christian Brueffer2011-08-271-0/+3
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-4/+2
* Bogusness may have happened using a variable assignment here before, butJuli Mallett2002-06-201-1/+1
* o __P has been reovedWarner Losh2002-02-021-20/+10
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-011-3/+3
* o Correctly define rcsid.Mike Barcroft2001-08-061-17/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Ensure stdout is line buffered.Wolfgang Helbig1997-12-311-1/+5
* Un-clobber mktemp->mkstemp patch.Eivind Eklund1997-10-091-3/+2
* mktemp -> mkstempEivind Eklund1997-10-081-2/+3
* sccsid -> rcsid and fix some minor nits.Steve Price1997-08-071-2/+6
* Use mkstemp rather than mktemp to prevent races.Warner Losh1997-03-241-4/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* -Wall cleaning.Steve Price1996-12-141-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Added $Id$David Greenman1994-09-241-0/+2
* use umask 077 for buffer fileAndrew Moore1994-03-231-2/+8
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-011-71/+65
* Consolidate mark code - no functional changes or fixes.Andrew Moore1993-07-021-1/+37
* fixed undo within a global command (would corrupt the buffer)Andrew Moore1993-06-261-1/+5
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).Andrew Moore1993-06-181-0/+246