From 0f99122dec756636a289a2c30649c59d37343c35 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Wed, 26 Jun 2013 00:33:56 -0400 Subject: [PATCH] 3.0.1.10: remove some unwanted trailing whitespace and tabs. --- asdf.asd | 2 +- backward-internals.lisp | 2 +- header.lisp | 2 +- plan.lisp | 2 +- source-registry.lisp | 2 +- uiop/lisp-build.lisp | 4 ++-- uiop/run-program.lisp | 2 +- upgrade.lisp | 2 +- version.lisp-expr | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/asdf.asd b/asdf.asd index 95d1f785..ed2ed9a1 100644 --- a/asdf.asd +++ b/asdf.asd @@ -74,7 +74,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." - :version "3.0.1.9" ;; to be automatically updated by make bump-version + :version "3.0.1.10" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 ;; For most purposes, asdf itself specially counts as a builtin system. diff --git a/backward-internals.lisp b/backward-internals.lisp index c18713b8..2f37a827 100644 --- a/backward-internals.lisp +++ b/backward-internals.lisp @@ -1,5 +1,5 @@ ;;;; ------------------------------------------------------------------------- -;;; Internal hacks for backward-compatibility +;;; Internal hacks for backward-compatibility (asdf/package:define-package :asdf/backward-internals (:recycle :asdf/backward-internals :asdf) diff --git a/header.lisp b/header.lisp index 3f1cb251..aa26ae21 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- -;;; This is ASDF 3.0.1.9: Another System Definition Facility. +;;; This is ASDF 3.0.1.10: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. diff --git a/plan.lisp b/plan.lisp index a3c895df..564d6f57 100644 --- a/plan.lisp +++ b/plan.lisp @@ -399,7 +399,7 @@ the action of OPERATION on COMPONENT in the PLAN")) :test 'equal :key 'component-find-path))) -;;;; Incidental traversals +;;;; Incidental traversals (with-upgradability () (defclass filtered-sequential-plan (sequential-plan) ((action-filter :initform t :initarg :action-filter :reader plan-action-filter) diff --git a/source-registry.lisp b/source-registry.lisp index 4d02c542..60c62845 100644 --- a/source-registry.lisp +++ b/source-registry.lisp @@ -288,7 +288,7 @@ system names to pathnames of .asd files") (defvar *source-registry-parameter* nil) (defun initialize-source-registry (&optional (parameter *source-registry-parameter*)) - ;; Record the parameter used to configure the registry + ;; Record the parameter used to configure the registry (setf *source-registry-parameter* parameter) ;; Clear the previous registry database: (setf *source-registry* (make-hash-table :test 'equal)) diff --git a/uiop/lisp-build.lisp b/uiop/lisp-build.lisp index dbc13e61..a22946b6 100644 --- a/uiop/lisp-build.lisp +++ b/uiop/lisp-build.lisp @@ -313,7 +313,7 @@ using READ within a WITH-SAFE-IO-SYNTAX, that represents the warnings currently WITH-COMPILATION-UNIT. One of three functions required for deferred-warnings support in ASDF." #+allegro (list :functions-defined excl::.functions-defined. - :functions-called excl::.functions-called.) + :functions-called excl::.functions-called.) #+clozure (mapcar 'reify-deferred-warning (if-let (dw ccl::*outstanding-deferred-warnings*) @@ -355,7 +355,7 @@ One of three functions required for deferred-warnings support in ASDF." (declare (ignorable reified-deferred-warnings)) #+allegro (destructuring-bind (&key functions-defined functions-called) - reified-deferred-warnings + reified-deferred-warnings (setf excl::.functions-defined. (append functions-defined excl::.functions-defined.) excl::.functions-called. diff --git a/uiop/run-program.lisp b/uiop/run-program.lisp index a118deea..d7f3f364 100644 --- a/uiop/run-program.lisp +++ b/uiop/run-program.lisp @@ -398,7 +398,7 @@ ELEMENT-TYPE and EXTERNAL-FORMAT for the stream passed to the OUTPUT processor." #+allegro (excl:run-shell-command command - :input nil + :input nil :output nil :error-output :output ; write STDERR to output, too :wait t diff --git a/upgrade.lisp b/upgrade.lisp index 118c392c..d642542e 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -52,7 +52,7 @@ You can compare this string with e.g.: (ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSIO ;; "3.4.5.67" would be a development version in the official upstream of 3.4.5. ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5 ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67 - (asdf-version "3.0.1.9") + (asdf-version "3.0.1.10") (existing-version (asdf-version))) (setf *asdf-version* asdf-version) (when (and existing-version (not (equal asdf-version existing-version))) diff --git a/version.lisp-expr b/version.lisp-expr index 546eced2..2b3bc65d 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1 +1 @@ -"3.0.1.9" +"3.0.1.10" -- GitLab