History log of /openbsd-src/usr.bin/wc/wc.c (Results 26 – 32 of 32)
Revision Date Author Comments
# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# c0932ef1 19-Nov-2001 mpech <mpech@openbsd.org>

kill more registers

millert@ ok


# c3e1e82e 12-Jul-2001 deraadt <deraadt@openbsd.org>

first pass at a -Wall cleanup


# 8793f6fc 02-Feb-1999 millert <millert@openbsd.org>

Remove useless cast to quad_t. Gcc thinks "%qd" in printf is the same as "%lld" so we get a warning on alpha with -Wall. Live with it.


# 5ca607fa 02-Feb-1999 millert <millert@openbsd.org>

o Some minor updates from lite2 (mostly in the man page)
o Add support for large files by using quads as counters


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


12