From: Kevin M. Rosenberg Date: Fri, 17 Jan 2003 19:16:28 +0000 (+0000) Subject: r3792: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~214 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=eacffdb7123d5a9a0563769b1f663ac5681f4c3f r3792: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index 1b0cd07..cb943ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-hyperobject (2.5.2-1) unstable; urgency=low + + * fix typo in sql.lisp + + -- Kevin M. Rosenberg Fri, 17 Jan 2003 12:16:20 -0700 + cl-hyperobject (2.5.1-1) unstable; urgency=low * Fix :ie-xml view categories diff --git a/package.lisp b/package.lisp index 81cd8ae..fb151a9 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.20 2002/12/13 22:00:05 kevin Exp $ +;;;; $Id: package.lisp,v 1.21 2003/01/17 19:16:28 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -51,12 +51,12 @@ #+sbcl `(sb-pcl:class-of sb-pcl:class-name sb-pcl:class-slots sb-pcl:find-class sb-pcl::standard-class - sb-pcl::slot-definition-name sb-pcl:finalize-inheritance + sb-pcl:slot-definition-name sb-pcl:finalize-inheritance sb-pcl::standard-direct-slot-definition - sb-pcl::standard-effective-slot-definition sb-pcl::validate-superclass + sb-pcl::standard-effective-slot-definition sb-pcl:validate-superclass sb-pcl:direct-slot-definition-class sb-pcl:compute-effective-slot-definition sb-pcl::compute-effective-slot-definition-initargs - sb-pcl::slot-value-using-class) + sb-pcl:slot-value-using-class) #+cmu `(pcl:class-of pcl:class-name pcl:class-slots pcl:find-class pcl::standard-class pcl::slot-definition-name pcl:finalize-inheritance diff --git a/sql.lisp b/sql.lisp index 6667de0..db98442 100644 --- a/sql.lisp +++ b/sql.lisp @@ -1,4 +1,4 @@ -ld;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*- +;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; @@ -7,7 +7,7 @@ ld;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*- ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: sql.lisp,v 1.1 2002/12/09 10:42:06 kevin Exp $ +;;;; $Id: sql.lisp,v 1.2 2003/01/17 19:16:28 kevin Exp $ ;;;; ;;;; This file, part of Hyperobject-SQL, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. diff --git a/views.lisp b/views.lisp index ff66387..deef126 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.20 2002/12/27 03:21:25 kevin Exp $ +;;;; $Id: views.lisp,v 1.21 2003/01/17 19:16:28 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -554,4 +554,3 @@ (defun fmt-comma-integer (i) (format nil "~:d" i)) -