~ubuntu-branches/ubuntu/wily/cl-asdf/wily

« back to all changes in this revision

Viewing changes to source-registry.lisp

  • Committer: Package Import Robot
  • Author(s): Francois-Rene Rideau
  • Date: 2013-10-22 22:30:12 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20131022223012-h791r9tas7r6la9m
Tags: 2:3.0.3-1
New release:
* Run-program much improved, with a slight backward incompatibility.
  See the new documentation about it.
* Portability enhanced, with more robust Windows support,
  plus patches for CCL, CLISP, LispWorks, XCL.
* UIOP improved, with a README, more docstrings, a few new functions
  (println, writeln, stripln, ensure-gethash, vomit-output-stream),
  and bugfixes (to ensure-function, with-temporary-file, split-string).
* Debian installations that don't export XDG_DATA_DIRS will benefit
  from the fix to split-string, as the bug was basically disabling
  the default source-registry entry for /usr/share/common-lisp/source//
  Closes: #723977
* Minor tweaks to the defsystem, mostly to print more information
  in some situations, less in other situations, but also to better
  handle systems with secondary names like foo/bar, a fix for user
  functions in output-translation, and to :version (:read-file-...)
* Documentation somewhat updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
(asdf/package:define-package :asdf/source-registry
6
6
  (:recycle :asdf/source-registry :asdf)
7
 
  (:use :asdf/common-lisp :asdf/driver :asdf/upgrade :asdf/find-system)
 
7
  (:use :uiop/common-lisp :uiop :asdf/upgrade :asdf/find-system)
8
8
  (:export
9
9
   #:*source-registry-parameter* #:*default-source-registries*
10
10
   #:invalid-source-registry