adjust to ohash being in libutil now, and to the interface changes.
authorespie <espie@openbsd.org>
Mon, 12 May 2014 19:11:19 +0000 (19:11 +0000)
committerespie <espie@openbsd.org>
Mon, 12 May 2014 19:11:19 +0000 (19:11 +0000)
commite2ff9f51c4bdec7286268301a0b307c3fa01b31e
treee97fc6cc09ac37e54f1078fd05e6092372c5a3de
parent42dcb487124b72431b966827e39770df4dd1c0c3
adjust to ohash being in libutil now, and to the interface changes.
fix potential integer overflows in memory allocation (mostly for pedagogical
purposes, these are unlikely to overflow in practice)
move the rest of lst.lib stuff into its own directory.
26 files changed:
usr.bin/m4/Makefile
usr.bin/m4/extern.h
usr.bin/m4/gnum4.c
usr.bin/m4/look.c
usr.bin/m4/main.c
usr.bin/m4/misc.c
usr.bin/make/Makefile
usr.bin/make/arch.c
usr.bin/make/dir.c
usr.bin/make/garray.h
usr.bin/make/lst.lib/Makefile.inc [new file with mode: 0644]
usr.bin/make/lst.lib/lst.h [new file with mode: 0644]
usr.bin/make/lst.lib/lst_t.h [new file with mode: 0644]
usr.bin/make/memory.c
usr.bin/make/memory.h
usr.bin/make/str.c
usr.bin/make/suff.c
usr.bin/make/targ.c
usr.bin/make/targequiv.c
usr.bin/make/var.c
usr.bin/make/varmodifiers.c
usr.bin/mandoc/Makefile
usr.bin/mandoc/mandocdb.c
usr.bin/mandoc/mansearch.c
usr.bin/tsort/Makefile
usr.bin/tsort/tsort.c