summaryrefslogtreecommitdiffstats
path: root/bin/ed/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r292454, r292455pfg2015-12-261-4/+6
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-191-15/+16
* Fix some obtuse fprintf tricks in bin/ed.dim2011-12-161-16/+16
* ed(1): make WARNS=6 cleanuqs2010-03-041-6/+1
* while(0); -> while (0) in multiline macroimp2006-08-171-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-2/+2
* no need to have break; after return;charnier2005-01-161-1/+1
* Quiet warnings about copyright[].obrien2003-05-011-0/+2
* Replace various spellings with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Consistently use __FBSDIDobrien2002-06-301-4/+2
* We have a place for extern declarations of global variables in ed.h, do notjmallett2002-06-201-3/+0
* o __P has been reovedimp2002-02-021-54/+26
* o Correctly define rcsid.mike2001-08-061-63/+64
* Back out previous commit: it doesn't help anything since write_file(),dd2001-06-281-2/+2
* Don't call exit(3) from a signal handler.dd2001-06-241-2/+2
* Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneimp2001-05-291-7/+8
* Constifykris2000-11-271-1/+1
* Include sys/types.hbrian2000-10-161-0/+2
* Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.joe2000-04-301-3/+5
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Silence some warnings when building on the alpha.dfr1998-08-071-2/+2
* make signal handlers errno safeeivind1997-10-081-3/+8
* sccsid -> rcsid and fix some minor nits.steve1997-08-071-8/+7
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* -Wall cleaning.steve1996-12-141-3/+8
* Localize itache1996-08-111-10/+13
* Remove trailing whitespace.rgrimes1995-05-301-15/+15
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-9/+9
* Added $Id$dg1994-09-241-0/+2
* use umask 077 for buffer filealm1994-03-231-1/+1
* Fixed range address bug: 1,2, == 2,2 not 2,.alm1994-02-011-0/+1432
OpenPOWER on IntegriCloud