History log of /netbsd-current/bin/ed/io.c
Revision Date Author Comments
# 1.10 22-Mar-2014 dholland

sprintf considered harmful


# 1.9 23-May-2011 joerg

branches: 1.9.4; 1.9.10;
Conditionalize printfs instead of using conditional empty format
strings.


# 1.8 26-Jun-2005 christos

sprinkle a little const, and now everything compiles with WARNS=3


# 1.7 17-Feb-2005 xtraeme

Kill __P(), use ANSI function declarations.


# 1.6 17-Apr-2000 christos

make this compile without -DBACKWARDS [someone deleted an unused variable
that was not always unused]


# 1.5 04-Apr-2000 thorpej

Back out the incorrect change in revision 1.11 of main.c, and actually
fix the problem it meant to address by putting extern declarations into
ed.h.


# 1.4 20-Jul-1997 thorpej

- Use __RCSID() and __COPYRIGHT().
- Fix (all but two) compiler warnings.


# 1.3 09-Jan-1997 tls

kill use of register


# 1.2 21-Mar-1995 cgd

convert to new RCS id conventions.


# 1.1 19-Feb-1994 alm

`s3' applies the last substitution to the 3rd (or nth) match.
Split up the code to several files.


# 1.9.10.1 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.9.4.1 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")