local-time on sbcl-0.9.9-darwin-ppc - Details

Author:Daniel Lowe <dlowe@sanctuary.org>
Version:0.5.0
Description:A library for manipulating dates and times, based on a paper by Erik Naggum
Started at:2006-04-16 01:12:40
Ended at:2006-04-16 01:12:53
Elapsed time (seconds):13
Most recent change:2006-04-03 22:07:26
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/local-time-0.8/README

REPL Output

;;; ASDF-INSTALL: Downloading 74735 bytes from http://www.bitmuse.com/code/local-time-0.8.tar.gz to /Users/gwking/temporary/asdf-test/LOCAL-TIME.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/LOCAL-TIME.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
local-time-0.8/
local-time-0.8/ChangeLog
local-time-0.8/COPYING
local-time-0.8/CREDITS
local-time-0.8/local-time.asd
local-time-0.8/INSTALL
local-time-0.8/README
local-time-0.8/TODO
local-time-0.8/local-time-test.asd
local-time-0.8/local-time-test.fasl
local-time-0.8/local-time-test.lisp
local-time-0.8/local-time.fasl
local-time-0.8/local-time.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/local-time-0.8/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/local-time-0.8/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/local-time-0.8/local-time.lisp" (written 03 APR 2006 10:02:16 PM):
; compiling (DEFPACKAGE LOCAL-TIME ...)
; compiling (IN-PACKAGE LOCAL-TIME)
; compiling (DEFPARAMETER +MONTH-NAMES+ ...)
; compiling (DEFPARAMETER +SHORT-MONTH-NAMES+ ...)
; compiling (DEFPARAMETER +MONTH-DAYS+ ...)
; compiling (DEFPARAMETER +DAY-NAMES+ ...)
; compiling (DEFPARAMETER +SHORT-DAY-NAMES+ ...)
; compiling (DEFPARAMETER +ASTRONOMICAL-JULIAN-DATE-OFFSET+ ...)
; compiling (DEFPARAMETER +MODIFIED-JULIAN-DATE-OFFSET+ ...)
; compiling (DEFSTRUCT TIMEZONE ...)
; compiling (DEFUN READ-BINARY-INTEGER ...)
; compiling (DEFUN STRING-FROM-UNSIGNED-VECTOR ...)
; compiling (DEFUN REALIZE-TIMEZONE ...)
; compiling (DEFMACRO DEFINE-TIMEZONE ...)
; compiling (DEFVAR *DEFAULT-TIMEZONE*)
; compiling (DEFINE-TIMEZONE *DEFAULT-TIMEZONE* ...)
; compiling (DEFSTRUCT LOCAL-TIME ...)
; compiling (DEFPARAMETER +UTC-ZONE+ ...)
; compiling (DEFUN UNIX-TIME ...)
; compiling (DEFUN TIMEZONE ...)
; compiling (DEFUN LOCAL-TIME-ADJUST ...)
; compiling (DEFUN ASTRONOMICAL-JULIAN-DATE ...)
; compiling (DEFUN MODIFIED-JULIAN-DATE ...)
; compiling (DEFUN LOCAL-TIME-DIFF ...)
; compiling (DEFUN LOCAL-TIME-SUM ...)
; compiling (DEFUN LOCAL-TIME-COMPARE ...)
; compiling (DEFUN MONTH-DAYS ...)
; compiling (DEFUN DECODE-MONTH ...)
; compiling (DEFUN LOCAL-TIME-DAY-OF-WEEK ...)
; compiling (DEFUN ENCODE-LOCAL-TIME ...)
; compiling (DEFUN LOCAL-TIME ...)
; compiling (DEFUN NOW ...)
; compiling (DEFUN LOCAL-TIME< ...)
; compiling (DEFUN LOCAL-TIME<= ...)
; compiling (DEFUN LOCAL-TIME> ...)
; compiling (DEFUN LOCAL-TIME>= ...)
; compiling (DEFUN LOCAL-TIME= ...)
; compiling (DEFUN LOCAL-TIME/= ...)
; compiling (DEFUN LOCAL-TIME-DESIGNATOR ...)
; compiling (DEFUN LOCAL-TIME-DECODED-DATE ...)
; compiling (DEFUN LOCAL-TIME-DECODED-TIME ...)
; compiling (DEFPARAMETER +LEAP-FACTOR+ ...)
; compiling (DEFUN DECODE-LOCAL-TIME ...)
; compiling (DEFUN SKIP-TIMESTRING-JUNK ...)
; compiling (DEFUN READ-INTEGER-STR ...)
; compiling (DEFUN READ-MILLISECOND-STR ...)
; compiling (DEFUN SPLIT-TIMESTRING-DATE ...)
; compiling (DEFUN SPLIT-TIMESTRING-TIME ...)
; compiling (DEFUN SPLIT-TIMESTRING ...)
; compiling (DEFUN PARSE-TIMESTRING ...)
; compiling (DEFUN CONSTRUCT-TIMESTRING ...)
; compiling (DEFUN FORMAT-TIMESTRING ...)
; compiling (DEFUN UNIVERSAL-TIME ...)
; compiling (DEFUN INTERNAL-TIME ...)
; compiling (DEFUN LOCAL-TIMEZONE ...)
; compiling (DEFUN READ-TIMESTRING ...)
; compiling (DEFUN READ-UNIVERSAL-TIME ...)
; compiling (DEFUN ENABLE-READ-MACROS ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/local-time-0.8/local-time.fasl written
; compilation finished in 0:00:02