From cf8a759591bf739d5ee6bb5c6b265ff977cfcf10 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 6 Aug 1996 14:04:23 +0000 Subject: [PATCH] First version of a simple Tcl robot. --- Makefile.in | 2 +- configure.in | 2 +- hswitch.c | 2 +- init.c | 2 +- robot.tcl | 2 +- tclmain.c | 2 +- tclrobot.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7729bb4..cd51128 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # Makefile for Tcl Web Robot -# $Id: Makefile.in,v 1.1 1996/08/06 14:04:22 adam Exp $ +# $Id: Makefile.in,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $ SHELL=/bin/sh # Version diff --git a/configure.in b/configure.in index b755929..cac3563 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Web robot toolkit for tcl dnl (c) Index Data 1996 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.1 1996/08/06 14:04:22 adam Exp $ +dnl $Id: configure.in,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $ AC_INIT(tclrobot.h) CC=${CC-cc} dnl ------ Substitutions diff --git a/hswitch.c b/hswitch.c index e631c1c..a65f4ed 100644 --- a/hswitch.c +++ b/hswitch.c @@ -1,5 +1,5 @@ /* - * $Id: hswitch.c,v 1.1 1996/08/06 14:04:22 adam Exp $ + * $Id: hswitch.c,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $ */ #include #include diff --git a/init.c b/init.c index b3f7509..7fb69c9 100644 --- a/init.c +++ b/init.c @@ -1,5 +1,5 @@ /* - * $Id: init.c,v 1.1 1996/08/06 14:04:22 adam Exp $ + * $Id: init.c,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $ */ #include "tclrobot.h" diff --git a/robot.tcl b/robot.tcl index b2a7224..f2c8321 100755 --- a/robot.tcl +++ b/robot.tcl @@ -1,5 +1,5 @@ # -# $Id: robot.tcl,v 1.1 1996/08/06 14:04:22 adam Exp $ +# $Id: robot.tcl,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $ # proc RobotFileNext {area} { if {[catch {set ns [glob $area/*]}]} { diff --git a/tclmain.c b/tclmain.c index e99c71e..ccf212c 100644 --- a/tclmain.c +++ b/tclmain.c @@ -1,5 +1,5 @@ /* - * $Id: tclmain.c,v 1.1 1996/08/06 14:04:22 adam Exp $ + * $Id: tclmain.c,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $ */ #include "tclrobot.h" diff --git a/tclrobot.h b/tclrobot.h index a582f62..69e69b8 100644 --- a/tclrobot.h +++ b/tclrobot.h @@ -1,5 +1,5 @@ /* - * $Id: tclrobot.h,v 1.1 1996/08/06 14:04:22 adam Exp $ + * $Id: tclrobot.h,v 1.1.1.1 1996/08/06 14:04:23 adam Exp $ */ #include -- 1.7.10.4