[Expat-checkins] CVS: expat/lib Makefile.in,1.4,1.5 expat.h,1.5,1.6 xmlparse.c,1.5,1.6 xmlrole.c,1.3,1.4 xmltok.c,1.3,1.4
Clark Cooper
coopercc@users.sourceforge.net
Fri, 29 Sep 2000 07:57:49 -0700
- Previous message: [Expat-checkins] CVS: expat Changes,1.1,1.2 Makefile.in,1.3,1.4 README,1.1,1.2 config.hin,1.3,1.4
- Next message: [Expat-checkins] CVS: expat Makefile.in,1.4,1.5 README,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/expat/expat/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv4975/lib
Modified Files:
Makefile.in expat.h xmlparse.c xmlrole.c xmltok.c
Log Message:
Versioning information, fill in Changes file, possible final commit before
first release (1.95.0)
Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/lib/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile.in 2000/09/28 19:47:33 1.4
--- Makefile.in 2000/09/29 14:57:45 1.5
***************
*** 47,52 ****
top_builddir = ..
- AUTOCONF = @AUTOCONF@
-
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
--- 47,50 ----
***************
*** 61,65 ****
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
- MAKEINFO = @MAKEINFO@
OBJDUMP = @OBJDUMP@
PACKAGE = @PACKAGE@
--- 59,62 ----
***************
*** 81,85 ****
CONFIG_CLEAN_FILES =
! DEFS = @DEFS@ -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
--- 78,83 ----
CONFIG_CLEAN_FILES =
! INCLUDES = -I$(srcdir) -I..
! DEFS = @DEFS@ -DPACKAGE='"$(PACKAGE)"' -DVERSION='"$(VERSION)"'
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** expat.h 2000/09/28 17:53:00 1.5
--- expat.h 2000/09/29 14:57:45 1.6
***************
*** 700,703 ****
--- 700,707 ----
XML_ErrorString(int code);
+ /* Return a string containing the version number of this expat */
+ const XML_LChar XMLPARSEAPI *
+ XML_ExpatVersion();
+
#ifdef __cplusplus
}
Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** xmlparse.c 2000/09/28 17:53:00 1.5
--- xmlparse.c 2000/09/29 14:57:45 1.6
***************
*** 4,7 ****
--- 4,10 ----
*/
+ static char RCSId[]
+ = "$Header$";
+
#include <config.h>
***************
*** 1303,1306 ****
--- 1306,1314 ----
return message[code];
return 0;
+ }
+
+ const XML_LChar *
+ XML_ExpatVersion() {
+ return VERSION;
}
Index: xmlrole.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlrole.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** xmlrole.c 2000/09/28 17:53:00 1.3
--- xmlrole.c 2000/09/29 14:57:45 1.4
***************
*** 4,7 ****
--- 4,10 ----
*/
+ static char RCSId[]
+ = "$Header$";
+
#include <config.h>
#include "xmlrole.h"
Index: xmltok.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmltok.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** xmltok.c 2000/09/28 17:53:00 1.3
--- xmltok.c 2000/09/29 14:57:45 1.4
***************
*** 4,7 ****
--- 4,10 ----
*/
+ static char RCSId[]
+ = "$Header$";
+
#include <config.h>
#include "xmltok.h"
- Previous message: [Expat-checkins] CVS: expat Changes,1.1,1.2 Makefile.in,1.3,1.4 README,1.1,1.2 config.hin,1.3,1.4
- Next message: [Expat-checkins] CVS: expat Makefile.in,1.4,1.5 README,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]