[version 0.5.2 ediware**20070516050016] { hunk ./CHANGELOG 1 +Version 0.5.2 +2007-05-15 +Fix for (newer versions of) ECL (patch from Dustin Long) + hunk ./cl-fad.asd 2 -;;; $Header: /usr/local/cvsrep/cl-fad/cl-fad.asd,v 1.13 2006/08/11 14:07:29 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-fad/cl-fad.asd,v 1.16 2007/05/15 18:54:15 edi Exp $ hunk ./cl-fad.asd 4 -;;; Copyright (c) 2005-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved. hunk ./cl-fad.asd 30 -(in-package #:cl-user) - -#+:allegro (require :osi) -#+:sbcl (require :sb-executable) -#+:sbcl (require :sb-posix) +#+:allegro (cl:require :osi) +#+:sbcl (cl:require :sb-executable) +#+:sbcl (cl:require :sb-posix) hunk ./cl-fad.asd 35 - :version "0.5.1" + :version "0.5.2" hunk ./cl-fad.system 2 -;;; $Header: /usr/local/cvsrep/cl-fad/cl-fad.system,v 1.6 2006/01/03 18:44:32 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-fad/cl-fad.system,v 1.7 2007/01/01 23:40:24 edi Exp $ hunk ./cl-fad.system 4 -;;; Copyright (c) 2005-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved. hunk ./corman.lisp 2 -;;; $Header: /usr/local/cvsrep/cl-fad/corman.lisp,v 1.2 2006/01/03 18:44:32 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-fad/corman.lisp,v 1.3 2007/01/01 23:40:24 edi Exp $ hunk ./corman.lisp 4 -;;; Copyright (c) 2005-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved. hunk ./doc/index.html 9 - a { text-decoration: none; } - a.noborder { border:0px } - a.noborder:hover { border:0px } - a.none { border:1px solid white; } - a.none:hover { border:1px solid white; } - a { border:1px solid white; } - a:hover { border: 1px solid black; } + h3, h4 { text-decoration: underline; } + a { text-decoration: none; padding: 1px 2px 1px 2px; } + a:visited { text-decoration: none; padding: 1px 2px 1px 2px; } + a:hover { text-decoration: none; padding: 1px 1px 1px 1px; border: 1px solid #000000; } + a:focus { text-decoration: none; padding: 1px 2px 1px 2px; border: none; } + a.none { text-decoration: none; padding: 0; } + a.none:visited { text-decoration: none; padding: 0; } + a.none:hover { text-decoration: none; border: none; padding: 0; } + a.none:focus { text-decoration: none; border: none; padding: 0; } + a.noborder { text-decoration: none; padding: 0; } + a.noborder:visited { text-decoration: none; padding: 0; } + a.noborder:hover { text-decoration: none; border: none; padding: 0; } + a.noborder:focus { text-decoration: none; border: none; padding: 0; } + pre.none { padding:5px; background-color:#ffffff } hunk ./doc/index.html 76 -current version is 0.5.1. +current version is 0.5.2. hunk ./doc/index.html 88 -for Gentoo Linux thanks to Matthew Kennedy -and for Debian Linux thanks to René van Bevern. +for Gentoo Linux thanks to Matthew Kennedy +and for Debian Linux thanks to René van Bevern. hunk ./doc/index.html 93 +

+Luís Oliveira maintains a darcs +repository of CL-FAD +at http://common-lisp.net/~loliveira/ediware/. +

+If you want to send patches, please read this first. hunk ./doc/index.html 236 -$Header: /usr/local/cvsrep/cl-fad/doc/index.html,v 1.24 2006/08/11 14:07:30 edi Exp $ +$Header: /usr/local/cvsrep/cl-fad/doc/index.html,v 1.29 2007/05/15 18:54:16 edi Exp $ hunk ./fad.lisp 2 -;;; $Header: /usr/local/cvsrep/cl-fad/fad.lisp,v 1.28 2006/08/11 14:07:29 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-fad/fad.lisp,v 1.30 2007/05/15 18:54:15 edi Exp $ hunk ./fad.lisp 5 -;;; Copyright (c) 2004-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2004-2007, Dr. Edmund Weitz. All rights reserved. hunk ./fad.lisp 90 - #+:ecl (directory (pathname-as-directory dirname)) + #+:ecl + (let ((dir (pathname-as-directory dirname))) + (concatenate 'list + (directory (merge-pathnames (pathname "*/") dir)) + (directory (merge-pathnames (pathname "*.*") dir)))) hunk ./load.lisp 2 -;;; $Header: /usr/local/cvsrep/cl-fad/load.lisp,v 1.6 2006/01/03 18:44:32 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-fad/load.lisp,v 1.7 2007/01/01 23:40:24 edi Exp $ hunk ./load.lisp 4 -;;; Copyright (c) 2005-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved. hunk ./openmcl.lisp 2 -;;; $Header: /usr/local/cvsrep/cl-fad/openmcl.lisp,v 1.3 2006/01/03 18:44:32 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-fad/openmcl.lisp,v 1.4 2007/01/01 23:40:24 edi Exp $ hunk ./openmcl.lisp 4 -;;; Copyright (c) 2005-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved. hunk ./packages.lisp 2 -;;; $Header: /usr/local/cvsrep/cl-fad/packages.lisp,v 1.9 2006/01/03 18:44:32 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-fad/packages.lisp,v 1.10 2007/01/01 23:40:24 edi Exp $ hunk ./packages.lisp 4 -;;; Copyright (c) 2005-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved. hunk ./test.lisp 2 -;;; $Header: /usr/local/cvsrep/cl-fad/test.lisp,v 1.9 2006/04/21 21:33:29 edi Exp $ +;;; $Header: /usr/local/cvsrep/cl-fad/test.lisp,v 1.10 2007/01/01 23:40:24 edi Exp $ hunk ./test.lisp 4 -;;; Copyright (c) 2005-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2005-2007, Dr. Edmund Weitz. All rights reserved. }