aboutsummaryrefslogtreecommitdiff
path: root/bin/ed
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Properly declare the multiple-columns list.Ruslan Ermilov2000-11-061-1/+1
* Finish conversion from man(7) to mdoc(7).Ruslan Ermilov2000-11-061-9/+13
* Include sys/types.hBrian Somers2000-10-162-0/+4
* Locale support was added by ache long ago.Sheldon Hearn2000-07-171-4/+2
* Supply only one author name per instance of %A, as per mdoc.samples(7).Sheldon Hearn2000-05-101-1/+2
* Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.Josef Karthauser2000-04-301-3/+5
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-4/+8
* Change DISTRIBUTION name to match reality.Mark Murray2000-02-291-1/+1
* Add `.Nm red' to NAME section.Alexey Zelkin2000-01-101-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2717-17/+17
* Various spelling/formatting changes.Kris Kennaway1999-05-083-6/+6
* Silence some warnings when building on the alpha.Doug Rabson1998-08-073-6/+6
* Fix use of -man macro, correct description of the behaviour of the `+n'Joseph Koshy1998-07-211-8/+3
* Convert to mdoc.Philippe Charnier1998-05-131-544/+441
* Fixed existence test for secure sources (don't test for secure objects).Bruce Evans1998-03-061-4/+4
* Ensure stdout is line buffered.Wolfgang Helbig1997-12-312-3/+7
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-101-2/+1
* Un-clobber mktemp->mkstemp patch.Eivind Eklund1997-10-091-3/+2
* make signal handlers errno safeEivind Eklund1997-10-081-3/+8
* mktemp -> mkstempEivind Eklund1997-10-081-2/+3
* fix misspellingJohn-Mark Gurney1997-08-301-2/+2
* sccsid -> rcsid and fix some minor nits.Steve Price1997-08-078-21/+46
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Use mkstemp rather than mktemp to prevent races.Warner Losh1997-03-241-4/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2217-17/+17
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1417-17/+17
* -Wall cleaning.Steve Price1996-12-148-17/+22
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+2
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+6
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+6
* Localize itAndrey A. Chernov1996-08-112-12/+14
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
* Output line count to stdout. Complies to POSIX.2.Thomas Gellekum1996-05-231-3/+3
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-0/+0
* Wrong library was picked by edAndrey A. Chernov1995-10-221-3/+3
* Correctly build the secure ed(1) only if secure/ exists.Mark Murray1995-10-031-2/+2
* Use the same make technique as passwd and xntpd for the secure ed(1). ThisMark Murray1995-10-011-2/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-26/+26
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-196-24/+31
* fixed `s' to set dot to last line affected, not the last line inAndrew Moore1995-01-141-1/+4
* src/bin/ed will never build DES encumbered ed again. That is the jobJordan K. Hubbard1994-12-181-7/+1
* Nuked #ifdef __386BSD__ since this is not appropriate and no longer definedDavid Greenman1994-11-031-4/+2
* Don't check existence of -lcrypt to decide if DES is employed,Poul-Henning Kamp1994-10-291-2/+2
* Added $Id$David Greenman1994-09-2414-0/+25
* Submitted by: phkPoul-Henning Kamp1994-07-233-1/+21
* Fix gross spelling and typographical errors pointed out by Keith Bostic.Jordan K. Hubbard1994-04-241-2/+2
* use umask 077 for buffer fileAndrew Moore1994-03-2311-26/+255
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-0122-487/+2782
* Renamed some files that were giving SUP trouble.Andrew Moore1993-08-2713-1/+46