X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src.lisp;h=ee5f5adc0b9dff8b9a91feb394c96abde2e14ed3;hb=ef5afb9e5286c8e952d4344f019c1a636a717b97;hp=44ec5ea47cbcf1aba5aa127633e5ec51d3bde338;hpb=7960648a3b7cff1d4f0ea2b2a5569e910c95bf91;p=puri.git diff --git a/src.lisp b/src.lisp index 44ec5ea..ee5f5ad 100644 --- a/src.lisp +++ b/src.lisp @@ -21,12 +21,10 @@ ;; but without any warranty; without even the implied warranty of ;; merchantability or fitness for a particular purpose. See the GNU ;; Lesser General Public License for more details. -;; -;; $Id$ (defpackage #:puri (:use #:cl) - #-allegro (:nicknames #:net.uri) + #-(or allegro zacl) (:nicknames #:net.uri) (:export #:uri ; the type and a function #:uri-p @@ -385,7 +383,7 @@ (defparameter *reserved-path-characters* (reserved-char-vector (append *excluded-characters* - '(#\; + '(#\; #\% ;;;;The rfc says this should be here, but it doesn't make sense. ;; #\= #\/ #\?))))