Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the zacl Reference Manual, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 15:32:42 2020 GMT+0.
• Introduction | What zacl is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
ZACL is for running AllegroServe on non-AllegroCL Lisps. The goal is to run AllegroServe sources with as few modifications as possible, so that such a modified version of aserve will continue to be able to track future versions of official aserve. That means occasionally resorting to grody one-off hacks instead of elegant beautiful gracefulness.
Where possible, ACL functionality is mimicked with portability libraries like UIOP, bordeaux-threads, cl-ppcre, USOCKET, etc. Where necessary, implementation-specific hacks are used to fill in the gaps.
For example, Allegro CL's non-standard #+(version>= ...)
expression
is sprinkled throughout aserve code. To work around the problem
without changing the code, zacl installs a readtable that overrides
the standard #+
and #-
readers to check for these expressions and
work around them.
Occasionally, quirks in aserve's source may be very difficult to work around. In those cases, a patch or pull request can be [sent to Franz] (https://github.com/franzinc/aserve/). Ideally, the official aserve will eventualy get to where it will work with ZACL unmodified.
But as long as there are discrepancies between what works with zacl and the official Franz version of aserve (as is the case currently), a zacl-compatible fork will be available here. You can check it out like so:
git clone -b master https://github.com/genworks/aserve.git
The aserve
system definition name conflicts in Quicklisp with a
legacy attempt to port
AllegroServe
Therefore, the zacl-compatible
AllegroServe
has its system name as zaserve
. This zaserve
system definition
includes a dependency on ZACL, so you can load it simply by invoking
(ql:quickload :zaserve)
Of course, if for some reason you only want the zacl
system itself,
you can load that with
(ql:quickload :zacl)
Only works on Clozure CL and SBCL. Support for other implementations may be added if there is sufficient demand. Contributions of ports to other implementations are of course welcome
Does not support CGI. A victim of time constraints. The author and maintainers do not currently need CGI. CGI functionality requires non-trivial support for managing subprocesses, and I am not sure if e.g. UIOP's subprocess management API is sufficient.
Lightly tested. Our applications seem to work. Yours might not. If you have trouble with ZACL and zaserve, feel free to create an issuehere and/or here and the maintainers will see them.
Possibly slow. Using generic functions and portability layers will be slower than running aserve natively on Allegro CL. There aren't many ways around it. If you do have a specific performance issue when running with ZACL that you would like to see ZACL try to address, then please open an Issue or get in touch.
With that said, AllegroServe will always run best on its native platform, which is Allegro CL. So if you want to run AllegroServe for mission-critical or performance-critical applications, and with a guarantee of a supported, trouble-free experience, then you may want to consider investing Allegro CL for your AllegroServe needs. This option also comes with the benefit of dedicated, world-class support from Franz Inc. engineers.
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The zacl system |
Zach Beane
BSD
A layer for loading and running some Allegro CL projects.
zacl.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
Next: The zacl/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
zacl.asd
zacl (system)
Next: The zacl/sbcl-specific․lisp file, Previous: The zacl․asd file, Up: Lisp files [Contents][Index]
zacl (system)
package.lisp
Next: The zacl/portable-process․lisp file, Previous: The zacl/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
zacl (system)
sbcl-specific.lisp
Next: The zacl/defpackage-hack․lisp file, Previous: The zacl/sbcl-specific․lisp file, Up: Lisp files [Contents][Index]
sbcl-specific.lisp (file)
zacl (system)
portable-process.lisp
Next: The zacl/reader․lisp file, Previous: The zacl/portable-process․lisp file, Up: Lisp files [Contents][Index]
portable-process.lisp (file)
zacl (system)
defpackage-hack.lisp
Next: The zacl/fake-slots․lisp file, Previous: The zacl/defpackage-hack․lisp file, Up: Lisp files [Contents][Index]
defpackage-hack.lisp (file)
zacl (system)
reader.lisp
*allegro-rewriting-readtable* (special variable)
Next: The zacl/if-star․lisp file, Previous: The zacl/reader․lisp file, Up: Lisp files [Contents][Index]
reader.lisp (file)
zacl (system)
fake-slots.lisp
Next: The zacl/package-excl․lisp file, Previous: The zacl/fake-slots․lisp file, Up: Lisp files [Contents][Index]
fake-slots.lisp (file)
zacl (system)
if-star.lisp
if* (macro)
if*-keyword-list (special variable)
Next: The zacl/package-sys․lisp file, Previous: The zacl/if-star․lisp file, Up: Lisp files [Contents][Index]
if-star.lisp (file)
zacl (system)
package-excl.lisp
Next: The zacl/package-mp․lisp file, Previous: The zacl/package-excl․lisp file, Up: Lisp files [Contents][Index]
package-excl.lisp (file)
zacl (system)
package-sys.lisp
thread-bindstack-index (function)
Next: The zacl/package-socket․lisp file, Previous: The zacl/package-sys․lisp file, Up: Lisp files [Contents][Index]
package-sys.lisp (file)
zacl (system)
package-mp.lisp
Next: The zacl/package-si․lisp file, Previous: The zacl/package-mp․lisp file, Up: Lisp files [Contents][Index]
package-mp.lisp (file)
zacl (system)
package-socket.lisp
Next: The zacl/package-ff․lisp file, Previous: The zacl/package-socket․lisp file, Up: Lisp files [Contents][Index]
package-socket.lisp (file)
zacl (system)
package-si.lisp
Next: The zacl/package-net․uri․lisp file, Previous: The zacl/package-si․lisp file, Up: Lisp files [Contents][Index]
package-si.lisp (file)
zacl (system)
package-ff.lisp
def-foreign-call (macro)
Next: The zacl/package-toplevel․debug․lisp file, Previous: The zacl/package-ff․lisp file, Up: Lisp files [Contents][Index]
package-ff.lisp (file)
zacl (system)
package-net.uri.lisp
Next: The zacl/package-util․zip․lisp file, Previous: The zacl/package-net․uri․lisp file, Up: Lisp files [Contents][Index]
package-net.uri.lisp (file)
zacl (system)
package-toplevel.debug.lisp
zoom (function)
Next: The zacl/package-util․string․lisp file, Previous: The zacl/package-toplevel․debug․lisp file, Up: Lisp files [Contents][Index]
package-toplevel.debug.lisp (file)
zacl (system)
package-util.zip.lisp
Next: The zacl/utils․lisp file, Previous: The zacl/package-util․zip․lisp file, Up: Lisp files [Contents][Index]
package-util.zip.lisp (file)
zacl (system)
package-util.string.lisp
string+ (function)
Next: The zacl/asdf-tricks․lisp file, Previous: The zacl/package-util․string․lisp file, Up: Lisp files [Contents][Index]
package-util.string.lisp (file)
zacl (system)
utils.lisp
Next: The zacl/provides․lisp file, Previous: The zacl/utils․lisp file, Up: Lisp files [Contents][Index]
utils.lisp (file)
zacl (system)
asdf-tricks.lisp
cl-file (class)
Previous: The zacl/asdf-tricks․lisp file, Up: Lisp files [Contents][Index]
asdf-tricks.lisp (file)
zacl (system)
provides.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
Next: The excl package, Previous: Packages, Up: Packages [Contents][Index]
package.lisp (file)
Next: The ff package, Previous: The net․html․generator package, Up: Packages [Contents][Index]
package.lisp (file)
Next: The zacl package, Previous: The excl package, Up: Packages [Contents][Index]
package.lisp (file)
def-foreign-call (macro)
Next: The top-level․debug package, Previous: The ff package, Up: Packages [Contents][Index]
package.lisp (file)
common-lisp
Next: The sys package, Previous: The zacl package, Up: Packages [Contents][Index]
package.lisp (file)
zoom (function)
Next: The zacl-cl package, Previous: The top-level․debug package, Up: Packages [Contents][Index]
package.lisp (file)
thread-bindstack-index (function)
Next: The zacl-if-star package, Previous: The sys package, Up: Packages [Contents][Index]
package.lisp (file)
Next: The util․zip package, Previous: The zacl-cl package, Up: Packages [Contents][Index]
package.lisp (file)
common-lisp
if* (macro)
if*-keyword-list (special variable)
Next: The user package, Previous: The zacl-if-star package, Up: Packages [Contents][Index]
package.lisp (file)
Next: The util․string package, Previous: The util․zip package, Up: Packages [Contents][Index]
package.lisp (file)
defpackage (macro)
Next: The mp package, Previous: The user package, Up: Packages [Contents][Index]
package.lisp (file)
string+ (function)
Next: The si package, Previous: The util․string package, Up: Packages [Contents][Index]
package.lisp (file)
Next: The acl-socket package, Previous: The mp package, Up: Packages [Contents][Index]
package.lisp (file)
Next: The net․uri package, Previous: The si package, Up: Packages [Contents][Index]
package.lisp (file)
Next: The socket package, Previous: The acl-socket package, Up: Packages [Contents][Index]
package.lisp (file)
Next: The excl․osi package, Previous: The net․uri package, Up: Packages [Contents][Index]
package.lisp (file)
Next: The zacl-reader package, Previous: The socket package, Up: Packages [Contents][Index]
package.lisp (file)
Previous: The excl․osi package, Up: Packages [Contents][Index]
package.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported special variables | ||
• Exported symbol macros | ||
• Exported macros | ||
• Exported functions | ||
• Exported generic functions | ||
• Exported conditions | ||
• Exported structures | ||
• Exported classes |
Next: Exported symbol macros, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
reader.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-sys.lisp (file)
Next: Exported macros, Previous: Exported special variables, Up: Exported definitions [Contents][Index]
package-sys.lisp (file)
(zacl::current-process)
Next: Exported functions, Previous: Exported symbol macros, Up: Exported definitions [Contents][Index]
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-ff.lisp (file)
package-excl.lisp (file)
defpackage-hack.lisp (file)
package-excl.lisp (file)
Return NIL if FORM signals an error, T and values as multiple values otherwise.
package-excl.lisp (file)
if-star.lisp (file)
package-excl.lisp (file)
Return the function produced by LAMBDA-FORM wrapped in a named function object. Useful for debugging, as the function object is no longer anonymous, but has a meaningful name name.
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-socket.lisp (file)
package-mp.lisp (file)
package-excl.lisp (file)
package-sys.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-mp.lisp (file)
package-si.lisp (file)
Next: Exported generic functions, Previous: Exported macros, Up: Exported definitions [Contents][Index]
package-socket.lisp (file)
package-excl.lisp (file)
package-sys.lisp (file)
package-excl.lisp (file)
package-net.uri.lisp (file)
package-excl.lisp (file)
package-util.zip.lisp (file)
package-sys.lisp (file)
package-excl.lisp (file)
package-socket.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-si.lisp (file)
package-sys.lisp (file)
package-socket.lisp (file)
package-socket.lisp (file)
package-socket.lisp (file)
package-socket.lisp (file)
package-socket.lisp (file)
defpackage-hack.lisp (file)
package-mp.lisp (file)
package-socket.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-net.uri.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-net.uri.lisp (file)
defpackage-hack.lisp (file)
package-excl.lisp (file)
package-sys.lisp (file)
package-socket.lisp (file)
package-excl.lisp (file)
package-net.uri.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-socket.lisp (file)
package-socket.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
Return the underlying Unix input FD of STREAM.
package-excl.lisp (file)
defpackage-hack.lisp (file)
package-util.string.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-net.uri.lisp (file)
package-net.uri.lisp (file)
package-net.uri.lisp (file)
package-net.uri.lisp (file)
package-net.uri.lisp (file)
package-net.uri.lisp (file)
package-net.uri.lisp (file)
package-mp.lisp (file)
package-excl.lisp (file)
package-toplevel.debug.lisp (file)
Next: Exported conditions, Previous: Exported functions, Up: Exported definitions [Contents][Index]
package-mp.lisp (file)
package-mp.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-excl.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
automatically generated reader method
portable-process.lisp (file)
automatically generated writer method
portable-process.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
package-mp.lisp (file)
defpackage-hack.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
defpackage-hack.lisp (file)
automatically generated reader method
package-socket.lisp (file)
automatically generated writer method
package-socket.lisp (file)
automatically generated reader method
package-excl.lisp (file)
automatically generated writer method
package-excl.lisp (file)
automatically generated reader method
package-net.uri.lisp (file)
automatically generated writer method
package-net.uri.lisp (file)
Next: Exported structures, Previous: Exported generic functions, Up: Exported definitions [Contents][Index]
package-excl.lisp (file)
error (condition)
stream-error-identifier (method)
:identifier
stream-error-identifier (generic function)
package-excl.lisp (file)
error (condition)
Next: Exported classes, Previous: Exported conditions, Up: Exported definitions [Contents][Index]
package-excl.lisp (file)
structure-object (structure)
basic-lock (structure)
(bordeaux-threads:make-lock)
synchronizing-structure-lock (function)
(setf synchronizing-structure-lock) (function)
Previous: Exported structures, Up: Exported definitions [Contents][Index]
asdf-tricks.lisp (file)
cl-source-file (class)
perform (method)
"cl"
package-util.zip.lisp (file)
standard-object (class)
package-util.zip.lisp (file)
standard-object (class)
package-excl.lisp (file)
standard-object (class)
process-lock (class)
lock (method)
:lock
(bordeaux-threads:make-lock)
lock (generic function)
package-mp.lisp (file)
lockable-object (class)
package-mp.lisp (file)
standard-object (class)
:queue
(queues:make-queue :simple-queue)
queue (generic function)
(setf queue) (generic function)
(bordeaux-threads:make-lock)
lock (generic function)
package-excl.lisp (file)
zacl-simple-stream (class)
(make-array 1024 :element-type (quote (unsigned-byte 8)))
buffer (generic function)
:output-handle
:input-handle
stream-input-handle (generic function)
:external-format
:latin1
stream-external-format (generic function)
(setf stream-external-format) (generic function)
package-net.uri.lisp (file)
standard-object (class)
:real-uri
real-uri (generic function)
:plist
uri-plist (generic function)
(setf uri-plist) (generic function)
Initarg | Value |
---|---|
:plist | nil |
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal constants | ||
• Internal special variables | ||
• Internal macros | ||
• Internal functions | ||
• Internal generic functions | ||
• Internal conditions | ||
• Internal structures | ||
• Internal classes | ||
• Internal types |
Next: Internal special variables, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
package-excl.lisp (file)
Next: Internal macros, Previous: Internal constants, Up: Internal definitions [Contents][Index]
portable-process.lisp (file)
reader.lisp (file)
reader.lisp (file)
reader.lisp (file)
Source files of aserve, taken from aserve/load.cl
utils.lisp (file)
utils.lisp (file)
portable-process.lisp (file)
package-excl.lisp (file)
fake-slots.lisp (file)
package-ff.lisp (file)
portable-process.lisp (file)
utils.lisp (file)
package-excl.lisp (file)
utils.lisp (file)
utils.lisp (file)
package-excl.lisp (file)
if-star.lisp (file)
Next: Internal functions, Previous: Internal special variables, Up: Internal definitions [Contents][Index]
package-excl.lisp (file)
fake-slots.lisp (file)
package-ff.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
utils.lisp (file)
Next: Internal generic functions, Previous: Internal macros, Up: Internal definitions [Contents][Index]
portable-process.lisp (file)
package-net.uri.lisp (file)
utils.lisp (file)
package-excl.lisp (file)
utils.lisp (file)
portable-process.lisp (file)
reader.lisp (file)
utils.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
utils.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
portable-process.lisp (file)
fake-slots.lisp (file)
fake-slots.lisp (file)
sbcl-specific.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
If NAME is a known foreign call, return a list with its lambda-list and function body.
package-ff.lisp (file)
sbcl-specific.lisp (file)
sbcl-specific.lisp (file)
package-socket.lisp (file)
package-socket.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
portable-process.lisp (file)
portable-process.lisp (file)
package-socket.lisp (file)
package-excl.lisp (file)
package-socket.lisp (file)
package-excl.lisp (file)
portable-process.lisp (file)
package-excl.lisp (file)
utils.lisp (file)
portable-process.lisp (file)
reader.lisp (file)
portable-process.lisp (file)
utils.lisp (file)
reader.lisp (file)
reader.lisp (file)
sbcl-specific.lisp (file)
sbcl-specific.lisp (file)
package-excl.lisp (file)
portable-process.lisp (file)
sbcl-specific.lisp (file)
sbcl-specific.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
package-sys.lisp (file)
package-excl.lisp (file)
package-excl.lisp (file)
utils.lisp (file)
utils.lisp (file)
utils.lisp (file)
utils.lisp (file)
package-excl.lisp (file)
utils.lisp (file)
package-net.uri.lisp (file)
package-net.uri.lisp (file)
package-net.uri.lisp (file)
Next: Internal conditions, Previous: Internal functions, Up: Internal definitions [Contents][Index]
portable-process.lisp (file)
automatically generated reader method
portable-process.lisp (file)
automatically generated writer method
portable-process.lisp (file)
automatically generated reader method
package-excl.lisp (file)
automatically generated reader method
package-socket.lisp (file)
automatically generated writer method
package-socket.lisp (file)
portable-process.lisp (file)
portable-process.lisp (file)
automatically generated reader method
automatically generated writer method
automatically generated reader method
portable-process.lisp (file)
automatically generated writer method
portable-process.lisp (file)
portable-process.lisp (file)
automatically generated reader method
automatically generated writer method
portable-process.lisp (file)
portable-process.lisp (file)
automatically generated reader method
package-mp.lisp (file)
automatically generated reader method
package-excl.lisp (file)
automatically generated reader method
portable-process.lisp (file)
portable-process.lisp (file)
automatically generated reader method
portable-process.lisp (file)
automatically generated reader method
portable-process.lisp (file)
automatically generated reader method
portable-process.lisp (file)
automatically generated reader method
package-mp.lisp (file)
automatically generated writer method
package-mp.lisp (file)
automatically generated reader method
package-socket.lisp (file)
automatically generated writer method
package-socket.lisp (file)
package-net.uri.lisp (file)
automatically generated reader method
package-net.uri.lisp (file)
portable-process.lisp (file)
automatically generated reader method
portable-process.lisp (file)
automatically generated reader method
automatically generated reader method
portable-process.lisp (file)
automatically generated writer method
portable-process.lisp (file)
portable-process.lisp (file)
automatically generated reader method
portable-process.lisp (file)
automatically generated writer method
portable-process.lisp (file)
automatically generated reader method
package-socket.lisp (file)
package-socket.lisp (file)
package-excl.lisp (file)
automatically generated reader method
package-socket.lisp (file)
portable-process.lisp (file)
automatically generated reader method
automatically generated writer method
automatically generated reader method
package-excl.lisp (file)
package-excl.lisp (file)
automatically generated reader method
portable-process.lisp (file)
automatically generated writer method
portable-process.lisp (file)
package-excl.lisp (file)
automatically generated reader method
package-socket.lisp (file)
package-excl.lisp (file)
automatically generated reader method
package-socket.lisp (file)
portable-process.lisp (file)
portable-process.lisp (file)
Next: Internal structures, Previous: Internal generic functions, Up: Internal definitions [Contents][Index]
package-excl.lisp (file)
error (condition)
Next: Internal classes, Previous: Internal conditions, Up: Internal definitions [Contents][Index]
package-excl.lisp (file)
synchronizing-structure (structure)
basic-lock-name (function)
(setf basic-lock-name) (function)
package-excl.lisp (file)
structure-object (structure)
Next: Internal types, Previous: Internal structures, Up: Internal definitions [Contents][Index]
portable-process.lisp (file)
standard-object (class)
:initial-function
(setf initial-function) (generic function)
:reset-action
t
reset-action (generic function)
(setf reset-action) (generic function)
:initial-arguments
initial-arguments (generic function)
(setf initial-arguments) (generic function)
:initial-bindings
initial-bindings (generic function)
(setf initial-bindings) (generic function)
:initial
state (generic function)
(setf state) (generic function)
run-reasons (generic function)
(setf run-reasons) (generic function)
arrest-reasons (generic function)
(setf arrest-reasons) (generic function)
:thread
thread (generic function)
(setf thread) (generic function)
:name
"anonymous"
(bordeaux-threads:make-lock "*-reasons lock")
reasons-lock (generic function)
(bordeaux-threads:make-condition-variable :name "*-reasons condition variable")
reasons-condition-variable (generic function)
(bordeaux-threads:make-lock "process lock")
lock (generic function)
(setf process-property-list) (generic function)
package-excl.lisp (file)
single-channel-simple-stream (class)
package-socket.lisp (file)
:socket
socket (generic function)
:real-stream
(setf real-stream) (generic function)
:bytes-written
0
bytes-written (generic function)
(setf bytes-written) (generic function)
:external-format
:latin-1
(setf stream-external-format) (generic function)
Previous: Internal classes, Up: Internal definitions [Contents][Index]
utils.lisp (file)
utils.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L Z |
---|
Jump to: | F L Z |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | %
(
.
A B C D E F G I K L M N O P Q R S T U W Y Z |
---|
Jump to: | %
(
.
A B C D E F G I K L M N O P Q R S T U W Y Z |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
A B C E I L N O P Q R S T |
---|
Jump to: | *
A B C E I L N O P Q R S T |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | A B C D E F I L M N P Q S T U Z |
---|
Jump to: | A B C D E F I L M N P Q S T U Z |
---|