X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/6075c3ad0f97c1811e50e1dd7fc6ca15f5bcd310..3bc429127d05ea3c84e3c151d53ad3546bea5e9b:/str.c diff --git a/str.c b/str.c index 9b5fc63..6423a4f 100644 --- a/str.c +++ b/str.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: str.c,v 1.5 2000/10/08 09:50:11 mdw Exp $ + * $Id: str.c,v 1.6 2004/04/08 01:36:13 mdw Exp $ * * Functions for hacking with strings * @@ -27,26 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: str.c,v $ - * Revision 1.5 2000/10/08 09:50:11 mdw - * (str_qword): Remove redundant definition of @STRF_QUOTE@. - * - * Revision 1.4 2000/10/08 09:43:34 mdw - * New quoted string handling and simple pattern matching. - * - * Revision 1.3 1999/12/22 15:41:14 mdw - * Skip past trailing whitespace in str_getword. - * - * Revision 1.2 1999/05/26 20:52:57 mdw - * Add new `rest' argument for `str_split'. - * - * Revision 1.1 1999/05/17 20:37:01 mdw - * Some trivial string hacks. - * - */ - /*----- Header files ------------------------------------------------------*/ #include