[INN-COMMITTERS] inn/lib (8 files)
Russ Allbery
Russ_Allbery at isc.org
Wed Dec 25 19:48:01 UTC 2002
Date: Wednesday, December 25, 2002 @ 11:48:00
Author: rra
Path: /dist1/cvs/isc/inn/inn/lib
Added: tst.c
Modified: Makefile
Removed: tst_cleanup.c tst_delete.c tst_grow_node_free_list.c tst_init.c
tst_insert.c tst_search.c
Merge all the ternary search tree code together into one file preliminary
to assimilating it more into INN. Update the Makefile rules accordingly,
and also add a dependency so that the include directory will be built
before lib. Update dependencies.
---------------------------+
Makefile | 74 +++---
tst.c | 502 ++++++++++++++++++++++++++++++++++++++++++++
tst_cleanup.c | 59 -----
tst_delete.c | 181 ---------------
tst_grow_node_free_list.c | 73 ------
tst_init.c | 76 ------
tst_insert.c | 227 -------------------
tst_search.c | 84 -------
8 files changed, 540 insertions(+), 736 deletions(-)
More information about the inn-committers
mailing list