cvs commit: xml-xerces/c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp

2004-04-06 Thread neilg
neilg 2004/04/06 17:28:06 Modified:c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp Log: fix for file resolution problems on OS/390; thanks to Steve Dulin Revision ChangesPath 1.18 +43 -20 xml-xerces/c/src/xercesc/util/Platforms/OS390/OS390PlatformUtil

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp

2003-08-11 Thread neilg
neilg 2003/08/08 14:39:04 Modified:c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp Log: fixes to make OS390PlatformUtils.cpp compile. Thanks to Steve Dulin. Revision ChangesPath 1.11 +7 -7 xml-xerces/c/src/xercesc/util/Platforms/OS390/OS390Platform

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp

2003-03-09 Thread peiyongz
peiyongz2003/03/09 08:58:31 Modified:c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp Log: PanicHandler Revision ChangesPath 1.8 +7 -24 xml-xerces/c/src/xercesc/util/Platforms/OS390/OS390PlatformUtils.cpp Index: OS390PlatformUtils.cpp ==

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp

2003-02-06 Thread tng
tng 2003/02/06 06:44:14 Modified:c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp Log: [Bug 13437] Incorrect memory management in PlatformUtils Revision ChangesPath 1.7 +3 -3 xml-xerces/c/src/xercesc/util/Platforms/OS390/OS390PlatformUtils.cpp

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp

2002-09-18 Thread tng
tng 2002/09/18 08:22:48 Modified:c/src/xercesc/util/Platforms/OS390 OS390PlatformUtils.cpp Log: OS390 Performance Enhancement: instead of calling isPosixOn everytime, store the information in a static flag during initialization. Patch from Stephen Dulin. Revision Chan