Update of /cvsroot/wisp/wisp/modules
In directory usw-pr-cvs1:/tmp/cvs-serv30450/modules
Modified Files:
arithmetics.wim cgi.wim display.wim files.wim random.wim
string-port.wim strings.wim
Log Message:
Made wisplint.wisp check that source files manifest their proper names.
Index: arithmetics.wim
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/arithmetics.wim,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- arithmetics.wim 26 Aug 2002 16:18:17 -0000 1.13
+++ arithmetics.wim 4 Sep 2002 14:31:41 -0000 1.14
@@ -1,4 +1,4 @@
-;;;; This is the arithmetics module for the Wisp interpreter.
+;;;; arithmetics.wim
;;
;; Copyleft © 2002 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
Index: cgi.wim
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/cgi.wim,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- cgi.wim 4 Sep 2002 14:29:42 -0000 1.40
+++ cgi.wim 4 Sep 2002 14:31:41 -0000 1.41
@@ -1,4 +1,4 @@
-;;;; This is the CGI interfacing module for the Wisp interpreter.
+;;;; cgi.wim - Common Gateway Interface for the Wisp interpreter
;;
;; Copyleft © 2002 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
Index: display.wim
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/display.wim,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- display.wim 4 Sep 2002 14:25:33 -0000 1.9
+++ display.wim 4 Sep 2002 14:31:41 -0000 1.10
@@ -1,4 +1,4 @@
-;;;; display.wisp - Displaying
+;;;; display.wim - the R5RS |display| procedure
;;
;; Copyleft © 2001 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
Index: files.wim
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/files.wim,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- files.wim 31 Aug 2002 14:28:26 -0000 1.40
+++ files.wim 4 Sep 2002 14:31:41 -0000 1.41
@@ -1,4 +1,4 @@
-;;;; This is the file operations module for the Wisp interpreter.
+;;;; files.wim
;;
;; Copyleft © 2002 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
Index: random.wim
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/random.wim,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- random.wim 26 Aug 2002 16:18:19 -0000 1.23
+++ random.wim 4 Sep 2002 14:31:41 -0000 1.24
@@ -1,4 +1,4 @@
-;;;; This is the random number module for the Wisp interpreter.
+;;;; random.wim
;;
;; Copyleft © 2002 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
Index: string-port.wim
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/string-port.wim,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- string-port.wim 26 Aug 2002 16:18:19 -0000 1.13
+++ string-port.wim 4 Sep 2002 14:31:41 -0000 1.14
@@ -1,4 +1,4 @@
-;;;; This module implements the SRFI-6 general string ports.
+;;;; string-port.wim - general string ports of SRFI-6
;;
;; Copyleft © 2000 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
Index: strings.wim
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/strings.wim,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- strings.wim 26 Aug 2002 16:18:19 -0000 1.67
+++ strings.wim 4 Sep 2002 14:31:41 -0000 1.68
@@ -1,4 +1,4 @@
-;;;; This is the stringbending module for the Wisp interpreter.
+;;;; strings.wim
;;
;; Copyleft © 2002 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
|