Update of /project/clhp/cvsroot/clhp In directory common-lisp.net:/tmp/cvs-serv31909
Modified Files: start-clcgi.lisp clhp.lisp cgi.lisp Makefile Log Message: Fixed type with my name in copyright headers
Date: Wed Oct 15 08:50:52 2003 Author: aventimiglia
Index: clhp/start-clcgi.lisp diff -u clhp/start-clcgi.lisp:1.2 clhp/start-clcgi.lisp:1.3 --- clhp/start-clcgi.lisp:1.2 Thu Sep 18 16:57:30 2003 +++ clhp/start-clcgi.lisp Wed Oct 15 08:50:52 2003 @@ -1,4 +1,4 @@ -;; $Id: start-clcgi.lisp,v 1.2 2003/09/18 20:57:30 aventimiglia Exp $ +;; $Id: start-clcgi.lisp,v 1.3 2003/10/15 12:50:52 aventimiglia Exp $ ;; ;; CLHP the Common Lisp Hypertext Preprocessor ;; (C) 2003 Anthony J Ventimiglia @@ -17,7 +17,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ;; -;; email: aventimigli@common-lisp.net +;; email: aventimiglia@common-lisp.net ;; HomePage: http://common-lisp.net/project/clhp/
;; This came from a hacked version of a program Paul Foley posted at
Index: clhp/clhp.lisp diff -u clhp/clhp.lisp:1.11 clhp/clhp.lisp:1.12 --- clhp/clhp.lisp:1.11 Wed Oct 8 11:43:33 2003 +++ clhp/clhp.lisp Wed Oct 15 08:50:52 2003 @@ -1,5 +1,5 @@ (ext:file-comment - "$Id: clhp.lisp,v 1.11 2003/10/08 15:43:33 aventimiglia Exp $") + "$Id: clhp.lisp,v 1.12 2003/10/15 12:50:52 aventimiglia Exp $") ;; ;; CLHP the Common Lisp Hypertext Preprocessor ;; (C) 2003 Anthony J Ventimiglia @@ -18,7 +18,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ;; -;; email: aventimigli@common-lisp.net +;; email: aventimiglia@common-lisp.net ;; HomePage: http://common-lisp.net/project/clhp/
(eval-when (:compile-toplevel) @@ -39,7 +39,7 @@ ;; will override the CVS keyword (defconstant *CLHP-VERSION* #.(or nil ; Set this for releases - (let* ((trimmed (string-trim "$ Date:" "$Date: 2003/10/08 15:43:33 $")) + (let* ((trimmed (string-trim "$ Date:" "$Date: 2003/10/15 12:50:52 $")) (date (subseq trimmed 0 (search " " trimmed)))) (concatenate 'string (subseq date 0 4)
Index: clhp/cgi.lisp diff -u clhp/cgi.lisp:1.8 clhp/cgi.lisp:1.9 --- clhp/cgi.lisp:1.8 Tue Oct 14 18:47:30 2003 +++ clhp/cgi.lisp Wed Oct 15 08:50:52 2003 @@ -1,4 +1,4 @@ -#+cmu (ext:file-comment "$Id: cgi.lisp,v 1.8 2003/10/14 22:47:30 aventimiglia Exp $") +#+cmu (ext:file-comment "$Id: cgi.lisp,v 1.9 2003/10/15 12:50:52 aventimiglia Exp $") ;; ;; CLHP the Common Lisp Hypertext Preprocessor ;; (C) 2003 Anthony J Ventimiglia @@ -17,7 +17,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ;; -;; email: aventimigli@common-lisp.net +;; email: aventimiglia@common-lisp.net ;; HomePage: http://common-lisp.net/project/clhp/
(defpackage :cgi
Index: clhp/Makefile diff -u clhp/Makefile:1.9 clhp/Makefile:1.10 --- clhp/Makefile:1.9 Thu Oct 2 22:44:30 2003 +++ clhp/Makefile Wed Oct 15 08:50:52 2003 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2003/10/03 02:44:30 aventimiglia Exp $ +# $Id: Makefile,v 1.10 2003/10/15 12:50:52 aventimiglia Exp $ # # CLHP the Common Lisp Hypertext Preprocessor # (C) 2003 Anthony J Ventimiglia @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# email: aventimigli@common-lisp.net +# email: aventimiglia@common-lisp.net # HomePage: http://common-lisp.net/project/clhp/
# This is where lisp sources will be installed