mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-14 13:56:41 +02:00
Updated world wide web link in comment header
This commit is contained in:
parent
5e8e47db3a
commit
40a1bb3487
@ -3,9 +3,9 @@
|
|||||||
* Date created: Copyright (c) 1986 by University of Toronto.
|
* Date created: Copyright (c) 1986 by University of Toronto.
|
||||||
* Author: Henry Spencer.
|
* Author: Henry Spencer.
|
||||||
* Extensions and modifications by Thomas Jensen
|
* Extensions and modifications by Thomas Jensen
|
||||||
* Version: $Id: regsub.c,v 1.3 1999/04/12 18:13:57 tsjensen Exp tsjensen $
|
* Version: $Id: regsub.c,v 1.4 1999-07-20 11:51:41-07 tsjensen Exp $
|
||||||
* Language: K&R C (traditional)
|
* Language: K&R C (traditional)
|
||||||
* World Wide Web: http://home.pages.de/~jensen/boxes/
|
* World Wide Web: http://boxes.thomasjensen.com/
|
||||||
* Purpose: Perform substitutions after a regexp match
|
* Purpose: Perform substitutions after a regexp match
|
||||||
* Remarks: - Not derived from licensed software.
|
* Remarks: - Not derived from licensed software.
|
||||||
* - Permission is granted to anyone to use this
|
* - Permission is granted to anyone to use this
|
||||||
@ -24,6 +24,10 @@
|
|||||||
* Revision History:
|
* Revision History:
|
||||||
*
|
*
|
||||||
* $Log: regsub.c,v $
|
* $Log: regsub.c,v $
|
||||||
|
* Revision 1.4 1999-07-20 11:51:41-07 tsjensen
|
||||||
|
* Bugfix: REPLACE "^" with "a" caused a hangup. Now automatically declaring
|
||||||
|
* matches which have a length of zero to be of scope "once".
|
||||||
|
*
|
||||||
* Revision 1.3 1999/04/12 18:13:57 tsjensen
|
* Revision 1.3 1999/04/12 18:13:57 tsjensen
|
||||||
* Added missing '$' to rcs id string, changed from #ident to char
|
* Added missing '$' to rcs id string, changed from #ident to char
|
||||||
*
|
*
|
||||||
@ -42,7 +46,7 @@
|
|||||||
#include "regmagic.h"
|
#include "regmagic.h"
|
||||||
|
|
||||||
char rcsid_regsub_c[] =
|
char rcsid_regsub_c[] =
|
||||||
"$Id: regsub.c,v 1.3 1999/04/12 18:13:57 tsjensen Exp tsjensen $";
|
"$Id: regsub.c,v 1.4 1999-07-20 11:51:41-07 tsjensen Exp $";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user