X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/f60a34341fee6aafd5b878dce23b80af7c60064d..f2b3b677e6a78b32a859cf02050d16ea6d7660f5:/src/class.c?ds=sidebyside diff --git a/src/class.c b/src/class.c index f41e17e..7285df7 100644 --- a/src/class.c +++ b/src/class.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: class.c,v 1.9 2003/10/12 00:14:55 mdw Exp $ + * $Id: class.c,v 1.10 2004/04/08 01:36:20 mdw Exp $ * * Handling classes of things nicely * @@ -26,39 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: class.c,v $ - * Revision 1.9 2003/10/12 00:14:55 mdw - * Major overhaul. Now uses DSA signatures rather than the bogus symmetric - * encrypt-and-hope thing. Integrated with mLib and Catacomb. - * - * Revision 1.8 1998/06/08 11:20:36 mdw - * (class__wildMatch) Fixed bug which overran pattern string, spotted by - * Mark Rison. - * - * Revision 1.7 1998/01/12 16:45:50 mdw - * Fix copyright date. - * - * Revision 1.6 1997/09/17 10:14:56 mdw - * Complete rewrite to support class trees. Makes the behaviour of the set - * operators much more logical. - * - * Revision 1.5 1997/08/20 16:16:13 mdw - * Patch memory leak. Don't try to trace when tracing's turned off. - * - * Revision 1.4 1997/08/07 09:56:37 mdw - * (Log entry for previous version is bogus.) Minor changes to host - * checking code. - * - * Revision 1.2 1997/08/04 10:24:21 mdw - * Sources placed under CVS control. - * - * Revision 1.1 1997/07/21 13:47:52 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ /* --- ANSI headers --- */