X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssplit.c;h=e77cfc05e517bd00350395f1d8d458f48ec515c7;hp=ff362568a58d5652b7c8853585cc3786b274a10e;hb=f4464cf737ef3de89c27a86c20595bebc802b29a;hpb=97110184221edacdb7d4dfc29de0e38d63f4d831 diff --git a/ssplit.c b/ssplit.c index ff362568..e77cfc05 100644 --- a/ssplit.c +++ b/ssplit.c @@ -1,9 +1,9 @@ -const char ssplit_rcs[] = "$Id: ssplit.c,v 1.5 2002/03/24 13:25:43 swa Exp $"; +const char ssplit_rcs[] = "$Id: ssplit.c,v 1.8 2006/07/18 14:48:47 david__schmidt Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/ssplit.c,v $ * - * Purpose : A function to split a string at specified deliminters. + * Purpose : A function to split a string at specified delimiters. * * Copyright : Written by and Copyright (C) 2001 the SourceForge * Privoxy team. http://www.privoxy.org/ @@ -32,6 +32,13 @@ const char ssplit_rcs[] = "$Id: ssplit.c,v 1.5 2002/03/24 13:25:43 swa Exp $"; * * Revisions : * $Log: ssplit.c,v $ + * Revision 1.8 2006/07/18 14:48:47 david__schmidt + * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) + * with what was really the latest development (the v_3_0_branch branch) + * + * Revision 1.6 2002/03/26 22:29:55 swa + * we have a new homepage! + * * Revision 1.5 2002/03/24 13:25:43 swa * name change related issues *