summaryrefslogtreecommitdiff
path: root/bin/ed/main.c
AgeCommit message (Expand)Author
2024-02-13ed(1): Fix grammar in commentChia-Jung Chang
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-11-04Drop ed(1) "crypto"Conrad Meyer
2017-07-03ed(1): Allow the omission of one address in (.,.) and (.;.) address rangesPedro F. Giffuni
2016-12-12ed(1): Prevent possible overflows during allocation.Pedro F. Giffuni
2015-12-18ed(1): Prevent possible string overflowsPedro F. Giffuni
2015-12-18ed(1): Prevent possible string overflowsPedro F. Giffuni
2012-10-19Fix warnings found by -Wmising-variable-declarations.Ed Schouten
2011-12-16Fix some obtuse fprintf tricks in bin/ed.Dimitry Andric
2010-03-04ed(1): make WARNS=6 cleanUlrich Spörlein
2006-08-17while(0); -> while (0) in multiline macroWarner Losh
2005-02-09Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2005-01-16no need to have break; after return;Philippe Charnier
2003-05-01Quiet warnings about copyright[].David E. O'Brien
2002-08-25Replace various spellings with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-06-30Consistently use __FBSDIDDavid E. O'Brien
2002-06-20We have a place for extern declarations of global variables in ed.h, do notJuli Mallett
2002-02-02o __P has been reovedWarner Losh
2001-08-06o Correctly define rcsid.Mike Barcroft
2001-06-28Back out previous commit: it doesn't help anything since write_file(),Dima Dorfman
2001-06-24Don't call exit(3) from a signal handler.Dima Dorfman
2001-05-29Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneWarner Losh
2000-11-27ConstifyKris Kennaway
2000-10-16Include sys/types.hBrian Somers
2000-04-30Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.Josef Karthauser
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1998-08-07Silence some warnings when building on the alpha.Doug Rabson
1997-10-08make signal handlers errno safeEivind Eklund
1997-08-07sccsid -> rcsid and fix some minor nits.Steve Price
1997-03-28compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-14-Wall cleaning.Steve Price
1996-08-11Localize itAndrey A. Chernov
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-03-19You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch
1994-09-24Added $Id$David Greenman
1994-03-23use umask 077 for buffer fileAndrew Moore
1994-02-01Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore