From 3b7b2db2458cb7c93e905864c2fe931d72a0c6a0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 2 May 2003 07:28:17 +0000 Subject: [PATCH] r4739: Auto commit for Debian build --- buff-input.lisp | 5 +---- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/buff-input.lisp b/buff-input.lisp index 9072fb9..2e7f370 100644 --- a/buff-input.lisp +++ b/buff-input.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: buff-input.lisp,v 1.3 2002/10/10 16:23:48 kevin Exp $ +;;;; $Id: buff-input.lisp,v 1.4 2003/05/02 07:28:17 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -87,9 +87,6 @@ (buffers) (field-lengths)) -(defmethod print-object ((f field-buffers) s) - (format s "#<~d>~%" (field-buffers-nfields f))) - (defun make-fields-buffer2 (&optional (max-fields +max-fields-per-line+) (max-field-len +max-field+)) (let ((bufs (make-array max-fields :element-type 'vector :fill-pointer nil :adjustable nil)) diff --git a/debian/changelog b/debian/changelog index a75a234..f58df3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.36-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 2 May 2003 01:28:00 -0600 + cl-kmrcl (1.35-1) unstable; urgency=low * New upstream -- 2.34.1