r5478: *** empty log message ***
[kmrcl.git] / package.lisp
index 16b5ed029a27ab65db28e4184530573d9e352377..f42dec56f13d339b57fb78b7b2a7316bbb03a1a5 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.53 2003/07/21 00:52:56 kevin Exp $
+;;;; $Id: package.lisp,v 1.57 2003/08/09 21:42:43 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -25,6 +25,7 @@
    #:ensure-integer
    #:mklist
    #:filter
+   #:map-and-remove-nils
    #:appendnew
    #:memo-proc
    #:memoize
@@ -52,8 +53,8 @@
    #:count-string-char
    #:count-string-char-if
    #:hexchar
-   #:escape-uri-field
-   #:unescape-uri-field
+   #:uriencode-string
+   #:uridecode-string
    #:non-alphanumericp
    #:random-string
    #:first-char
    #:it
    #:mac
    #:mv-bind
+   #:deflex
    
    ;; files.lisp
    #:print-file-contents
    
    ;; fformat.lisp
    #:fformat
+
+   ;; os.lisp
+   #:run-shell-command
    
    ))