aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/ed.h
Commit message (Expand)AuthorAgeFilesLines
* Drop ed(1) "crypto"Conrad Meyer2018-11-041-12/+0
* ed(1): Prevent possible overflows during allocation.Pedro F. Giffuni2016-12-121-2/+2
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-0/+6
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Modernise. Use libcrypto for DES instead of libcipher.Mark Murray2003-06-021-7/+12
* Fix some easy WARNS.Mark Murray2002-07-311-2/+2
* We have a place for extern declarations of global variables in ed.h, do notJuli Mallett2002-06-201-0/+2
* o __P has been reovedWarner Losh2002-02-021-88/+73
* o Correctly define rcsid.Mike Barcroft2001-08-061-12/+12
* Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneWarner Losh2001-05-291-8/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Silence some warnings when building on the alpha.Doug Rabson1998-08-071-2/+2
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-101-2/+1
* 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
* Nuked #ifdef __386BSD__ since this is not appropriate and no longer definedDavid Greenman1994-11-031-4/+2
* Added $Id$David Greenman1994-09-241-0/+1
* use umask 077 for buffer fileAndrew Moore1994-03-231-9/+8
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-011-130/+160
* added (unsiged) cast to avoid int overflowAndrew Moore1993-08-091-1/+1
* Consolidate mark code - no functional changes or fixes.Andrew Moore1993-07-021-1/+4
* fixed undo within a global command (would corrupt the buffer)Andrew Moore1993-06-261-2/+2
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).Andrew Moore1993-06-181-0/+263