X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=d35299880993a55f7852b1f7ea220634f826ed61;hb=c61966ea4ea1f60f5d093c6112543fabed399b97;hp=7499e2566e453186a341cddc08451251c75b9593;hpb=6729a4cf6ca2361b36a8ada705e7325b62c2fe54;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 7499e25..d352998 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.39 2003/06/15 07:48:30 kevin Exp $ +;;;; $Id: package.lisp,v 1.42 2003/06/18 01:00:52 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -54,11 +54,17 @@ #:hexchar #:escape-uri-field #:non-alphanumericp + #:random-string + #:first-char + #:last-char #:flatten - + + ;; io.lisp #:indent-spaces + #:indent-html-spaces #:print-n-chars + #:print-n-strings #:print-list #:print-rows #:file-subst @@ -177,6 +183,15 @@ cmsg-add cmsg-remove fixme + + ;; assoc + #:alist-elem-p + #:alistp + #:get-alist + #:update-alist + #:alist-plist + #:plist-alist + #:get-plist ))