r1639: Initial revision
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Mar 2002 14:04:48 +0000 (14:04 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Mar 2002 14:04:48 +0000 (14:04 +0000)
commit8213ff48f5362c3d4792444c929f50bd128bd044
tree5fd11be295558c2bbac026e7400409e44551c84e
r1639: Initial revision
60 files changed:
COPYING.CLSQL [new file with mode: 0644]
COPYING.MaiSQL [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
VERSION [new file with mode: 0644]
clsql-aodbc.system [new file with mode: 0644]
clsql-mysql.system [new file with mode: 0644]
clsql-postgresql-socket.system [new file with mode: 0644]
clsql-postgresql.system [new file with mode: 0644]
clsql.system [new file with mode: 0644]
cmucl-compat/.cvsignore [new file with mode: 0755]
cmucl-compat/cmucl-compat.cl [new file with mode: 0644]
cmucl-compat/loop-extension.cl [new file with mode: 0644]
doc/.cvsignore [new file with mode: 0755]
doc/Makefile [new file with mode: 0644]
doc/appendix.sgml [new file with mode: 0644]
doc/bookinfo.sgml [new file with mode: 0644]
doc/catalog [new file with mode: 0644]
doc/clsql.sgml [new file with mode: 0644]
doc/dsssl/html-docbook.dsl [new file with mode: 0644]
doc/dsssl/html/docbook.dsl [new file with mode: 0644]
doc/dsssl/print-docbook.dsl [new file with mode: 0644]
doc/dsssl/print/docbook.dsl [new file with mode: 0644]
doc/glossary.sgml [new file with mode: 0644]
doc/intro.sgml [new file with mode: 0644]
doc/preface.sgml [new file with mode: 0644]
doc/ref.sgml [new file with mode: 0644]
doc/sgml-docbook-4.1.cat [new file with mode: 0644]
interfaces/aodbc/.cvsignore [new file with mode: 0755]
interfaces/aodbc/aodbc-package.cl [new file with mode: 0644]
interfaces/aodbc/aodbc-sql.cl [new file with mode: 0644]
interfaces/mysql/.cvsignore [new file with mode: 0755]
interfaces/mysql/Makefile [new file with mode: 0644]
interfaces/mysql/Makefile.msvc [new file with mode: 0644]
interfaces/mysql/clsql-mysql.c [new file with mode: 0644]
interfaces/mysql/mysql-loader.cl [new file with mode: 0644]
interfaces/mysql/mysql-package.cl [new file with mode: 0644]
interfaces/mysql/mysql-sql.cl [new file with mode: 0644]
interfaces/mysql/mysql-uffi.cl [new file with mode: 0644]
interfaces/mysql/testing/mysql-struct-size.cc [new file with mode: 0644]
interfaces/mysql/testing/mysql-struct-size.cl [new file with mode: 0644]
interfaces/postgresql-socket/.cvsignore [new file with mode: 0755]
interfaces/postgresql-socket/postgresql-socket-package.cl [new file with mode: 0644]
interfaces/postgresql-socket/postgresql-socket-sql.cl [new file with mode: 0644]
interfaces/postgresql-socket/postgresql-socket-uffi.cl [new file with mode: 0644]
interfaces/postgresql/.cvsignore [new file with mode: 0755]
interfaces/postgresql/postgresql-loader.cl [new file with mode: 0644]
interfaces/postgresql/postgresql-package.cl [new file with mode: 0644]
interfaces/postgresql/postgresql-sql.cl [new file with mode: 0644]
interfaces/postgresql/postgresql-uffi.cl [new file with mode: 0644]
set-logical.cl [new file with mode: 0644]
sql/.cvsignore [new file with mode: 0755]
sql/functional.cl [new file with mode: 0644]
sql/package.cl [new file with mode: 0644]
sql/sql.cl [new file with mode: 0644]
test-clsql.cl [new file with mode: 0644]