OpenBSD CVS

CVS log for src/usr.bin/error/Attic/main.c


[BACK] Up to [local] / src / usr.bin / error

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11, Mon Jul 14 02:21:37 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
FILE REMOVED

toast this piece of junk

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 10 22:20:46 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +8 -15 lines
Diff to previous 1.9 (colored)

mostly ansi cleanup; pval ok

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:07 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.8: +3 -7 lines
Diff to previous 1.8 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 14 21:35:00 2002 UTC (21 years, 11 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

spelling; from Brian Poole <raj@cerias.purdue.edu>

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 14 06:51:41 2002 UTC (22 years, 2 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Remove \n from err/errx/warn/warnx().

millert@ ok

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 12 05:17:02 2001 UTC (22 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.5: +6 -2 lines
Diff to previous 1.5 (colored)

first pass at a -Wall cleanup

Revision 1.3.8.1 / (download) - annotate - [select for diffs], Fri Oct 6 21:16:12 2000 UTC (23 years, 7 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Pull in patch from current (even more to come):
Fix (millert):
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
constant).  These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).

Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 12 02:32:49 2000 UTC (23 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.4: +115 -78 lines
Diff to previous 1.4 (colored)

- Convert to using getopt().
- Sync man page options with actual program/usage.
- KNF.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 30 16:00:12 2000 UTC (23 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

warnx?/errx? paranoia (use "%s" not a bare string unless it is a
constant).  These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 10 14:09:55 1998 UTC (25 years, 10 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Branch point for: OPENBSD_2_7
Changes since 1.2: +8 -20 lines
Diff to previous 1.2 (colored)

use err/warn

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 26 05:32:44 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:45:06 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:45:06 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.