/[gcl]/gcl/lsp/gcl_export.lsp
ViewVC logotype

Diff of /gcl/lsp/gcl_export.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by camm, Sun Sep 14 02:30:35 2003 UTC revision 1.2 by camm, Sun Sep 14 02:43:05 2003 UTC
# Line 0  Line 1 
1    ;; Copyright (C) 1994 M. Hagiya, W. Schelter, T. Yuasa
2    
3    ;; This file is part of GNU Common Lisp, herein referred to as GCL
4    ;;
5    ;; GCL is free software; you can redistribute it and/or modify it under
6    ;;  the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE as published by
7    ;; the Free Software Foundation; either version 2, or (at your option)
8    ;; any later version.
9    ;;
10    ;; GCL is distributed in the hope that it will be useful, but WITHOUT
11    ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12    ;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
13    ;; License for more details.
14    ;;
15    ;; You should have received a copy of the GNU Library General Public License
16    ;; along with GCL; see the file COPYING.  If not, write to the Free Software
17    ;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
18    
19    
20    ;;;;    export.lsp
21    ;;;;
22    ;;;;                    Exporting external symbols of LISP package
23    
24    
25    (in-package 'lisp)
26    
27    
28    (export '(
29    
30    &whole
31    &environment
32    &body
33    *
34    **
35    ***
36    *break-enable*
37    *break-on-warnings*
38    *features*
39    *modules*
40    +
41    ++
42    +++
43    -
44    /
45    //
46    ///
47    COMMON
48    KYOTO
49    KCL
50    abs
51    acos
52    acosh
53    adjust-array
54    adjustable-array-p
55    apropos
56    apropos-list
57    array-dimension
58    array-dimensions
59    array-element-type
60    array-has-fill-pointer-p
61    array-in-bounds-p
62    array-rank
63    array-row-major-index
64    asin
65    asinh
66    assert
67    atanh
68    bit
69    bit-and
70    bit-andc1
71    bit-andc2
72    bit-eqv
73    bit-ior
74    bit-nand
75    bit-nor
76    bit-not
77    bit-orc1
78    bit-orc2
79    bit-xor
80    break
81    byte
82    byte-position
83    byte-size
84    ccase
85    cerror
86    check-type
87    cis
88    coerce
89    compile
90    compile-file
91    concatenate
92    cosh
93    count
94    count-if
95    count-if-not
96    ctypecase
97    decf
98    declaim
99    decode-universal-time
100    defconstant
101    define-modify-macro
102    define-setf-method
103    defparameter
104    defsetf
105    defstruct
106    deftype
107    defvar
108    delete
109    delete-duplicates
110    delete-if
111    delete-if-not
112    deposit-field
113    describe
114    disassemble
115    do*
116    do-all-symbols
117    do-external-symbols
118    do-symbols
119    documentation
120    dolist
121    dotimes
122    dpb
123    dribble
124    ecase
125    ed
126    eighth
127    encode-universal-time
128    error
129    etypecase
130    eval-when
131    every
132    fceiling
133    ffloor
134    fifth
135    fill
136    fill-pointer
137    find
138    find-all-symbols
139    find-if
140    find-if-not
141    first
142    format
143    fourth
144    fround
145    ftruncate
146    get-decoded-time
147    get-setf-method
148    get-setf-method-multiple-value
149    get-universal-time
150    getf
151    ignore
152    incf
153    inspect
154    intersection
155    isqrt
156    ldb
157    ldb-test
158    lisp-implementation-type
159    logandc1
160    logandc2
161    lognand
162    lognor
163    lognot
164    logorc1
165    logorc2
166    logtest
167    long-site-name
168    machine-instance
169    machine-type
170    machine-version
171    make-array
172    make-sequence
173    map
174    mask-field
175    merge
176    mismatch
177    mod
178    multiple-value-setq
179    nintersection
180    ninth
181    notany
182    notevery
183    nset-difference
184    nset-exclusive-or
185    nsubstitute
186    nsubstitute-if
187    nsubstitute-if-not
188    nunion
189    phase
190    pop
191    position
192    position-if
193    position-if-not
194    prin1-to-string
195    princ-to-string
196    prog*
197    provide
198    psetf
199    push
200    pushnew
201    rational
202    rationalize
203    real
204    read-from-string
205    reduce
206    rem
207    remf
208    remove
209    remove-duplicates
210    remove-if
211    remove-if-not
212    replace
213    require
214    rotatef
215    room
216    sbit
217    search
218    second
219    set-difference
220    set-exclusive-or
221    setf
222    seventh
223    shiftf
224    short-site-name
225    signum
226    sinh
227    sixth
228    software-type
229    software-version
230    some
231    sort
232    stable-sort
233    step
234    structure
235    subsetp
236    substitute
237    substitute-if
238    substitute-if-not
239    subtypep
240    tanh
241    tenth
242    third
243    time
244    trace
245    type
246    typecase
247    typep
248    union
249    untrace
250    variable
251    vector
252    vector-pop
253    vector-push
254    vector-push-extend
255    warn
256    with-input-from-string
257    with-open-file
258    with-open-stream
259    with-output-to-string
260    write-to-string
261    y-or-n-p
262    yes-or-no-p
263    
264    proclaim
265    proclamation
266    special
267    type
268    ftype
269    function
270    inline
271    notinline
272    ignore
273    optimize
274    speed
275    space
276    safety
277    compilation-speed
278    declaration
279    
280    *eval-when-compile*
281    
282    clines
283    defcfun
284    defentry
285    defla
286    
287    void
288    object
289    char
290    int
291    float
292    double
293    
294    ))

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26