Tue Mar 5 01:44:35 2013 UTC ()
Use arrays instead of lists for path searching.


(dholland)
diff -r1.4 -r1.5 othersrc/usr.bin/dholland-make2/arch.c
diff -r1.4 -r1.5 othersrc/usr.bin/dholland-make2/main.c
diff -r1.4 -r1.5 othersrc/usr.bin/dholland-make2/parse.c
diff -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/cond.c
diff -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/nonints.h
diff -r1.3 -r1.4 othersrc/usr.bin/dholland-make2/dir.c
diff -r1.1.1.1 -r1.2 othersrc/usr.bin/dholland-make2/dir.h
diff -r1.7 -r1.8 othersrc/usr.bin/dholland-make2/make.h
diff -r1.5 -r1.6 othersrc/usr.bin/dholland-make2/suff.c
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/arch.c,v

anoncvs not yet been updated
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/main.c,v

anoncvs not yet been updated
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/parse.c,v

anoncvs not yet been updated
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/cond.c,v

anoncvs not yet been updated
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/nonints.h,v

anoncvs not yet been updated
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/dir.c,v

anoncvs not yet been updated
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/dir.h,v

anoncvs not yet been updated
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/make.h,v

anoncvs not yet been updated
Tue Mar 5 10:44:35 2013
Thu Jan 1 09:00:00 1970
othersrc/usr.bin/dholland-make2/suff.c,v

anoncvs not yet been updated

cvs diff -r1.4 -r1.5 othersrc/usr.bin/dholland-make2/arch.c (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/arch.c unknown 1.4
+++ othersrc/usr.bin/dholland-make2/arch.c unknown 1.5

cvs diff -r1.4 -r1.5 othersrc/usr.bin/dholland-make2/main.c (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/main.c unknown 1.4
+++ othersrc/usr.bin/dholland-make2/main.c unknown 1.5

cvs diff -r1.4 -r1.5 othersrc/usr.bin/dholland-make2/parse.c (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/parse.c unknown 1.4
+++ othersrc/usr.bin/dholland-make2/parse.c unknown 1.5

cvs diff -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/cond.c (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/cond.c unknown 1.2
+++ othersrc/usr.bin/dholland-make2/cond.c unknown 1.3

cvs diff -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/nonints.h (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/nonints.h unknown 1.2
+++ othersrc/usr.bin/dholland-make2/nonints.h unknown 1.3

cvs diff -r1.3 -r1.4 othersrc/usr.bin/dholland-make2/dir.c (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/dir.c unknown 1.3
+++ othersrc/usr.bin/dholland-make2/dir.c unknown 1.4

cvs diff -r1.1.1.1 -r1.2 othersrc/usr.bin/dholland-make2/dir.h (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/dir.h unknown 1.1.1.1
+++ othersrc/usr.bin/dholland-make2/dir.h unknown 1.2

cvs diff -r1.7 -r1.8 othersrc/usr.bin/dholland-make2/make.h (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/make.h unknown 1.7
+++ othersrc/usr.bin/dholland-make2/make.h unknown 1.8

cvs diff -r1.5 -r1.6 othersrc/usr.bin/dholland-make2/suff.c (expand / switch to unified diff)

--- othersrc/usr.bin/dholland-make2/suff.c unknown 1.5
+++ othersrc/usr.bin/dholland-make2/suff.c unknown 1.6