1 | ;;; autoloads.lisp |
---|
2 | ;;; |
---|
3 | ;;; Copyright (C) 2003-2005 Peter Graves |
---|
4 | ;;; $Id: autoloads.lisp,v 1.204 2006-01-09 19:19:21 piso Exp $ |
---|
5 | ;;; |
---|
6 | ;;; This program is free software; you can redistribute it and/or |
---|
7 | ;;; modify it under the terms of the GNU General Public License |
---|
8 | ;;; as published by the Free Software Foundation; either version 2 |
---|
9 | ;;; of the License, or (at your option) any later version. |
---|
10 | ;;; |
---|
11 | ;;; This program is distributed in the hope that it will be useful, |
---|
12 | ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | ;;; GNU General Public License for more details. |
---|
15 | ;;; |
---|
16 | ;;; You should have received a copy of the GNU General Public License |
---|
17 | ;;; along with this program; if not, write to the Free Software |
---|
18 | ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
19 | |
---|
20 | (in-package #:system) |
---|
21 | |
---|
22 | (autoload '(char/= char> char>= char-not-equal) |
---|
23 | "chars") |
---|
24 | (autoload '(string-upcase string-downcase string-capitalize |
---|
25 | nstring-upcase nstring-downcase nstring-capitalize |
---|
26 | string= string/= string-equal string-not-equal |
---|
27 | string< string> |
---|
28 | string<= string>= |
---|
29 | string-lessp string-greaterp |
---|
30 | string-not-lessp string-not-greaterp |
---|
31 | string-left-trim string-right-trim string-trim) |
---|
32 | "strings") |
---|
33 | (autoload 'copy-symbol) |
---|
34 | (autoload '(open parse-integer)) |
---|
35 | (autoload '(sort stable-sort merge) "sort") |
---|
36 | (autoload 'tree-equal) |
---|
37 | (autoload 'make-hash-table) |
---|
38 | (autoload 'list-length) |
---|
39 | (autoload 'revappend) |
---|
40 | (autoload '(butlast nbutlast) "butlast") |
---|
41 | (autoload 'ldiff) |
---|
42 | (autoload '(subst subst-if subst-if-not nsubst nsubst-if nsubst-if-not) |
---|
43 | "subst") |
---|
44 | (autoload '(sublis nsublis) "sublis") |
---|
45 | (autoload '(member-if member-if-not) "member-if") |
---|
46 | (autoload 'tailp) |
---|
47 | (autoload 'adjoin) |
---|
48 | (autoload '(union nunion |
---|
49 | intersection nintersection |
---|
50 | set-difference nset-difference |
---|
51 | set-exclusive-or nset-exclusive-or |
---|
52 | subsetp) |
---|
53 | "sets") |
---|
54 | (autoload '(assoc assoc-if assoc-if-not rassoc rassoc-if rassoc-if-not |
---|
55 | acons pairlis copy-alist) |
---|
56 | "assoc") |
---|
57 | (autoload '(mapcan mapl maplist mapcon) "map1") |
---|
58 | (autoload 'make-sequence) |
---|
59 | (autoload '(copy-seq fill replace)) |
---|
60 | (autoload '(map map-into)) |
---|
61 | (autoload 'reduce) |
---|
62 | (autoload '(delete delete-if delete-if-not) "delete") |
---|
63 | (autoload '(remove remove-if remove-if-not) "remove") |
---|
64 | (autoload '(remove-duplicates delete-duplicates)) |
---|
65 | (autoload '(substitute substitute-if substitute-if-not) "substitute") |
---|
66 | (autoload '(nsubstitute nsubstitute-if nsubstitute-if-not) "nsubstitute") |
---|
67 | (autoload '(position position-if position-if-not find find-if find-if-not |
---|
68 | list-find* vector-find*) |
---|
69 | "find") |
---|
70 | (autoload '(count count-if count-if-not) "count") |
---|
71 | (autoload '(mismatch search)) |
---|
72 | (autoload 'make-string) |
---|
73 | (autoload 'directory "directory") |
---|
74 | (autoload '(signum round ffloor fceiling fround rationalize gcd isqrt |
---|
75 | float-precision decode-float conjugate phase) |
---|
76 | "numbers") |
---|
77 | (autoload 'boole) |
---|
78 | (export '%ldb '#:system) |
---|
79 | (autoload '(byte byte-size byte-position %ldb ldb ldb-test dpb) "ldb") |
---|
80 | (autoload 'lcm) |
---|
81 | (autoload '(apropos apropos-list) "apropos") |
---|
82 | (autoload '(y-or-n-p yes-or-no-p) "query") |
---|
83 | (autoload '(decode-universal-time get-decoded-time encode-universal-time) |
---|
84 | "time") |
---|
85 | (autoload 'gentemp) |
---|
86 | (autoload '(bit-and bit-ior bit-xor bit-eqv bit-nand bit-nor bit-andc1 |
---|
87 | bit-andc2 bit-orc1 bit-orc2 bit-not) |
---|
88 | "bit-array-ops") |
---|
89 | (autoload 'deposit-field) |
---|
90 | (autoload 'mask-field) |
---|
91 | (autoload '(ensure-class ensure-generic-function make-condition |
---|
92 | define-method-combination |
---|
93 | %defgeneric |
---|
94 | canonicalize-direct-superclasses) |
---|
95 | "clos") |
---|
96 | (export '(ensure-class subclassp %defgeneric canonicalize-direct-superclasses) |
---|
97 | '#:system) |
---|
98 | (autoload '(inspect istep) "inspect") |
---|
99 | (autoload 'enough-namestring) |
---|
100 | (autoload 'upgraded-complex-part-type) |
---|
101 | |
---|
102 | (autoload '(tpl::top-level-loop) "top-level") |
---|
103 | |
---|
104 | (autoload 'hash-table-iterator-function "with-hash-table-iterator") |
---|
105 | (autoload-macro 'with-hash-table-iterator) |
---|
106 | |
---|
107 | (autoload 'package-iterator-function "with-package-iterator") |
---|
108 | (autoload-macro 'with-package-iterator) |
---|
109 | |
---|
110 | (autoload-macro 'remf) |
---|
111 | (autoload-macro 'check-type) |
---|
112 | (autoload-macro 'deftype) |
---|
113 | (autoload 'expand-deftype "deftype") |
---|
114 | (autoload-macro '(defclass defgeneric defmethod define-condition) "clos") |
---|
115 | (autoload-macro 'with-standard-io-syntax) |
---|
116 | (autoload 'sys::%with-standard-io-syntax "with-standard-io-syntax") |
---|
117 | (autoload-macro 'psetf) |
---|
118 | (autoload-macro 'rotatef) |
---|
119 | (autoload-macro 'shiftf) |
---|
120 | |
---|
121 | (autoload-macro 'do-all-symbols) |
---|
122 | (autoload-macro '(trace untrace) "trace") |
---|
123 | (autoload '(sys::list-traced-functions sys::trace-1 sys::untrace-1 sys::untrace-all) "trace") |
---|
124 | (autoload 'sys::%define-symbol-macro "define-symbol-macro") |
---|
125 | (autoload-macro 'define-symbol-macro) |
---|
126 | (autoload-macro 'with-slots) |
---|
127 | (autoload-macro 'with-accessors) |
---|
128 | (autoload-macro '(sys::%print-unreadable-object print-unreadable-object) |
---|
129 | "print-unreadable-object") |
---|
130 | (autoload 'print-object) |
---|
131 | (autoload-macro '(prog prog*) "prog") |
---|
132 | (export 'concatenate-to-string '#:system) |
---|
133 | (autoload '(concatenate-to-string concatenate) "concatenate") |
---|
134 | (autoload 'parse-lambda-list) |
---|
135 | (autoload-macro 'assert) |
---|
136 | (autoload '(sys::assert-error sys::assert-prompt) "assert") |
---|
137 | (autoload-macro 'with-input-from-string) |
---|
138 | (autoload-macro 'with-output-to-string) |
---|
139 | (autoload 'ensure-directories-exist) |
---|
140 | (autoload 'coerce) |
---|
141 | (autoload 'read-from-string) |
---|
142 | (autoload 'read-sequence) |
---|
143 | (autoload 'write-sequence) |
---|
144 | (autoload 'make-load-form-saving-slots) |
---|
145 | (autoload 'compile-file) |
---|
146 | (autoload 'compile-file-pathname) |
---|
147 | |
---|
148 | (autoload 'format "format") |
---|
149 | (autoload-macro 'formatter "format") |
---|
150 | |
---|
151 | (autoload '(write-byte read-byte) "byte-io") |
---|
152 | (autoload-macro 'with-open-file) |
---|
153 | (autoload '(pathname-host pathname-device pathname-directory pathname-name |
---|
154 | pathname-type wild-pathname-p pathname-match-p translate-pathname |
---|
155 | logical-pathname-translations translate-logical-pathname |
---|
156 | load-logical-pathname-translations logical-pathname |
---|
157 | parse-namestring) |
---|
158 | "pathnames") |
---|
159 | (autoload 'make-string-output-stream) |
---|
160 | (autoload 'find-all-symbols) |
---|
161 | (autoload 'dribble) |
---|
162 | (autoload-macro 'step) |
---|
163 | (autoload 'load) |
---|
164 | (autoload 'compile "jvm") |
---|
165 | (autoload-macro 'with-compilation-unit "jvm") |
---|
166 | |
---|
167 | (autoload-macro '(case ccase ecase typecase ctypecase etypecase) "case") |
---|
168 | (autoload-macro '(and cond dolist dotimes |
---|
169 | do-symbols do-external-symbols |
---|
170 | multiple-value-bind multiple-value-list multiple-value-setq |
---|
171 | nth-value |
---|
172 | or)) |
---|
173 | (autoload-macro '(do do*) "do") |
---|
174 | |
---|
175 | (autoload 'ed) |
---|
176 | (autoload 'describe) |
---|
177 | (autoload 'disassemble) |
---|
178 | |
---|
179 | (in-package "MOP") |
---|
180 | (export 'class-precedence-list) |
---|
181 | (autoload 'class-precedence-list "clos") |
---|
182 | |
---|
183 | ;; Java interface. |
---|
184 | (in-package "JAVA") |
---|
185 | (export 'jregister-handler "JAVA") |
---|
186 | (autoload 'jregister-handler "java") |
---|
187 | (export 'jinterface-implementation "JAVA") |
---|
188 | (autoload 'jinterface-implementation "java") |
---|
189 | (export 'jobject-class "JAVA") |
---|
190 | (autoload 'jobject-class "java") |
---|
191 | (export 'jclass-superclass "JAVA") |
---|
192 | (autoload 'jclass-superclass "java") |
---|
193 | (export 'jclass-interfaces "JAVA") |
---|
194 | (autoload 'jclass-interfaces "java") |
---|
195 | (export 'jclass-interface-p "JAVA") |
---|
196 | (autoload 'jclass-interface-p "java") |
---|
197 | (export 'jclass-superclass-p "JAVA") |
---|
198 | (autoload 'jclass-superclass-p "java") |
---|
199 | (export 'jclass-array-p "JAVA") |
---|
200 | (autoload 'jclass-array-p "java") |
---|
201 | (export 'jarray-component-type "JAVA") |
---|
202 | (autoload 'jarray-component-type "java") |
---|
203 | (export 'jarray-length "JAVA") |
---|
204 | (autoload 'jarray-length "java") |
---|
205 | (export 'jnew-array-from-array "JAVA") |
---|
206 | (autoload 'jnew-array-from-array "java") |
---|
207 | (export 'jclass-constructors "JAVA") |
---|
208 | (autoload 'jclass-constructors "java") |
---|
209 | (export 'jconstructor-params "JAVA") |
---|
210 | (autoload 'jconstructor-params "java") |
---|
211 | (export 'jclass-field "JAVA") |
---|
212 | (autoload 'jclass-field "java") |
---|
213 | (export 'jclass-fields "JAVA") |
---|
214 | (autoload 'jclass-fields "java") |
---|
215 | (export 'jfield-type "JAVA") |
---|
216 | (autoload 'jfield-type "java") |
---|
217 | (export 'jfield-name "JAVA") |
---|
218 | (autoload 'jfield-name "java") |
---|
219 | (export 'jclass-methods "JAVA") |
---|
220 | (autoload 'jclass-methods "java") |
---|
221 | (export 'jmethod-params "JAVA") |
---|
222 | (autoload 'jmethod-params "java") |
---|
223 | (export 'jmethod-name "JAVA") |
---|
224 | (autoload 'jmethod-name "java") |
---|
225 | (export 'jinstance-of-p "JAVA") |
---|
226 | (autoload 'jinstance-of-p "java") |
---|
227 | (export 'jmember-static-p "JAVA") |
---|
228 | (autoload 'jmember-static-p "java") |
---|
229 | (export 'jmember-public-p "JAVA") |
---|
230 | (autoload 'jmember-public-p "java") |
---|
231 | (export 'jmember-protected-p "JAVA") |
---|
232 | (autoload 'jmember-protected-p "java") |
---|
233 | (export 'jnew-runtime-class "JAVA") |
---|
234 | (autoload 'jnew-runtime-class "runtime-class") |
---|
235 | (export 'jredefine-method "JAVA") |
---|
236 | (autoload 'jredefine-method "runtime-class") |
---|
237 | (export 'jruntime-class-exists-p "JAVA") |
---|
238 | (autoload 'jruntime-class-exists-p "runtime-class") |
---|
239 | |
---|
240 | ;; Profiler. |
---|
241 | (in-package "PROFILER") |
---|
242 | (export '(*granularity* show-call-counts with-profiling)) |
---|
243 | (autoload 'show-call-counts "profiler") |
---|
244 | (autoload-macro 'with-profiling "profiler") |
---|
245 | |
---|
246 | ;; Extensions. |
---|
247 | (in-package "EXTENSIONS") |
---|
248 | (export 'simple-search) |
---|
249 | (autoload 'simple-search "search") |
---|
250 | (export 'run-shell-command) |
---|
251 | (autoload 'run-shell-command) |
---|
252 | (export 'make-socket) |
---|
253 | (autoload 'make-socket "socket") |
---|
254 | (export 'make-server-socket) |
---|
255 | (autoload 'make-server-socket "socket") |
---|
256 | (export 'server-socket-close) |
---|
257 | (autoload 'server-socket-close "socket") |
---|
258 | (export 'socket-accept) |
---|
259 | (autoload 'socket-accept "socket") |
---|
260 | (export 'socket-close) |
---|
261 | (autoload 'socket-close "socket") |
---|
262 | (export 'get-socket-stream) |
---|
263 | (autoload 'get-socket-stream "socket") |
---|
264 | (export '(grovel-java-definitions compile-system)) |
---|
265 | (autoload '(grovel-java-definitions compile-system) "compile-system") |
---|
266 | (export 'with-thread-lock) |
---|
267 | (autoload-macro 'with-thread-lock) |
---|
268 | (export 'aver) |
---|
269 | (autoload-macro 'aver) |
---|
270 | (autoload 'sys::%failed-aver "aver") |
---|
271 | (export 'collect) |
---|
272 | (autoload-macro 'collect) |
---|
273 | (export 'with-mutex) |
---|
274 | (autoload-macro 'with-mutex) |
---|
275 | (export 'compile-file-if-needed) |
---|
276 | (autoload 'compile-file-if-needed "compile-file") |
---|
277 | |
---|
278 | ;; JVM compiler. |
---|
279 | (in-package "JVM") |
---|
280 | (export '(jvm-compile jvm-compile-package)) |
---|
281 | (autoload '%with-compilation-unit "jvm") |
---|