From 336ea8bb77b1bc4457ff6fb61bc776ce32c2b3e1 Mon Sep 17 00:00:00 2001 From: Rahul Jain <rahulj@apache.org> Date: Tue, 14 Dec 1999 23:53:36 +0000 Subject: [PATCH] Removed the offending Ctrl-M's from the commit message logs which was giving packaging problems. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171470 13f79535-47bb-0310-9956-ffa450edef68 --- obj/Makefile.in | 15 ++++++++++++--- src/Makefile.in | 15 ++++++++++++--- src/Makefile.incl | 11 ++++++++++- src/dom/Makefile.in | 13 +++++++++++-- src/framework/Makefile.in | 13 +++++++++++-- src/internal/Makefile.in | 13 +++++++++++-- src/parsers/Makefile.in | 11 ++++++++++- src/runConfigure | 15 ++++++++++++--- src/sax/Makefile.in | 13 +++++++++++-- src/util/Compilers/HPCCDefs.hpp | 11 ++++++++++- src/util/Compilers/MIPSproDefs.cpp | 9 +++++++++ src/util/Compilers/MIPSproDefs.hpp | 9 +++++++++ src/util/Compilers/Makefile.in | 13 +++++++++++-- src/util/Makefile.in | 11 ++++++++++- src/util/MsgLoaders/ICU/Makefile.in | 13 +++++++++++-- src/util/MsgLoaders/InMemory/Makefile.in | 13 +++++++++++-- src/util/MsgLoaders/MsgCatalog/Makefile.in | 13 +++++++++++-- src/util/Platforms/HPUX/HPPlatformUtils.cpp | 11 ++++++++++- src/util/Platforms/IRIX/IRIXDefs.hpp | 9 +++++++++ src/util/Platforms/IRIX/IRIXPlatformUtils.cpp | 9 +++++++++ src/util/Platforms/Linux/LinuxPlatformUtils.cpp | 11 ++++++++++- src/util/Platforms/Makefile.in | 11 ++++++++++- src/util/Transcoders/ICU/Makefile.in | 13 +++++++++++-- src/util/Transcoders/Iconv/IconvTransService.cpp | 13 +++++++++++-- src/util/Transcoders/Iconv/Makefile.in | 11 ++++++++++- src/validators/DTD/Makefile.in | 11 ++++++++++- 26 files changed, 272 insertions(+), 38 deletions(-) diff --git a/obj/Makefile.in b/obj/Makefile.in index fbb380c32..bcf47e488 100644 --- a/obj/Makefile.in +++ b/obj/Makefile.in @@ -55,14 +55,23 @@ # # # $Log$ +# Revision 1.5 1999/12/14 23:53:17 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.4 1999/11/24 23:21:42 rahulj # Now works under HPUX 10.20 with CC and aCC, with ICU and native -distclean target now remove and remaining Makefile(s) -clean target now removes the template repository directory +# distclean target now remove and remaining Makefile(s) +# clean target now removes the template repository directory # # Revision 1.3 1999/11/23 01:59:16 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.2 1999/11/12 20:38:43 rahulj # Replaced XML4CROOT with XERCESCROOT. diff --git a/src/Makefile.in b/src/Makefile.in index 5adca4b80..d9fa6ca5c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -55,14 +55,23 @@ # # # $Log$ +# Revision 1.7 1999/12/14 23:53:18 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.6 1999/11/24 23:21:42 rahulj # Now works under HPUX 10.20 with CC and aCC, with ICU and native -distclean target now remove and remaining Makefile(s) -clean target now removes the template repository directory +# distclean target now remove and remaining Makefile(s) +# clean target now removes the template repository directory # # Revision 1.5 1999/11/23 01:59:25 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.4 1999/11/12 21:14:32 rahulj # fixed ver number. diff --git a/src/Makefile.incl b/src/Makefile.incl index 932535cd6..728b9b60a 100644 --- a/src/Makefile.incl +++ b/src/Makefile.incl @@ -55,6 +55,15 @@ # # # $Log$ +# Revision 1.8 1999/12/14 23:53:18 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.7 1999/12/09 00:48:19 aruna1 # ICU library inclusion in ALLLIBS due to solaris failure # @@ -63,7 +72,7 @@ # # Revision 1.5 1999/11/23 01:59:28 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.4 1999/11/17 22:36:31 rahulj # Code works with ICU transcoding service diff --git a/src/dom/Makefile.in b/src/dom/Makefile.in index 52e615f1a..ed6e7553f 100644 --- a/src/dom/Makefile.in +++ b/src/dom/Makefile.in @@ -55,16 +55,25 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:20 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 01:59:43 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:09:11 twl # Initial checkin # # Revision 1.4 1999/11/08 20:44:28 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/framework/Makefile.in b/src/framework/Makefile.in index f6e42795c..f13768fa1 100644 --- a/src/framework/Makefile.in +++ b/src/framework/Makefile.in @@ -55,16 +55,25 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:21 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 01:59:47 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:08:26 twl # Initial checkin # # Revision 1.5 1999/11/08 20:44:34 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/internal/Makefile.in b/src/internal/Makefile.in index 5b9d025f9..fb68aba85 100644 --- a/src/internal/Makefile.in +++ b/src/internal/Makefile.in @@ -55,16 +55,25 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:22 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 01:59:51 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:08:09 twl # Initial checkin # # Revision 1.3 1999/11/08 20:44:42 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/parsers/Makefile.in b/src/parsers/Makefile.in index 0c0bb063f..58de85efe 100644 --- a/src/parsers/Makefile.in +++ b/src/parsers/Makefile.in @@ -55,9 +55,18 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:23 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 01:59:56 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:07:50 twl # Initial checkin diff --git a/src/runConfigure b/src/runConfigure index 7979679e1..ba0ef324a 100755 --- a/src/runConfigure +++ b/src/runConfigure @@ -58,6 +58,15 @@ # # # $Log$ +# Revision 1.11 1999/12/14 23:53:18 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.10 1999/12/09 00:48:19 aruna1 # ICU library inclusion in ALLLIBS due to solaris failure # @@ -102,12 +111,12 @@ # # Revision 1.6 1999/11/24 23:21:42 rahulj # Now works under HPUX 10.20 with CC and aCC, with ICU and native -distclean target now remove and remaining Makefile(s) -clean target now removes the template repository directory +# distclean target now remove and remaining Makefile(s) +# clean target now removes the template repository directory # # Revision 1.5 1999/11/23 01:59:33 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.4 1999/11/17 22:36:33 rahulj # Code works with ICU transcoding service diff --git a/src/sax/Makefile.in b/src/sax/Makefile.in index 458b8dc7d..85de6cbcf 100644 --- a/src/sax/Makefile.in +++ b/src/sax/Makefile.in @@ -55,16 +55,25 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:23 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 01:59:59 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:07:46 twl # Initial checkin # # Revision 1.3 1999/11/08 20:45:01 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/util/Compilers/HPCCDefs.hpp b/src/util/Compilers/HPCCDefs.hpp index a47b9a0e8..812e15d87 100644 --- a/src/util/Compilers/HPCCDefs.hpp +++ b/src/util/Compilers/HPCCDefs.hpp @@ -56,9 +56,18 @@ /** * $Log$ + * Revision 1.5 1999/12/14 23:53:25 rahulj + * Removed the offending Ctrl-M's from the commit message + * logs which was giving packaging problems. + * + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.4 1999/11/23 02:00:12 rahulj * Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. + * Revamped makefiles. Builds with both DCE threads as well as pthread libraries. * * Revision 1.3 1999/11/12 20:36:57 rahulj * Changed library name to xerces-c.lib. diff --git a/src/util/Compilers/MIPSproDefs.cpp b/src/util/Compilers/MIPSproDefs.cpp index 1f5373eac..6003ebe70 100644 --- a/src/util/Compilers/MIPSproDefs.cpp +++ b/src/util/Compilers/MIPSproDefs.cpp @@ -56,6 +56,15 @@ /** * $Log$ + * Revision 1.2 1999/12/14 23:53:25 rahulj + * Removed the offending Ctrl-M's from the commit message + * logs which was giving packaging problems. + * + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.1 1999/12/01 17:16:17 rahulj * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel * diff --git a/src/util/Compilers/MIPSproDefs.hpp b/src/util/Compilers/MIPSproDefs.hpp index 243c95365..831ddd503 100644 --- a/src/util/Compilers/MIPSproDefs.hpp +++ b/src/util/Compilers/MIPSproDefs.hpp @@ -56,6 +56,15 @@ /** * $Log$ + * Revision 1.2 1999/12/14 23:53:25 rahulj + * Removed the offending Ctrl-M's from the commit message + * logs which was giving packaging problems. + * + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.1 1999/12/01 17:16:17 rahulj * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel * diff --git a/src/util/Compilers/Makefile.in b/src/util/Compilers/Makefile.in index 77ac568f9..5c89431d3 100644 --- a/src/util/Compilers/Makefile.in +++ b/src/util/Compilers/Makefile.in @@ -55,19 +55,28 @@ # # # $Log$ +# Revision 1.4 1999/12/14 23:53:25 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.3 1999/12/01 17:16:17 rahulj # Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel # # Revision 1.2 1999/11/23 02:00:13 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:07:36 twl # Initial checkin # # Revision 1.3 1999/11/08 20:45:24 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/util/Makefile.in b/src/util/Makefile.in index e1186b478..894ed805b 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -55,9 +55,18 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:24 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 02:00:05 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:04:40 twl # Initial checkin diff --git a/src/util/MsgLoaders/ICU/Makefile.in b/src/util/MsgLoaders/ICU/Makefile.in index 3975dfc9f..793075108 100644 --- a/src/util/MsgLoaders/ICU/Makefile.in +++ b/src/util/MsgLoaders/ICU/Makefile.in @@ -55,16 +55,25 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:27 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 02:00:18 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:07:25 twl # Initial checkin # # Revision 1.3 1999/11/08 20:45:26 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/util/MsgLoaders/InMemory/Makefile.in b/src/util/MsgLoaders/InMemory/Makefile.in index bdc1a8c4a..4e5bd9ae9 100644 --- a/src/util/MsgLoaders/InMemory/Makefile.in +++ b/src/util/MsgLoaders/InMemory/Makefile.in @@ -55,16 +55,25 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:28 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 02:00:22 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:07:20 twl # Initial checkin # # Revision 1.3 1999/11/08 20:45:27 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/util/MsgLoaders/MsgCatalog/Makefile.in b/src/util/MsgLoaders/MsgCatalog/Makefile.in index 35aa461eb..84fff7fff 100644 --- a/src/util/MsgLoaders/MsgCatalog/Makefile.in +++ b/src/util/MsgLoaders/MsgCatalog/Makefile.in @@ -55,16 +55,25 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:29 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 02:00:25 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:07:16 twl # Initial checkin # # Revision 1.3 1999/11/08 20:45:27 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/util/Platforms/HPUX/HPPlatformUtils.cpp b/src/util/Platforms/HPUX/HPPlatformUtils.cpp index 2de293e94..c664c024e 100644 --- a/src/util/Platforms/HPUX/HPPlatformUtils.cpp +++ b/src/util/Platforms/HPUX/HPPlatformUtils.cpp @@ -56,9 +56,18 @@ /** * $Log$ + * Revision 1.3 1999/12/14 23:53:31 rahulj + * Removed the offending Ctrl-M's from the commit message + * logs which was giving packaging problems. + * + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.2 1999/11/23 02:00:44 rahulj * Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. + * Revamped makefiles. Builds with both DCE threads as well as pthread libraries. * * Revision 1.1.1.1 1999/11/09 01:07:05 twl * Initial checkin diff --git a/src/util/Platforms/IRIX/IRIXDefs.hpp b/src/util/Platforms/IRIX/IRIXDefs.hpp index b890b3942..cc343b948 100644 --- a/src/util/Platforms/IRIX/IRIXDefs.hpp +++ b/src/util/Platforms/IRIX/IRIXDefs.hpp @@ -56,6 +56,15 @@ /** * $Log$ + * Revision 1.2 1999/12/14 23:53:31 rahulj + * Removed the offending Ctrl-M's from the commit message + * logs which was giving packaging problems. + * + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.1 1999/12/01 17:16:17 rahulj * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel * diff --git a/src/util/Platforms/IRIX/IRIXPlatformUtils.cpp b/src/util/Platforms/IRIX/IRIXPlatformUtils.cpp index b7ea44377..a8abfa765 100644 --- a/src/util/Platforms/IRIX/IRIXPlatformUtils.cpp +++ b/src/util/Platforms/IRIX/IRIXPlatformUtils.cpp @@ -56,6 +56,15 @@ /** * $Log$ + * Revision 1.2 1999/12/14 23:53:32 rahulj + * Removed the offending Ctrl-M's from the commit message + * logs which was giving packaging problems. + * + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.1 1999/12/01 17:16:18 rahulj * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel * diff --git a/src/util/Platforms/Linux/LinuxPlatformUtils.cpp b/src/util/Platforms/Linux/LinuxPlatformUtils.cpp index 83d9086d4..21e34ff9d 100644 --- a/src/util/Platforms/Linux/LinuxPlatformUtils.cpp +++ b/src/util/Platforms/Linux/LinuxPlatformUtils.cpp @@ -56,9 +56,18 @@ /** * $Log$ + * Revision 1.4 1999/12/14 23:53:33 rahulj + * Removed the offending Ctrl-M's from the commit message + * logs which was giving packaging problems. + * + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.3 1999/11/23 02:00:48 rahulj * Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. + * Revamped makefiles. Builds with both DCE threads as well as pthread libraries. * * Revision 1.2 1999/11/17 22:35:33 rahulj * Replaced default attr mutexes with recursive mutexes. Also code works with ICU transcoding service diff --git a/src/util/Platforms/Makefile.in b/src/util/Platforms/Makefile.in index 224692e89..456909098 100644 --- a/src/util/Platforms/Makefile.in +++ b/src/util/Platforms/Makefile.in @@ -55,12 +55,21 @@ # # # $Log$ +# Revision 1.5 1999/12/14 23:53:30 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.4 1999/12/01 17:16:17 rahulj # Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel # # Revision 1.3 1999/11/23 02:00:28 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.2 1999/11/17 22:36:37 rahulj # Code works with ICU transcoding service diff --git a/src/util/Transcoders/ICU/Makefile.in b/src/util/Transcoders/ICU/Makefile.in index 30c819cc1..2d8ea4b71 100644 --- a/src/util/Transcoders/ICU/Makefile.in +++ b/src/util/Transcoders/ICU/Makefile.in @@ -55,16 +55,25 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:34 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 02:00:54 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:06:08 twl # Initial checkin # # Revision 1.3 1999/11/08 20:45:34 rahul # Swat for adding in Product name and CVS comment log variable. -#: +# # PLATFORM = @platform@ diff --git a/src/util/Transcoders/Iconv/IconvTransService.cpp b/src/util/Transcoders/Iconv/IconvTransService.cpp index 3dab4d105..0aecc59e3 100644 --- a/src/util/Transcoders/Iconv/IconvTransService.cpp +++ b/src/util/Transcoders/Iconv/IconvTransService.cpp @@ -56,10 +56,19 @@ /** * $Log$ + * Revision 1.5 1999/12/14 23:53:35 rahulj + * Removed the offending Ctrl-M's from the commit message + * logs which was giving packaging problems. + * + * PR: + * Obtained from: + * Submitted by: + * Reviewed by: + * * Revision 1.4 1999/12/02 20:20:16 rahulj * Fixed incorrect comparision of int with a pointer. -Got burnt because definition of NULL varies on different platforms, -though use of NULL was not correct in the first place. + * Got burnt because definition of NULL varies on different platforms, + * though use of NULL was not correct in the first place. * * Revision 1.3 1999/11/20 00:28:19 rahulj * Added code for case-insensitive wide character string compares diff --git a/src/util/Transcoders/Iconv/Makefile.in b/src/util/Transcoders/Iconv/Makefile.in index 76c420c46..cbddcd44d 100644 --- a/src/util/Transcoders/Iconv/Makefile.in +++ b/src/util/Transcoders/Iconv/Makefile.in @@ -55,9 +55,18 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:35 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 02:01:00 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:06:11 twl # Initial checkin diff --git a/src/validators/DTD/Makefile.in b/src/validators/DTD/Makefile.in index d26bf4de1..10543ffa1 100644 --- a/src/validators/DTD/Makefile.in +++ b/src/validators/DTD/Makefile.in @@ -55,9 +55,18 @@ # # # $Log$ +# Revision 1.3 1999/12/14 23:53:36 rahulj +# Removed the offending Ctrl-M's from the commit message +# logs which was giving packaging problems. +# +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# # Revision 1.2 1999/11/23 02:01:05 rahulj # Code now works under HPUX 11. Tested inmemory message loader. -Revamped makefiles. Builds with both DCE threads as well as pthread libraries. +# Revamped makefiles. Builds with both DCE threads as well as pthread libraries. # # Revision 1.1.1.1 1999/11/09 01:03:42 twl # Initial checkin -- GitLab