First version of a simple Tcl robot. Index index00
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Aug 1996 14:04:23 +0000 (14:04 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Aug 1996 14:04:23 +0000 (14:04 +0000)
Makefile.in
configure.in
hswitch.c
init.c
robot.tcl
tclmain.c
tclrobot.h

index 7729bb4..cd51128 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for Tcl Web Robot
 # 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
 SHELL=/bin/sh
 
 # Version
index b755929..cac3563 100644 (file)
@@ -1,7 +1,7 @@
 dnl Web robot toolkit for tcl
 dnl (c) Index Data 1996
 dnl See the file LICENSE for details.
 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
 AC_INIT(tclrobot.h)
 CC=${CC-cc}
 dnl ------ Substitutions
index e631c1c..a65f4ed 100644 (file)
--- 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 <assert.h>
 #include <string.h>
  */
 #include <assert.h>
 #include <string.h>
diff --git a/init.c b/init.c
index b3f7509..7fb69c9 100644 (file)
--- 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"
 
  */
 #include "tclrobot.h"
 
index b2a7224..f2c8321 100755 (executable)
--- 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/*]}]} {
 #
 proc RobotFileNext {area} {
     if {[catch {set ns [glob $area/*]}]} {
index e99c71e..ccf212c 100644 (file)
--- 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"
  */
 
 #include "tclrobot.h"
index a582f62..69e69b8 100644 (file)
@@ -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 <tcl.h>
 
  */
 #include <tcl.h>