No description
Find a file
jjgarcia ea010dee34 Add new declaration, si::c-export-fname, which produces lisp compiled files with
meaningful names for the exported functions. For instance,
	(proclaim '(si::c-export-fname union))
is used to produce a C function with name clLunion, which can be directly used
in other compiled files. This feature has been applied to almost all functions
in the Lisp runtime.
2001-07-12 16:32:15 +00:00
contrib Initial revision 2001-06-26 17:14:44 +00:00
src Add new declaration, si::c-export-fname, which produces lisp compiled files with 2001-07-12 16:32:15 +00:00
configure Initial revision 2001-06-26 17:14:44 +00:00
Copyright Initial revision 2001-06-26 17:14:44 +00:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile Add a name mangler to "dpp" so that it translates symbol names as 2001-07-02 17:11:28 +00:00
Makefile.in Initial revision 2001-06-26 17:14:44 +00:00
README.1st Initial revision 2001-06-26 17:14:44 +00:00
site.lsp Initial revision 2001-06-26 17:14:44 +00:00

You can find the preprocessed documentation in ./doc in HTML format.