please pull from http://common-lisp.net/~loliveira/darcs/alexandria , the repository contains a few changes made by Luis during the last SoC. there a re a few conflicts which I tried to resolv here: http://common-lisp.net/~sionescu/darcs/alexandria/ , although I'm not sure I did it properly. A summary of the changes:
Mon Aug 6 18:02:06 CEST 2007 Stelian Ionescu sionescu@common-lisp.net * Fix some type declarations for CLISP-compatibility. Type declareations like ((or fixnum null) bar) or (unsigned-byte foo) don't work on CLISP. Must use (type unsigned-byte foo) instead.
Thu Jul 26 19:11:10 CEST 2007 Luis Oliveira loliveira@common-lisp.net * New macro: IGNORE-SOME-CONDITIONS
Fri Jul 20 02:36:07 CEST 2007 Luis Oliveira loliveira@common-lisp.net * New macro: COERCEF
Added respective documentation to the manual.
Fri Jul 20 02:35:23 CEST 2007 Luis Oliveira loliveira@common-lisp.net * New macro: NCONCF
- Added respective documentation to the manual. - New test: NCONCF.1
Fri Jul 20 02:34:20 CEST 2007 Luis Oliveira loliveira@common-lisp.net * New function: FEATUREP
Added respective documentation in manual as well.
Wed Jul 11 16:03:50 CEST 2007 Luis Oliveira loliveira@common-lisp.net * Remove trailing whitespace in source code