summaryrefslogtreecommitdiff
path: root/bin/cat/cat.c
AgeCommit message (Collapse)Author
2004-05-21minor cleanups / shut up lint, ok pedro teduJolan Luff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-07-04ansiTheo de Raadt
2002-03-14Fix 'cat -se'; the '$' was not being printed for blank lines.Todd C. Miller
Based on a patch from Denis Afonin.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-09-06o) __progname aria;Mike Pechkin
millert@ ok.
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be ↵Theo de Raadt
done later.. contact me if you want to help)
1997-06-18(foo *)NULL -> NULLkstailey
1996-12-14-Wall'ing.Michael Shalayeff
1996-09-28Back out last change, getopt on OpenBSD returns -1, not EOFimp
1996-09-28Fix the return value of test of getopt. It is documented to returnimp
EOF when there are no more args to process. This happens also to be a trivial difference between FreeBSD and OpenBSD which FreeBSD has right. Shouldn't break anything because EOF is #defined to be -1 on BSD systems.
1996-08-02Exit with status >0 if any error occured; from FreeBSDThorsten Lockert
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt