| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence some warnings when building on the alpha. | Doug Rabson | 1998-08-07 | 3 | -6/+6 |
* | Fix use of -man macro, correct description of the behaviour of the `+n' | Joseph Koshy | 1998-07-21 | 1 | -8/+3 |
* | Convert to mdoc. | Philippe Charnier | 1998-05-13 | 1 | -544/+441 |
* | Fixed existence test for secure sources (don't test for secure objects). | Bruce Evans | 1998-03-06 | 1 | -4/+4 |
* | Ensure stdout is line buffered. | Wolfgang Helbig | 1997-12-31 | 2 | -3/+7 |
* | Remove simultaneous include of <sys/param.h> and <sys/types.h>. | Eivind Eklund | 1997-12-10 | 1 | -2/+1 |
* | Un-clobber mktemp->mkstemp patch. | Eivind Eklund | 1997-10-09 | 1 | -3/+2 |
* | make signal handlers errno safe | Eivind Eklund | 1997-10-08 | 1 | -3/+8 |
* | mktemp -> mkstemp | Eivind Eklund | 1997-10-08 | 1 | -2/+3 |
* | fix misspelling | John-Mark Gurney | 1997-08-30 | 1 | -2/+2 |
* | sccsid -> rcsid and fix some minor nits. | Steve Price | 1997-08-07 | 8 | -21/+46 |
* | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-28 | 1 | -2/+2 |
* | Use mkstemp rather than mktemp to prevent races. | Warner Losh | 1997-03-24 | 1 | -4/+8 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 17 | -17/+17 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 17 | -17/+17 |
* | -Wall cleaning. | Steve Price | 1996-12-14 | 8 | -17/+22 |
* | delete doubled words, e.g.: "the the" -> "the" | Wolfram Schneider | 1996-10-05 | 1 | -2/+2 |
* | add forgotten $Id$ | Wolfram Schneider | 1996-09-22 | 3 | -0/+6 |
* | [HISTORY] command appeared in Version 1 AT&T UNIX | Wolfram Schneider | 1996-08-29 | 1 | -1/+6 |
* | Localize it | Andrey A. Chernov | 1996-08-11 | 2 | -12/+14 |
* | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 1 | -2/+2 |
* | Output line count to stdout. Complies to POSIX.2. | Thomas Gellekum | 1996-05-23 | 1 | -3/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm | 1995-12-30 | 2 | -0/+0 |
* | Wrong library was picked by ed | Andrey A. Chernov | 1995-10-22 | 1 | -3/+3 |
* | Correctly build the secure ed(1) only if secure/ exists. | Mark Murray | 1995-10-03 | 1 | -2/+2 |
* | Use the same make technique as passwd and xntpd for the secure ed(1). This | Mark Murray | 1995-10-01 | 1 | -2/+9 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 5 | -26/+26 |
* | You will find enclosed some changes to make gcc -Wall more happy in | Joerg Wunsch | 1995-03-19 | 6 | -24/+31 |
* | fixed `s' to set dot to last line affected, not the last line in | Andrew Moore | 1995-01-14 | 1 | -1/+4 |
* | src/bin/ed will never build DES encumbered ed again. That is the job | Jordan K. Hubbard | 1994-12-18 | 1 | -7/+1 |
* | Nuked #ifdef __386BSD__ since this is not appropriate and no longer defined | David Greenman | 1994-11-03 | 1 | -4/+2 |
* | Don't check existence of -lcrypt to decide if DES is employed, | Poul-Henning Kamp | 1994-10-29 | 1 | -2/+2 |
* | Added $Id$ | David Greenman | 1994-09-24 | 14 | -0/+25 |
* | Submitted by: phk | Poul-Henning Kamp | 1994-07-23 | 3 | -1/+21 |
* | Fix gross spelling and typographical errors pointed out by Keith Bostic. | Jordan K. Hubbard | 1994-04-24 | 1 | -2/+2 |
* | use umask 077 for buffer file | Andrew Moore | 1994-03-23 | 11 | -26/+255 |
* | Fixed range address bug: 1,2, == 2,2 not 2,. | Andrew Moore | 1994-02-01 | 22 | -487/+2782 |
* | Renamed some files that were giving SUP trouble. | Andrew Moore | 1993-08-27 | 13 | -1/+46 |
* | Only a single slash (/) is now necessary to repeat a search as per Theo's | Andrew Moore | 1993-08-27 | 1 | -5/+2 |
* | Nullify pattern after failed regcomp | Andrew Moore | 1993-08-16 | 1 | -1/+2 |
* | added (unsiged) cast to avoid int overflow | Andrew Moore | 1993-08-09 | 4 | -10/+2 |
* | Remove -I${.CURDIR}, as we now use system's regex.h | J.T. Conklin | 1993-08-02 | 1 | -1/+1 |
* | Use ./foo.sh, so scripts work if . is not in $PATH. | J.T. Conklin | 1993-08-02 | 1 | -2/+2 |
* | Use system's posix compliant regex library (GNU regex for now). | J.T. Conklin | 1993-08-02 | 1 | -3/+5 |
* | Libcrypt upgrade | Nate Williams | 1993-07-20 | 1 | -1/+8 |
* | Consolidate mark code - no functional changes or fixes. | Andrew Moore | 1993-07-02 | 2 | -2/+41 |
* | fixed undo within a global command (would corrupt the buffer) | Andrew Moore | 1993-06-26 | 11 | -17/+76 |
* | POSIX ed version 0.6 by Andrew Moore (alm@netcom.com). | Andrew Moore | 1993-06-18 | 148 | -0/+2811 |