OpenBSD CVS

CVS log for src/usr.bin/sup/src/Attic/ci.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6, Fri May 4 22:16:14 2001 UTC (23 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
FILE REMOVED

o kill register
o lots of KNF
o passes -Wall
o fix some [ug]id_t vs. int issues
o use strlcpy/strlcat in favor of strncpy/strncat
o use mem* routines everywhere instead of old b* ones
o marked several questionable things for later fixing
o kill ci.c and cvt.c -- we don't use them
o kill read_line.c since it requires fgetln() (bad for portability)
o kill salloc.c since it is the same as strup()
o Replaced some #ifdef __OpenBSD__ with better tests
o remaining problems: malloc return values are rarely checked, select misuse

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 16 10:42:49 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

snprintf this thing

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 18 03:11:29 1997 UTC (26 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

#include <string.h> not <strings.h> -- Yes, I'm a weanie...

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 17 07:13:18 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +7 -7 lines
Diff to previous 1.2 (colored)

r?index -> strr?chr

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 26 05:39:38 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

rcsid

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 16 11:46:42 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN

add sup to the tree

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.