You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/06/17 03:30:03 UTC

svn commit: r191045 [8/8] - in /xerces/c/trunk: samples/src/DOMCount/ samples/src/DOMPrint/ samples/src/MemParse/ samples/src/PParse/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SEnumVal/ samples/src/StdInParse/ src/xercesc/dom/ src/xercesc/dom/impl/ src/xercesc/framework/ src/xercesc/framework/psvi/ src/xercesc/internal/ src/xercesc/parsers/ src/xercesc/sax/ src/xercesc/sax2/ src/xercesc/util/ src/xercesc/util/Compilers/ src/xercesc/util/MsgLoaders/ICU/ src/xercesc/util/MsgLoaders/InMemory/ src/xercesc/util/MsgLoaders/MsgCatalog/ src/xercesc/util/MsgLoaders/Win32/ src/xercesc/util/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ src/xercesc/util/Platforms/AIX/ src/xercesc/util/Platforms/BeOS/ src/xercesc/util/Platforms/Cygwin/ src/xercesc/util/Platforms/FreeBSD/ src/xercesc/util/Platforms/HPUX/ src/xercesc/util/Platforms/IRIX/ src/xercesc/util/Platforms/Interix/ src/xercesc/util/Platforms/Linux/ src/xercesc/util/Platforms/OS2/ src/xercesc/util/Platforms/OS390/ src/xercesc/util/Platforms/OS400/ src/xercesc/util/Platforms/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/QNX/ src/xercesc/util/Platforms/Solaris/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Platforms/Win32/ src/xercesc/util/Transcoders/ICU/ src/xercesc/util/Transcoders/Iconv/ src/xercesc/util/Transcoders/Iconv390/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ src/xercesc/util/Transcoders/Win32/ src/xercesc/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/NLS/Xlat/

Modified: xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp (original)
+++ xerces/c/trunk/tests/src/XSerializerTest/XSerializerTest.hpp Thu Jun 16 18:29:55 2005
@@ -16,18 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.3  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2003/12/16 17:16:08  peiyongz
- * . Using BinMemInputStream/BinMemOutputStream
- * . Using SAX2XMLReader
- *
- * Revision 1.1  2003/12/12 18:17:25  peiyongz
- * XSerializerTest
- *
- *
  */
 
 #if !defined(XSERIALIZER_TEST_HPP)

Modified: xerces/c/trunk/tools/IANACharset/IANACharset_ErrHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/IANACharset/IANACharset_ErrHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/IANACharset/IANACharset_ErrHandler.hpp (original)
+++ xerces/c/trunk/tools/IANACharset/IANACharset_ErrHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/05 22:14:31  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.1  2002/07/18 20:15:32  knoaman
- * Initial checkin: feature to control strict IANA encoding name.
- *
+ * $Id$
  */
 
 #include <xercesc/util/XercesDefs.hpp>

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/NLS/Xlat/Xlat.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat.hpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat.hpp Thu Jun 16 18:29:55 2005
@@ -15,44 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.8  2002/11/05 22:10:06  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.7  2002/09/30 22:09:58  peiyongz
- * To generate icu resource file (in text) for error message.
- *
- * Revision 1.6  2002/07/04 17:40:07  tng
- * Use new DOM in Xlat.
- *
- * Revision 1.5  2002/02/01 23:48:37  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/05/03 19:09:38  knoaman
- * Support Warning/Error/FatalError messaging.
- * Validity constraints errors are treated as errors, with the ability by user to set
- * validity constraints as fatal errors.
- *
- * Revision 1.3  2000/03/02 19:55:53  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:14  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:42:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_CppSrc.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/NLS/Xlat/Xlat_CppSrc.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_CppSrc.hpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_CppSrc.hpp Thu Jun 16 18:29:55 2005
@@ -15,32 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.4  2000/03/02 19:55:53  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:18  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_ErrHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/NLS/Xlat/Xlat_ErrHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_ErrHandler.hpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_ErrHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/05 22:10:06  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.4  2002/02/01 23:48:37  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:53  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:20  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #include <xercesc/util/XercesDefs.hpp>

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_Formatter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/NLS/Xlat/Xlat_Formatter.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_Formatter.hpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_Formatter.hpp Thu Jun 16 18:29:55 2005
@@ -15,29 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2000/03/02 19:55:53  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:22  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:42:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.hpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.hpp Thu Jun 16 18:29:55 2005
@@ -16,14 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2002/09/30 22:09:28  peiyongz
- * To generate icu resource file (in text) for error message.
- *
- *
  */
 
 #ifndef ICU_RESBUND_FORMATTER_H

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.hpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.hpp Thu Jun 16 18:29:55 2005
@@ -15,32 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2000/03/02 19:55:53  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.4  2000/02/06 07:48:42  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.2  1999/12/20 22:51:09  roddey
- * Updated to deal with the new transcoder interface.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:27  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:42:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_Types.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/NLS/Xlat/Xlat_Types.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_Types.hpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_Types.hpp Thu Jun 16 18:29:55 2005
@@ -15,24 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2000/03/02 19:55:54  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:42  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:28  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_Win32RC.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tools/NLS/Xlat/Xlat_Win32RC.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_Win32RC.hpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_Win32RC.hpp Thu Jun 16 18:29:55 2005
@@ -15,29 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2000/03/02 19:55:54  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:42  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:32  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:07  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org