Replaced $Log$ by $Id:$

This commit is contained in:
2005-10-07 13:05:38 +00:00
parent 88f8fac150
commit 20d924d98e
4 changed files with 4 additions and 51 deletions
+1 -30
View File
@@ -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:$
\********************************************************************/
+1 -15
View File
@@ -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:$
\********************************************************************/
+1 -3
View File
@@ -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:$
\********************************************************************/
+1 -3
View File
@@ -5,9 +5,7 @@
Contents: Header file for strlcpy.c
$Log$
Revision 1.1 2005/05/09 09:12:06 ritt
Initial revision
$Id:$
\********************************************************************/