Andy Cedilnik 197368d9e7 ENH: Add optional argument to GetLineFromStream which can let the caller know whether there was a new line character at the end of the line that was just read 22 years ago
..
Base64.c cee10ceebd ERR: Added casts to remove type conversion warnings. Pointer differences can be 64-bit, but unsigned long is 32-bit on many platforms. We know we are not traversing more data than can be handled by an unsigned long, though, because the length argument is an unsigned long. 22 years ago
Base64.h.in 83aa7b6b0b ERR: Reduced requirements on preprocessor for export macro due to limitations of Mac preprocessor. The preprocessor can be fixed by using -no-cpp-precomp, but we don't want to require that option for every source file that includes our headers. 22 years ago
CMakeLists.txt edcaaabe99 BUG: Install target for standard header wrappers must point at the std subdirectory in the installation. 22 years ago
Configure.h.in ef76ed76f8 ENH: Added DLL support. 22 years ago
Configure.hxx.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
Directory.cxx ef76ed76f8 ENH: Added DLL support. 22 years ago
Directory.hxx.in ef76ed76f8 ENH: Added DLL support. 22 years ago
EncodeExecutable.c 11de69901e ERR: Added explicit cast from size_t to int. We know that the data will not be out of range. 22 years ago
Process.h.in b5fec4a3c8 ENH: Implemented SetWorkingDirectory method. 22 years ago
ProcessFwd9x.c 6b1770932e ERR: Should use %p to pass HANDLE values on a command line, not %d. 22 years ago
ProcessUNIX.c b5fec4a3c8 ENH: Implemented SetWorkingDirectory method. 22 years ago
ProcessWin32.c 78edd51671 ENH: Made call to FormatMessage more robust. 22 years ago
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. 22 years ago
RegularExpression.cxx ef76ed76f8 ENH: Added DLL support. 22 years ago
RegularExpression.hxx.in ef76ed76f8 ENH: Added DLL support. 22 years ago
SystemTools.cxx 197368d9e7 ENH: Add optional argument to GetLineFromStream which can let the caller know whether there was a new line character at the end of the line that was just read 22 years ago
SystemTools.hxx.in 197368d9e7 ENH: Add optional argument to GetLineFromStream which can let the caller know whether there was a new line character at the end of the line that was just read 22 years ago
kwsysHeaderDump.pl f72483c66a Tool to dump macros for redefining C header namespaces. 22 years ago
kwsys_std.h.in c447874091 ENH: Disabled warning 4786. 22 years ago
kwsys_std_fstream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
kwsys_std_iosfwd.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
kwsys_std_iostream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
kwsys_std_sstream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 22 years ago
test1.cxx 7e80f2f874 ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype. 22 years ago
testProcess.c a778cd0f3d ERR: Fixed use of non-constant initializer. 22 years ago

README.txt

KWSys provides a platform-independent API to many common system
features that are implemented differently on every platform. This
library is intended to be shared among many projects.

You are probably reading this file in the source tree of a surrounding
project. In that case, see "../README.kwsys" for details of using
KWSys in your project.