From 20d924d98e4c18f9bd4f83c93a85679fae6c1665 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 7 Oct 2005 13:05:38 +0000 Subject: [PATCH] Replaced $Log$ by $Id:$ --- mxml.c | 31 +------------------------------ mxml.h | 16 +--------------- strlcpy.c | 4 +--- strlcpy.h | 4 +--- 4 files changed, 4 insertions(+), 51 deletions(-) diff --git a/mxml.c b/mxml.c index 2ebc290..ec50e20 100755 --- a/mxml.c +++ b/mxml.c @@ -36,36 +36,7 @@ in the tree and for manipulating nodes, like replacing, adding and deleting nodes. - $Log$ - Revision 1.10 2005/05/09 18:43:52 ritt - Clear error - - Revision 1.9 2005/05/09 09:12:25 ritt - Moved strlcpy/strlcat into separate file - - Revision 1.8 2005/04/19 21:43:33 ritt - Implemented tree cloning and adding - - Revision 1.7 2005/04/06 11:17:02 ritt - Nodes can now have values AND subnodes - - Revision 1.6 2005/03/29 15:11:56 ritt - Close element before writing comment - - Revision 1.5 2005/03/29 14:49:50 ritt - Fixed compiler warning - - Revision 1.4 2005/03/29 14:48:54 ritt - Implemented mxml_write_comment() - - Revision 1.3 2005/03/29 14:37:46 ritt - Translate '<' and '&' always in writer - - Revision 1.2 2005/03/29 14:14:38 ritt - Implemented mxml_set_translate - - Revision 1.1.1.1 2005/03/29 08:19:45 ritt - Imported sources + $Id:$ \********************************************************************/ diff --git a/mxml.h b/mxml.h index 67edef1..d4d2966 100755 --- a/mxml.h +++ b/mxml.h @@ -5,21 +5,7 @@ Contents: Header file for mxml.c - $Log$ - Revision 1.5 2005/04/19 21:43:33 ritt - Implemented tree cloning and adding - - Revision 1.4 2005/04/06 11:17:02 ritt - Nodes can now have values AND subnodes - - Revision 1.3 2005/03/29 14:48:54 ritt - Implemented mxml_write_comment() - - Revision 1.2 2005/03/29 14:14:38 ritt - Implemented mxml_set_translate - - Revision 1.1.1.1 2005/03/29 08:19:45 ritt - Imported sources + $Id:$ \********************************************************************/ diff --git a/strlcpy.c b/strlcpy.c index 788feba..5aee762 100755 --- a/strlcpy.c +++ b/strlcpy.c @@ -6,9 +6,7 @@ Contents: Contains strlcpy and strlcat which are versions of strcpy and strcat, but which avoid buffer overflows - $Log$ - Revision 1.1 2005/05/09 09:12:03 ritt - Initial revision + $Id:$ \********************************************************************/ diff --git a/strlcpy.h b/strlcpy.h index 0639e91..bcdd1c2 100755 --- a/strlcpy.h +++ b/strlcpy.h @@ -5,9 +5,7 @@ Contents: Header file for strlcpy.c - $Log$ - Revision 1.1 2005/05/09 09:12:06 ritt - Initial revision + $Id:$ \********************************************************************/