From d11d6cc43fd9227a8aeed28dc2cfecdbc587ec4a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 7 Sep 2003 06:34:45 +0000 Subject: [PATCH] r7061: initial property settings --- attrib-class.lisp | 2 +- buff-input.lisp | 2 +- byte-stream.lisp | 2 +- console.lisp | 2 +- datetime.lisp | 2 +- equal.lisp | 2 +- functions.lisp | 2 +- io.lisp | 2 +- kmrcl-tests.asd | 2 +- kmrcl.asd | 2 +- listener.lisp | 2 +- lists.lisp | 2 +- macros.lisp | 2 +- math.lisp | 2 +- mop.lisp | 2 +- os.lisp | 2 +- package.lisp | 2 +- processes.lisp | 2 +- random.lisp | 2 +- repl.lisp | 2 +- seqs.lisp | 2 +- sockets.lisp | 2 +- strings.lisp | 2 +- strmatch.lisp | 2 +- symbols.lisp | 2 +- tests.lisp | 2 +- web-utils.lisp | 2 +- xml-utils.lisp | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/attrib-class.lisp b/attrib-class.lisp index d4e40d5..d1d47bd 100644 --- a/attrib-class.lisp +++ b/attrib-class.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: attrib-class.lisp,v 1.17 2003/08/29 19:44:37 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/buff-input.lisp b/buff-input.lisp index dcae08c..d5b54be 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.9 2003/05/06 01:50:46 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/byte-stream.lisp b/byte-stream.lisp index a22d4d1..fd7a56a 100644 --- a/byte-stream.lisp +++ b/byte-stream.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: June 2003 ;;;; -;;;; $Id: byte-stream.lisp,v 1.3 2003/08/27 20:07:08 kevin Exp $ +;;;; $Id$ ;;;; ;;;; Works for CMUCL, SBCL, and AllergoCL only ;;;; diff --git a/console.lisp b/console.lisp index e45abf3..75feac4 100644 --- a/console.lisp +++ b/console.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: console.lisp,v 1.4 2003/07/05 02:32:08 kevin Exp $ +;;;; $Id$ ;;;;a ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development, Inc. diff --git a/datetime.lisp b/datetime.lisp index b8d3267..771d75a 100644 --- a/datetime.lisp +++ b/datetime.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: datetime.lisp,v 1.2 2003/04/28 23:51:59 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/equal.lisp b/equal.lisp index 4ba6049..da246bd 100644 --- a/equal.lisp +++ b/equal.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: equal.lisp,v 1.15 2003/06/25 18:08:09 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/functions.lisp b/functions.lisp index ad262a4..80f2221 100644 --- a/functions.lisp +++ b/functions.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: functions.lisp,v 1.4 2003/05/17 07:38:54 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/io.lisp b/io.lisp index 47fc178..7fbf186 100644 --- a/io.lisp +++ b/io.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: io.lisp,v 1.15 2003/07/31 17:03:37 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/kmrcl-tests.asd b/kmrcl-tests.asd index 2999c26..da7de49 100644 --- a/kmrcl-tests.asd +++ b/kmrcl-tests.asd @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: kmrcl-tests.asd,v 1.3 2003/06/06 21:59:29 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (defpackage #:kmrcl-tests-system diff --git a/kmrcl.asd b/kmrcl.asd index ec8b297..7e43abc 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.48 2003/08/02 22:19:37 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/listener.lisp b/listener.lisp index 36d7fd3..e17f7fc 100644 --- a/listener.lisp +++ b/listener.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jun 2003 ;;;; -;;;; $Id: listener.lisp,v 1.7 2003/07/16 16:01:37 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:kmrcl) diff --git a/lists.lisp b/lists.lisp index 674a5d7..bc28664 100644 --- a/lists.lisp +++ b/lists.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: lists.lisp,v 1.10 2003/08/12 06:37:53 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/macros.lisp b/macros.lisp index 044f1f6..835c6d9 100644 --- a/macros.lisp +++ b/macros.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: macros.lisp,v 1.5 2003/08/06 11:37:23 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/math.lisp b/math.lisp index 682cd74..be89825 100644 --- a/math.lisp +++ b/math.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Nov 2002 ;;;; -;;;; $Id: math.lisp,v 1.4 2003/06/06 21:59:29 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/mop.lisp b/mop.lisp index cd7c477..82fcb47 100644 --- a/mop.lisp +++ b/mop.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: mop.lisp,v 1.18 2003/07/30 19:04:41 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/os.lisp b/os.lisp index f7e600f..9b193ab 100644 --- a/os.lisp +++ b/os.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jul 2003 ;;;; -;;;; $Id: os.lisp,v 1.1 2003/07/23 22:08:21 kevin Exp $ +;;;; $Id$ ;;;; ;;;; ************************************************************************* diff --git a/package.lisp b/package.lisp index 1816cba..8d45867 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.58 2003/08/12 06:37:53 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/processes.lisp b/processes.lisp index 1cc6a47..36fa3d9 100644 --- a/processes.lisp +++ b/processes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: June 2003 ;;;; -;;;; $Id: processes.lisp,v 1.4 2003/07/13 04:53:32 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:kmrcl) diff --git a/random.lisp b/random.lisp index 115c404..b9ac627 100644 --- a/random.lisp +++ b/random.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: random.lisp,v 1.4 2003/06/06 21:59:30 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/repl.lisp b/repl.lisp index 2675426..dc17304 100644 --- a/repl.lisp +++ b/repl.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: repl.lisp,v 1.1 2003/07/11 06:58:32 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/seqs.lisp b/seqs.lisp index 2e261bd..302f5d5 100644 --- a/seqs.lisp +++ b/seqs.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: seqs.lisp,v 1.4 2003/05/06 01:43:14 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/sockets.lisp b/sockets.lisp index 0ab5d94..1f1f373 100644 --- a/sockets.lisp +++ b/sockets.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg with excerpts from portableaserve ;;;; Date Started: Jun 2003 ;;;; -;;;; $Id: sockets.lisp,v 1.6 2003/07/21 08:41:19 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:kmrcl) diff --git a/strings.lisp b/strings.lisp index 7310bef..03d9b66 100644 --- a/strings.lisp +++ b/strings.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: strings.lisp,v 1.52 2003/08/12 06:37:53 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/strmatch.lisp b/strmatch.lisp index 69d28e4..6d7b89e 100644 --- a/strmatch.lisp +++ b/strmatch.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: strmatch.lisp,v 1.2 2003/07/23 22:07:48 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/symbols.lisp b/symbols.lisp index 12da177..f4e3b6d 100644 --- a/symbols.lisp +++ b/symbols.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: symbols.lisp,v 1.5 2003/08/05 23:00:28 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/tests.lisp b/tests.lisp index dc5053f..9fe72f4 100644 --- a/tests.lisp +++ b/tests.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: tests.lisp,v 1.23 2003/07/31 07:36:55 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; diff --git a/web-utils.lisp b/web-utils.lisp index 2f0c3a5..35611eb 100644 --- a/web-utils.lisp +++ b/web-utils.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: web-utils.lisp,v 1.16 2003/06/17 06:18:09 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/xml-utils.lisp b/xml-utils.lisp index 8acb0f6..67bc157 100644 --- a/xml-utils.lisp +++ b/xml-utils.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: xml-utils.lisp,v 1.11 2003/06/07 22:34:16 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -- 2.34.1