commit fba02fbcab3413ebad1b73e7f1e0e23fb4ea7800 Author: Stelian Ionescu sionescu@cddr.org Date: Tue Nov 16 01:58:39 2010 +0100
Remove obsolete code
src/conf/pkgdcl.lisp | 3 +-- src/conf/requires.lisp | 4 ---- 2 files changed, 1 insertions(+), 6 deletions(-)
commit 8fe4ce28a18a3b72e3c4b50029dad14c790e4ccb Author: Stelian Ionescu sionescu@cddr.org Date: Tue Nov 16 01:56:58 2010 +0100
Add TFB's conduits, IOLIB.CL and IOLIB.CONF, shuffle some symbols
src/base/definitions.lisp | 14 -- src/base/gray-stream-mixin.lisp | 132 ------------- src/base/pkgdcl.lisp | 72 +------- src/base/scl-gray-streams.lisp | 126 ------------ src/conf/pkgdcl.lisp | 9 + src/conf/requires.lisp | 20 ++ src/grovel/invoke.lisp | 4 - src/iolib-grovel.asd | 10 +- src/iolib.base.asd | 39 +++- src/iolib.conf.asd | 16 ++ src/new-cl/conduits.lisp | 397 ++++++++++++++++++++++++++++++++++++++ src/new-cl/definitions.lisp | 16 ++ src/new-cl/gray-streams.lisp | 129 ++++++++++++ src/new-cl/pkgdcl.lisp | 49 +++++ src/new-cl/scl-gray-streams.lisp | 126 ++++++++++++ 15 files changed, 803 insertions(+), 356 deletions(-)
commit 6ed4dd53320f1e39e68f4907562d05ae7b9a4582 Author: Stelian Ionescu sionescu@cddr.org Date: Mon Nov 15 23:11:35 2010 +0100
Don't bind {LOAD,COMPILE}-{PRINT,VERBOSE} to NIL inconditionally.
Deciding upon the compilation verbosity should be up to the compilation environment, no the code.
src/base/asdf.lisp | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-)
commit 5f35dc89e007dab2cf5d8dad4bbbdb5ce0b04338 Author: Stelian Ionescu sionescu@cddr.org Date: Mon Nov 15 23:02:15 2010 +0100
Muffle SB-INT:PACKAGE-AT-VARIANCE too, also during ASDF:LOAD-OP
src/base/asdf.lisp | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-)
An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20101115.tar.gz
Main repository: http://gitorious.org/iolib/iolib Backup 1: http://common-lisp.net/gitweb?p=projects/iolib/iolib.git Backup 2: http://repo.or.cz/w/iolib.git