[movitz-cvs] CVS update: movitz/losp/muerte/arrays.lisp movitz/losp/muerte/basic-functions.lisp movitz/losp/muerte/basic-macros.lisp movitz/losp/muerte/characters.lisp movitz/losp/muerte/common-lisp.lisp movitz/losp/muerte/conditions.lisp movitz/losp/muerte/cons.lisp movitz/losp/muerte/cpu-id.lisp movitz/losp/muerte/defstruct.lisp movitz/losp/muerte/environment.lisp movitz/losp/muerte/equalp.lisp movitz/losp/muerte/error.lisp movitz/losp/muerte/eval.lisp movitz/losp/muerte/format.lisp movitz/losp/muerte/functions.lisp movitz/losp/muerte/hash-tables.lisp movitz/losp/muerte/inspect.lisp movitz/losp/muerte/integers.lisp movitz/losp/muerte/io-port.lisp movitz/losp/muerte/lists.lisp movitz/losp/muerte/los-closette-compiler.lisp movitz/losp/muerte/los-closette.lisp movitz/losp/muerte/memref.lisp movitz/losp/muerte/more-macros.lisp movitz/losp/muerte/packages.lisp movitz/losp/muerte/primitive-functions.lisp movitz/losp/muerte/print.lisp movitz/losp/muerte/read.lisp movitz/losp/muerte/restarts.lisp movitz/losp/muerte/segments.lisp movitz/losp/muerte/sequences.lisp movitz/losp/muerte/setf.lisp movitz/losp/muerte/simple-streams.lisp movitz/losp/muerte/streams.lisp movitz/losp/muerte/strings.lisp movitz/losp/muerte/symbols.lisp movitz/losp/muerte/typep.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Mon Jan 19 11:23:51 UTC 2004


Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv7968/losp/muerte

Modified Files:
	arrays.lisp basic-functions.lisp basic-macros.lisp 
	characters.lisp common-lisp.lisp conditions.lisp cons.lisp 
	cpu-id.lisp defstruct.lisp environment.lisp equalp.lisp 
	error.lisp eval.lisp format.lisp functions.lisp 
	hash-tables.lisp inspect.lisp integers.lisp io-port.lisp 
	lists.lisp los-closette-compiler.lisp los-closette.lisp 
	memref.lisp more-macros.lisp packages.lisp 
	primitive-functions.lisp print.lisp read.lisp restarts.lisp 
	segments.lisp sequences.lisp setf.lisp simple-streams.lisp 
	streams.lisp strings.lisp symbols.lisp typep.lisp 
Log Message:
Many minor edits. Removed non-ASCII characters etc.

Date: Mon Jan 19 06:23:47 2004
Author: ffjeld

Index: movitz/losp/muerte/arrays.lisp
diff -u movitz/losp/muerte/arrays.lisp:1.1.1.1 movitz/losp/muerte/arrays.lisp:1.2
--- movitz/losp/muerte/arrays.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/arrays.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Sun Feb 11 23:14:04 2001
 ;;;;                
-;;;; $Id: arrays.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: arrays.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/basic-functions.lisp
diff -u movitz/losp/muerte/basic-functions.lisp:1.1.1.1 movitz/losp/muerte/basic-functions.lisp:1.2
--- movitz/losp/muerte/basic-functions.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/basic-functions.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Sep  4 18:41:57 2001
 ;;;;                
-;;;; $Id: basic-functions.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: basic-functions.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/basic-macros.lisp
diff -u movitz/losp/muerte/basic-macros.lisp:1.1.1.1 movitz/losp/muerte/basic-macros.lisp:1.2
--- movitz/losp/muerte/basic-macros.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/basic-macros.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      basic-macros.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Wed Nov  8 18:44:57 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: basic-macros.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: basic-macros.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/characters.lisp
diff -u movitz/losp/muerte/characters.lisp:1.1.1.1 movitz/losp/muerte/characters.lisp:1.2
--- movitz/losp/muerte/characters.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/characters.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Mon Feb  5 19:05:01 2001
 ;;;;                
-;;;; $Id: characters.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: characters.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/common-lisp.lisp
diff -u movitz/losp/muerte/common-lisp.lisp:1.1.1.1 movitz/losp/muerte/common-lisp.lisp:1.2
--- movitz/losp/muerte/common-lisp.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/common-lisp.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      common-lisp.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Wed Nov  8 18:41:43 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: common-lisp.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: common-lisp.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/conditions.lisp
diff -u movitz/losp/muerte/conditions.lisp:1.1.1.1 movitz/losp/muerte/conditions.lisp:1.2
--- movitz/losp/muerte/conditions.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/conditions.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Wed Nov 20 15:47:04 2002
 ;;;;                
-;;;; $Id: conditions.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: conditions.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/cons.lisp
diff -u movitz/losp/muerte/cons.lisp:1.1.1.1 movitz/losp/muerte/cons.lisp:1.2
--- movitz/losp/muerte/cons.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/cons.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      cons.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Fri Dec  8 15:25:45 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: cons.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: cons.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/cpu-id.lisp
diff -u movitz/losp/muerte/cpu-id.lisp:1.1.1.1 movitz/losp/muerte/cpu-id.lisp:1.2
--- movitz/losp/muerte/cpu-id.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/cpu-id.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Mon Apr 15 22:47:13 2002
 ;;;;                
-;;;; $Id: cpu-id.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: cpu-id.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/defstruct.lisp
diff -u movitz/losp/muerte/defstruct.lisp:1.1.1.1 movitz/losp/muerte/defstruct.lisp:1.2
--- movitz/losp/muerte/defstruct.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/defstruct.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      defstruct.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Mon Jan 22 13:10:59 2001
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: defstruct.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: defstruct.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/environment.lisp
diff -u movitz/losp/muerte/environment.lisp:1.1.1.1 movitz/losp/muerte/environment.lisp:1.2
--- movitz/losp/muerte/environment.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/environment.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Sat Oct 20 00:41:57 2001
 ;;;;                
-;;;; $Id: environment.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: environment.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/equalp.lisp
diff -u movitz/losp/muerte/equalp.lisp:1.1.1.1 movitz/losp/muerte/equalp.lisp:1.2
--- movitz/losp/muerte/equalp.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/equalp.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2003-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Mar 13 17:09:08 2001
 ;;;;                
-;;;; $Id: equalp.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: equalp.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/error.lisp
diff -u movitz/losp/muerte/error.lisp:1.1.1.1 movitz/losp/muerte/error.lisp:1.2
--- movitz/losp/muerte/error.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/error.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Sat Sep  1 00:49:11 2001
 ;;;;                
-;;;; $Id: error.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: error.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/eval.lisp
diff -u movitz/losp/muerte/eval.lisp:1.1.1.1 movitz/losp/muerte/eval.lisp:1.2
--- movitz/losp/muerte/eval.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/eval.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Fri Oct 19 21:15:12 2001
 ;;;;                
-;;;; $Id: eval.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: eval.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/format.lisp
diff -u movitz/losp/muerte/format.lisp:1.1.1.1 movitz/losp/muerte/format.lisp:1.2
--- movitz/losp/muerte/format.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/format.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Sat Mar 23 01:18:36 2002
 ;;;;                
-;;;; $Id: format.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: format.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/functions.lisp
diff -u movitz/losp/muerte/functions.lisp:1.1.1.1 movitz/losp/muerte/functions.lisp:1.2
--- movitz/losp/muerte/functions.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/functions.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Mar 12 22:58:54 2002
 ;;;;                
-;;;; $Id: functions.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: functions.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/hash-tables.lisp
diff -u movitz/losp/muerte/hash-tables.lisp:1.1.1.1 movitz/losp/muerte/hash-tables.lisp:1.2
--- movitz/losp/muerte/hash-tables.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/hash-tables.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Mon Feb 19 19:09:05 2001
 ;;;;                
-;;;; $Id: hash-tables.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: hash-tables.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/inspect.lisp
diff -u movitz/losp/muerte/inspect.lisp:1.1.1.1 movitz/losp/muerte/inspect.lisp:1.2
--- movitz/losp/muerte/inspect.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/inspect.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2003-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Fri Oct 24 09:50:41 2003
 ;;;;                
-;;;; $Id: inspect.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: inspect.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/integers.lisp
diff -u movitz/losp/muerte/integers.lisp:1.1.1.1 movitz/losp/muerte/integers.lisp:1.2
--- movitz/losp/muerte/integers.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/integers.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      integers.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Wed Nov  8 18:44:57 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: integers.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: integers.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/io-port.lisp
diff -u movitz/losp/muerte/io-port.lisp:1.1.1.1 movitz/losp/muerte/io-port.lisp:1.2
--- movitz/losp/muerte/io-port.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/io-port.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Wed Mar 21 22:14:08 2001
 ;;;;                
-;;;; $Id: io-port.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: io-port.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/lists.lisp
diff -u movitz/losp/muerte/lists.lisp:1.1.1.1 movitz/losp/muerte/lists.lisp:1.2
--- movitz/losp/muerte/lists.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/lists.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      lists.lisp
 ;;;; Description:   
@@ -9,7 +9,7 @@
 ;;;; Created at:    Tue Dec  5 18:40:11 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: lists.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: lists.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/los-closette-compiler.lisp
diff -u movitz/losp/muerte/los-closette-compiler.lisp:1.1.1.1 movitz/losp/muerte/los-closette-compiler.lisp:1.2
--- movitz/losp/muerte/los-closette-compiler.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/los-closette-compiler.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Thu Aug 29 13:15:11 2002
 ;;;;                
-;;;; $Id: los-closette-compiler.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: los-closette-compiler.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/los-closette.lisp
diff -u movitz/losp/muerte/los-closette.lisp:1.1.1.1 movitz/losp/muerte/los-closette.lisp:1.2
--- movitz/losp/muerte/los-closette.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/los-closette.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Jul 23 14:29:10 2002
 ;;;;                
-;;;; $Id: los-closette.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: los-closette.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/memref.lisp
diff -u movitz/losp/muerte/memref.lisp:1.1.1.1 movitz/losp/muerte/memref.lisp:1.2
--- movitz/losp/muerte/memref.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/memref.lisp	Mon Jan 19 06:23:46 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Mar  6 21:25:49 2001
 ;;;;                
-;;;; $Id: memref.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: memref.lisp,v 1.2 2004/01/19 11:23:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/more-macros.lisp
diff -u movitz/losp/muerte/more-macros.lisp:1.1.1.1 movitz/losp/muerte/more-macros.lisp:1.2
--- movitz/losp/muerte/more-macros.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/more-macros.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Fri Jun  7 15:05:57 2002
 ;;;;                
-;;;; $Id: more-macros.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: more-macros.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/packages.lisp
diff -u movitz/losp/muerte/packages.lisp:1.1.1.1 movitz/losp/muerte/packages.lisp:1.2
--- movitz/losp/muerte/packages.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/packages.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2002-2004
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Thu Aug 30 15:19:43 2001
 ;;;;                
-;;;; $Id: packages.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: packages.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/primitive-functions.lisp
diff -u movitz/losp/muerte/primitive-functions.lisp:1.1.1.1 movitz/losp/muerte/primitive-functions.lisp:1.2
--- movitz/losp/muerte/primitive-functions.lisp:1.1.1.1	Tue Jan 13 06:05:05 2004
+++ movitz/losp/muerte/primitive-functions.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Oct  2 21:02:18 2001
 ;;;;                
-;;;; $Id: primitive-functions.lisp,v 1.1.1.1 2004/01/13 11:05:05 ffjeld Exp $
+;;;; $Id: primitive-functions.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/print.lisp
diff -u movitz/losp/muerte/print.lisp:1.1.1.1 movitz/losp/muerte/print.lisp:1.2
--- movitz/losp/muerte/print.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/print.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Mon Sep  3 11:48:19 2001
 ;;;;                
-;;;; $Id: print.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: print.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/read.lisp
diff -u movitz/losp/muerte/read.lisp:1.1.1.1 movitz/losp/muerte/read.lisp:1.2
--- movitz/losp/muerte/read.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/read.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Wed Oct 17 21:50:42 2001
 ;;;;                
-;;;; $Id: read.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: read.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/restarts.lisp
diff -u movitz/losp/muerte/restarts.lisp:1.1.1.1 movitz/losp/muerte/restarts.lisp:1.2
--- movitz/losp/muerte/restarts.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/restarts.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2003-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Oct 28 09:27:13 2003
 ;;;;                
-;;;; $Id: restarts.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: restarts.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/segments.lisp
diff -u movitz/losp/muerte/segments.lisp:1.1.1.1 movitz/losp/muerte/segments.lisp:1.2
--- movitz/losp/muerte/segments.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/segments.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2003-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Thu May  8 14:25:06 2003
 ;;;;                
-;;;; $Id: segments.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: segments.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/sequences.lisp
diff -u movitz/losp/muerte/sequences.lisp:1.1.1.1 movitz/losp/muerte/sequences.lisp:1.2
--- movitz/losp/muerte/sequences.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/sequences.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Sep 11 14:19:23 2001
 ;;;;                
-;;;; $Id: sequences.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: sequences.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/setf.lisp
diff -u movitz/losp/muerte/setf.lisp:1.1.1.1 movitz/losp/muerte/setf.lisp:1.2
--- movitz/losp/muerte/setf.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/setf.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Thu Feb  8 20:43:20 2001
 ;;;;                
-;;;; $Id: setf.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: setf.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/simple-streams.lisp
diff -u movitz/losp/muerte/simple-streams.lisp:1.1.1.1 movitz/losp/muerte/simple-streams.lisp:1.2
--- movitz/losp/muerte/simple-streams.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/simple-streams.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2003-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Fri Aug 29 13:39:43 2003
 ;;;;                
-;;;; $Id: simple-streams.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: simple-streams.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/streams.lisp
diff -u movitz/losp/muerte/streams.lisp:1.1.1.1 movitz/losp/muerte/streams.lisp:1.2
--- movitz/losp/muerte/streams.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/streams.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001, 2003-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Mon Jun 30 14:33:15 2003
 ;;;;                
-;;;; $Id: streams.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: streams.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/strings.lisp
diff -u movitz/losp/muerte/strings.lisp:1.1.1.1 movitz/losp/muerte/strings.lisp:1.2
--- movitz/losp/muerte/strings.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/strings.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Fri Oct 19 17:05:25 2001
 ;;;;                
-;;;; $Id: strings.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: strings.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/symbols.lisp
diff -u movitz/losp/muerte/symbols.lisp:1.1.1.1 movitz/losp/muerte/symbols.lisp:1.2
--- movitz/losp/muerte/symbols.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/symbols.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 2001-2004, 
-;;;;    Department of Computer Science, University of Tromsø, Norway.
+;;;;    Department of Computer Science, University of Tromso, Norway.
 ;;;; 
 ;;;;    For distribution policy, see the accompanying file COPYING.
 ;;;; 
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Sep  4 23:55:41 2001
 ;;;;                
-;;;; $Id: symbols.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: symbols.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 


Index: movitz/losp/muerte/typep.lisp
diff -u movitz/losp/muerte/typep.lisp:1.1.1.1 movitz/losp/muerte/typep.lisp:1.2
--- movitz/losp/muerte/typep.lisp:1.1.1.1	Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/typep.lisp	Mon Jan 19 06:23:47 2004
@@ -1,7 +1,7 @@
 ;;;;------------------------------------------------------------------
 ;;;; 
 ;;;;    Copyright (C) 20012000, 2002-2004,
-;;;;    Department of Computer Science, University of Tromsø, Norway
+;;;;    Department of Computer Science, University of Tromso, Norway
 ;;;; 
 ;;;; Filename:      typep.lisp
 ;;;; Description:   Implements TYPEP and TYPECASE.
@@ -9,7 +9,7 @@
 ;;;; Created at:    Fri Dec  8 11:07:53 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: typep.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: typep.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 





More information about the Movitz-cvs mailing list