annotate lisp/ilisp/ilisp-pkg.lisp @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children b82b59fe008d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ;;; -*- Mode: Lisp -*-
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 ;;; ilisp-pkg.lisp --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 ;;; This file is part of ILISP.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ;;; Version: 5.7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 ;;; Copyright (C) 1990, 1991, 1992, 1993 Chris McConnell
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 ;;; 1993, 1994 Ivan Vasquez
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 ;;; 1994, 1995 Marco Antoniotti and Rick Busdiecker
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 ;;; Other authors' names for which this Copyright notice also holds
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 ;;; may appear later in this file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 ;;; Send mail to 'ilisp-request@lehman.com' to be included in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 ;;; ILISP mailing list. 'ilisp@lehman.com' is the general ILISP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 ;;; mailing list were bugs and improvements are discussed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 ;;; ILISP is freely redistributable under the terms found in the file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 ;;; COPYING.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 ;;; CLtL2 defpackage definition for ILISP.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 ;;; Common Lisp initializations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 ;;; Author: Marco Antoniotti, marcoxa@cs.nyu.edu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 ;;;----------------------------------------------------------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 ;;; Prologue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #+(or allegro-v4.0 allegro-v4.1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 (eval-when (compile load eval)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 (setq excl:*cltl1-in-package-compatibility-p* t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 ;;;----------------------------------------------------------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 ;;; Definitions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 ;;; ILISP package --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 #-gcl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 (defpackage "ILISP" (:use "LISP" #+:CMU "CONDITIONS")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 ;; The following symbols should properly 'shadow' the inherited
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 ;; ones.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 (:export "ILISP-ERRORS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 "ILISP-SAVE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 "ILISP-RESTORE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 "ILISP-SYMBOL-NAME"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 "ILISP-FIND-SYMBOL"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 "ILISP-FIND-PACKAGE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 "ILISP-EVAL"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 "ILISP-COMPILE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 "ILISP-DESCRIBE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 "ILISP-INSPECT"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 "ILISP-ARGLIST"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 "ILISP-DOCUMENTATION"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 "ILISP-MACROEXPAND"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 "ILISP-MACROEXPAND-1"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 "ILISP-TRACE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 "ILISP-UNTRACE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 "ILISP-COMPILE-FILE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 "ILISP-CASIFY"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 "ILISP-MATCHING-SYMBOLS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 "ILISP-CALLERS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 "ILISP-SOURCE-FILES")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 ;;; ILISP --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 ;;; end of file -- ilisp-pkg.lisp --