X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssplit.c;h=e77cfc05e517bd00350395f1d8d458f48ec515c7;hp=397b71de2a03fc9726664b771dca78ddc479b132;hb=801a5d8e387c4474deb9c8a49c0f2e5e115eec49;hpb=72081f829de368392d04076728f8c991178c0080 diff --git a/ssplit.c b/ssplit.c index 397b71de..e77cfc05 100644 --- a/ssplit.c +++ b/ssplit.c @@ -1,9 +1,9 @@ -const char ssplit_rcs[] = "$Id: ssplit.c,v 1.6 2002/03/26 22:29:55 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/Attic/ssplit.c,v $ + * 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,10 @@ const char ssplit_rcs[] = "$Id: ssplit.c,v 1.6 2002/03/26 22:29:55 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! *