aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/main.c
Commit message (Expand)AuthorAgeFilesLines
* while(0); -> while (0) in multiline macroWarner Losh2006-08-171-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+2
* no need to have break; after return;Philippe Charnier2005-01-161-1/+1
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-0/+2
* Replace various spellings with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-4/+2
* We have a place for extern declarations of global variables in ed.h, do notJuli Mallett2002-06-201-3/+0
* o __P has been reovedWarner Losh2002-02-021-54/+26
* o Correctly define rcsid.Mike Barcroft2001-08-061-63/+64
* Back out previous commit: it doesn't help anything since write_file(),Dima Dorfman2001-06-281-2/+2
* Don't call exit(3) from a signal handler.Dima Dorfman2001-06-241-2/+2
* Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneWarner Losh2001-05-291-7/+8
* ConstifyKris Kennaway2000-11-271-1/+1
* Include sys/types.hBrian Somers2000-10-161-0/+2
* Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.Josef Karthauser2000-04-301-3/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Silence some warnings when building on the alpha.Doug Rabson1998-08-071-2/+2
* make signal handlers errno safeEivind Eklund1997-10-081-3/+8
* sccsid -> rcsid and fix some minor nits.Steve Price1997-08-071-8/+7
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* 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-3/+8
* Localize itAndrey A. Chernov1996-08-111-10/+13
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-15/+15
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-9/+9
* Added $Id$David Greenman1994-09-241-0/+2
* use umask 077 for buffer fileAndrew Moore1994-03-231-1/+1
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-011-0/+1432