X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=killpopup.c;h=e0219002a179f7b479aa4c3ec95b0a5ec07908df;hp=92b646e480c6e3cafb71486453ab31e47f1ed497;hb=abeb270803c84f18699423993ac24f19374a02ad;hpb=0fbf932baece16fa5f32b3d5a46771d116d6ea27 diff --git a/killpopup.c b/killpopup.c index 92b646e4..e0219002 100644 --- a/killpopup.c +++ b/killpopup.c @@ -1,12 +1,12 @@ -const char killpopup_rcs[] = "$Id: killpopup.c,v 1.13 2001/11/13 00:16:40 jongfoster Exp $"; +const char killpopup_rcs[] = "$Id: killpopup.c,v 1.16 2002/03/26 22:29:55 swa Exp $"; /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/killpopup.c,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/killpopup.c,v $ * * Purpose : Handles the filtering of popups. * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * IJBSWA team. http://ijbswa.sourceforge.net + * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -32,6 +32,15 @@ const char killpopup_rcs[] = "$Id: killpopup.c,v 1.13 2001/11/13 00:16:40 jongfo * * Revisions : * $Log: killpopup.c,v $ + * Revision 1.16 2002/03/26 22:29:55 swa + * we have a new homepage! + * + * Revision 1.15 2002/03/24 13:25:43 swa + * name change related issues + * + * Revision 1.14 2002/03/07 03:46:53 oes + * Fixed compiler warnings etc + * * Revision 1.13 2001/11/13 00:16:40 jongfoster * Replacing references to malloc.h with the standard stdlib.h * (See ANSI or K&R 2nd Ed)