:depends-on (sb-posix sb-bsd-sockets)
:version "0.2"
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;ASDF-INSTALL;"
+ #+sb-building-contrib #p"SYS:CONTRIB;ASDF-INSTALL;"
:components ((:file "defpackage")
(:file "installer" :depends-on ("defpackage"))))
:author "Kevin Rosenberg <kevin@rosenberg.net>"
:description "An AllegroCL compatible REPL"
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-ACLREPL;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-ACLREPL;"
:components ((:file "toplevel")
(:file "repl" :depends-on ("toplevel"))
(:file "inspect" :depends-on ("repl"))
:version "0.58"
:depends-on (sb-grovel)
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-BSD-SOCKETS;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-BSD-SOCKETS;"
:components ((:file "defpackage")
(:file "split" :depends-on ("defpackage"))
#+win32
(defsystem sb-cltl2
:description "Functionality mentioned in CLtL2 but not present in ANSI."
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-CLTL2;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-CLTL2;"
:components ((:file "defpackage")
(:file "compiler-let" :depends-on ("defpackage"))
(:file "macroexpand" :depends-on ("defpackage"))
(defsystem sb-cover
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-COVER;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-COVER;"
:depends-on (sb-md5)
:components ((:file "cover")))
(defsystem sb-grovel
:version "0.01"
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-GROVEL;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-GROVEL;"
:components ((:file "defpackage")
(:file "def-to-lisp" :depends-on ("defpackage"))
(:file "foreign-glue" :depends-on ("defpackage"))))
:depends-on (sb-rotate-byte)
:version "1.8"
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-MD5;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-MD5;"
:components ((:file "md5")))
(defmethod perform :after ((o load-op) (c (eql (find-system :sb-md5))))
(defsystem sb-posix
:depends-on (sb-grovel)
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-POSIX;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-POSIX;"
:components ((:file "defpackage")
(:file "designator" :depends-on ("defpackage"))
(:file "macros" :depends-on ("designator"))
(defsystem sb-rotate-byte
:version "0.1"
#+sb-building-contrib :pathname
- #+sb-building-contrib #.(logical-pathname "SYS:CONTRIB;SB-ROTATE-BYTE;")
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-ROTATE-BYTE;"
:components
((:file "package")
(:file "compiler" :depends-on ("package"))
(:file "ppc-vm"
:in-order-to ((compile-op (feature :ppc)))))
:pathname
- #+sb-building-contrib #.(logical-pathname "SYS:CONTRIB;SB-ROTATE-BYTE;")
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-ROTATE-BYTE;"
#-sb-building-contrib #.(make-pathname :directory '(:relative))
:if-component-dep-fails :ignore)
(:file "rotate-byte" :depends-on ("compiler"))))
(defsystem sb-rt
:version "0.1.7" ; our version "0", GCL CVS version "1.7"
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-RT;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-RT;"
:components ((:file "rt")))
(defmethod perform :after ((o load-op) (c (eql (find-system :sb-rt))))
(defsystem sb-simple-streams
:depends-on (sb-bsd-sockets sb-posix)
#+sb-building-contrib :pathname
- #+sb-building-contrib "SYS:CONTRIB;SB-SIMPLE-STREAMS;"
+ #+sb-building-contrib #p"SYS:CONTRIB;SB-SIMPLE-STREAMS;"
:components ((:file "package")
(:file "fndb")
(:file "iodefs" :depends-on ("package"))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.39.19"
+"1.0.39.20"