From 241b24ac255c6ad86523aed62471ea690c9a5a12 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sat, 26 Nov 2005 21:48:15 +0000 Subject: [PATCH] - use trivial-gray-streams - replaced dep-* files, since most of them were identical --- README.html | 4 ++ cxml.asd | 42 ++++-------- doc/installation.html | 7 +- dom/dom-builder.lisp | 85 ++++++++++++++++--------- runes/{dep-acl5.lisp => definline.lisp} | 40 ++++++------ runes/dep-acl.lisp | 42 ------------ runes/dep-clisp.lisp | 59 ----------------- runes/dep-cmucl-dtc.lisp | 30 --------- runes/dep-cmucl.lisp | 30 --------- runes/dep-lw.lisp | 30 --------- runes/dep-openmcl.lisp | 16 ----- runes/dep-sbcl.lisp | 30 --------- xml/package.lisp | 12 +--- xml/xml-name-rune-p.lisp | 8 +-- xml/xml-parse.lisp | 35 ++++------ 15 files changed, 112 insertions(+), 358 deletions(-) rename runes/{dep-acl5.lisp => definline.lisp} (71%) delete mode 100644 runes/dep-acl.lisp delete mode 100644 runes/dep-clisp.lisp delete mode 100644 runes/dep-cmucl-dtc.lisp delete mode 100644 runes/dep-cmucl.lisp delete mode 100644 runes/dep-lw.lisp delete mode 100644 runes/dep-openmcl.lisp delete mode 100644 runes/dep-sbcl.lisp diff --git a/README.html b/README.html index 7ff881f..b77ea1a 100644 --- a/README.html +++ b/README.html @@ -86,6 +86,10 @@

Recent Changes

+

rel-2005-xx-yy

+

rel-2005-06-25