r4705: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 29 Apr 2003 15:25:22 +0000 (15:25 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 29 Apr 2003 15:25:22 +0000 (15:25 +0000)
debian/changelog
strings.lisp

index 9acc8881b40fbcc1f08ffffce4c3d76216106a9b..330d42599fc32ba3d7c86cf7f6839097ffd77341 100644 (file)
@@ -1,3 +1,9 @@
+cl-kmrcl (1.33-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 29 Apr 2003 09:24:35 -0600
+
 cl-kmrcl (1.32-1) unstable; urgency=low
 
   * Vary signature of DIRECT-SLOT-DEFINITION-CLASS depending on 
index 975f1e2dcaad34dd1ff7b98d12ab1975a15cbdd8..404f33a6f9bed2e6998f345bee8433ced42a3555 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: strings.lisp,v 1.14 2003/04/29 00:49:09 kevin Exp $
+;;;; $Id: strings.lisp,v 1.15 2003/04/29 15:25:22 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -191,7 +191,7 @@ list of characters and replacement strings."
 (defun escape-xml-string (string)
   "Escape invalid XML characters"
   (substitute-chars-strings 
-   string '((#\& . "&amp;") (#\> . "&gt;") (#\< . "&lt;"))))
+   string '((#\& . "&amp;") (#\> . "&gt;") (#\< . "&lt;") (#\" . "&quot;")))
 
 
 (defun make-usb8-array (len)