From 38a926250f2bb29a8ed1a105c212cb6cb787c2dc Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Thu, 11 Nov 2004 22:22:35 +0000 Subject: [PATCH] Added ChangeLog file --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..d832364 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,13 @@ +2004-08-26 Pat Thoyts + + * all: Initial checkin + * tclresolver.c: Package test using a slave sub-process. + * tclresolver2.c: First attempt at using a worker thread. + * tclresolver3.c: Improved version using a worker thread. + * resolvchk.c: Test lookup process. + * resolver.c: A resolver process. Operates as a pipe, reading + names as input and writing addresses as output. + * resolver.tcl: Tcl package to use the resolver.c process. + * demo.tcl: Sample app using tclresolver3.dll + + -- 2.23.0