summaryrefslogtreecommitdiff
path: root/bin/ed/io.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-11-04Drop ed(1) "crypto"Conrad Meyer
2016-05-25Close the input FILE * in read_file() and the output FILE * in write_file()Don Lewis
2012-10-19More -Wmissing-variable-declarations fixes.Ed Schouten
2012-10-19Fix warnings found by -Wmising-variable-declarations.Ed Schouten
2011-12-16Fix some obtuse fprintf tricks in bin/ed.Dimitry Andric
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-06-30Consistently use __FBSDIDDavid E. O'Brien
2002-02-02o __P has been reovedWarner Losh
2001-08-06o Correctly define rcsid.Mike Barcroft
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1997-08-07sccsid -> rcsid and fix some minor nits.Steve Price
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-05-23Output line count to stdout. Complies to POSIX.2.Thomas Gellekum
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