From eb3a19183eef0273cb4bec74259f98802fb141f0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 19 Oct 2003 23:23:03 +0000 Subject: [PATCH] r8003: Automated commit for Debian build of kmrcl upstream-version-1.58 --- debian/changelog | 6 ++++++ io.lisp | 2 +- listener.lisp | 6 ++++++ lists.lisp | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ffd1be5..579b28c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.58-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Sun, 19 Oct 2003 17:22:14 -0600 + cl-kmrcl (1.57-1) unstable; urgency=low * New upstream diff --git a/io.lisp b/io.lisp index 4dea295..292af3c 100644 --- a/io.lisp +++ b/io.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of KMRCL, is Copyright (c) 2002-2003 by Kevin M. Rosenberg ;;;; ;;;; KMRCL users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/listener.lisp b/listener.lisp index e17f7fc..0b31cef 100644 --- a/listener.lisp +++ b/listener.lisp @@ -8,6 +8,12 @@ ;;;; Date Started: Jun 2003 ;;;; ;;;; $Id$ +;;;; +;;;; This file, part of KMRCL, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; +;;;; KMRCL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* (in-package #:kmrcl) diff --git a/lists.lisp b/lists.lisp index bc28664..35e74ba 100644 --- a/lists.lisp +++ b/lists.lisp @@ -169,7 +169,7 @@ (defun plist-alist (plist) (do ((alist '()) - (pl plist (cddr plist))) + (pl plist (cddr pl))) ((null pl) alist) (setq alist (acons (car pl) (cadr pl) alist)))) -- 2.34.1