Update of /project/cells/cvsroot/cells/utils-kt In directory clnet:/tmp/cvs-serv6035/utils-kt
Modified Files: utils-kt.asd utils-kt.lpr Log Message: Mostly someone screwing with file creation dates, but also a profound change to handling of cell currency in the face of model quiescence. See list (or code remarks re :uncurrent) for deets.
--- /project/cells/cvsroot/cells/utils-kt/utils-kt.asd 2005/05/06 21:05:56 1.1 +++ /project/cells/cvsroot/cells/utils-kt/utils-kt.asd 2006/10/17 21:28:40 1.2 @@ -16,11 +16,13 @@ :licence "MIT Style" :description "Kenny's Utilities" :long-description "Low-level utilities used by all of Kenny's projects" + :serial t :components ((:file "defpackage") (:file "debug") - (:file "detritus") (:file "flow-control") - (:file "strings"))) + (:file "detritus") + (:file "strings") + (:file "datetime")))
(defmethod perform ((o load-op) (c (eql (find-system :utils-kt)))) ; (pushnew "CELLS" *modules* :test #'string=) --- /project/cells/cvsroot/cells/utils-kt/utils-kt.lpr 2006/09/03 13:41:10 1.18 +++ /project/cells/cvsroot/cells/utils-kt/utils-kt.lpr 2006/10/17 21:28:40 1.19 @@ -1,4 +1,4 @@ -;; -*- lisp-version: "8.0 [Windows] (Aug 24, 2006 21:48)"; cg: "1.81"; -*- +;; -*- lisp-version: "8.0 [Windows] (Oct 17, 2006 12:56)"; cg: "1.81"; -*-
(in-package :cg-user)