summaryrefslogtreecommitdiffstats
path: root/bin/ed/ed.h
Commit message (Collapse)AuthorAgeFilesLines
* Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneimp2001-05-291-8/+2
| | | | | | | error caused by the -1 being on the wrong side of the comparison. This would not cause an overflow, as near as I can tell, because we truncate later anyway. We'd just fail to get a diagnostic for 1024 and 1025 byte file names.
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Silence some warnings when building on the alpha.dfr1998-08-071-2/+2
|
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.eivind1997-12-101-2/+1
| | | | | Reorder includes to be alphabetical some places since I already was in here.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Nuked #ifdef __386BSD__ since this is not appropriate and no longer defineddg1994-11-031-4/+2
| | | | in our 2.6.1 gcc port.
* Added $Id$dg1994-09-241-0/+1
|
* use umask 077 for buffer filealm1994-03-231-9/+8
|
* Fixed range address bug: 1,2, == 2,2 not 2,.alm1994-02-011-130/+160
| | | | | Overhauled the name space, reworked some modules and removed the obsolescent Addison-Wesley copyright.
* added (unsiged) cast to avoid int overflowalm1993-08-091-1/+1
| | | | removed REGEX directive
* Consolidate mark code - no functional changes or fixes.alm1993-07-021-1/+4
|
* fixed undo within a global command (would corrupt the buffer)alm1993-06-261-2/+2
| | | | | changed move within a global to behave as in SunOS added a couple error messages
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).alm1993-06-181-0/+263
OpenPOWER on IntegriCloud