X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=encode.c;h=189dfee013f47b777bd6e1be875bbf6879734d35;hb=6584be3d9bde7052e5288a6746ec11de94c501b9;hp=07263d833cdf5a69f7e95d31644dac420558daca;hpb=17ef7337d1a41e4733c1ec662c3b1191d0c76a8a;p=privoxy.git diff --git a/encode.c b/encode.c index 07263d83..189dfee0 100644 --- a/encode.c +++ b/encode.c @@ -1,13 +1,13 @@ -const char encode_rcs[] = "$Id: encode.c,v 1.5 2002/03/07 03:46:53 oes Exp $"; +const char encode_rcs[] = "$Id: encode.c,v 1.8 2002/03/26 22:29:54 swa Exp $"; /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/encode.c,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/encode.c,v $ * * Purpose : Functions to encode and decode URLs, and also to * encode cookies and HTML text. * * 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 @@ -33,6 +33,15 @@ const char encode_rcs[] = "$Id: encode.c,v 1.5 2002/03/07 03:46:53 oes Exp $"; * * Revisions : * $Log: encode.c,v $ + * Revision 1.8 2002/03/26 22:29:54 swa + * we have a new homepage! + * + * Revision 1.7 2002/03/24 13:25:43 swa + * name change related issues + * + * Revision 1.6 2002/03/13 00:27:04 jongfoster + * Killing warnings + * * Revision 1.5 2002/03/07 03:46:53 oes * Fixed compiler warnings etc *