- Jul 07, 2003
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
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
-
Andy Cedilnik authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
- Jul 06, 2003
-
-
Brad King authored
ENH: Using GetTempPath instead of TEMP environment variable to get a location to write the Win9x forwarding executable.
-
- Jul 03, 2003
-
-
Brad King authored
BUG: Argument parsers do not always remove double quotes from around an argument that has no spaces.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
BUG: Install target for standard header wrappers must point at the std subdirectory in the installation.
-
- Jul 02, 2003
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
-
- Jul 01, 2003
-
-
Brad King authored
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.
-
Brad King authored
-
Brad King authored
-
Brad King authored
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.
-
Brad King authored
-
- Jun 30, 2003
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
-
Ken Martin authored
-
Brad King authored
-
Andy Cedilnik authored
ENH: Fix checking for C++ compiler on Mac, remove cmConfigure.h.tmp, so that nothing bad can happen if configure is interrupted, reports kwsys sources in cmConfigure.h
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- Jun 29, 2003
-
-
Andy Cedilnik authored
-
Brad King authored
-
Brad King authored
-
- Jun 27, 2003
-
-
Brad King authored
ERR: Disabling multiply defined symbols warning for linking executables on IRIX. The compiler's prelinker does not add weak symbols, so template instantiations are duplicated.
-
Ken Martin authored
-
- Jun 26, 2003
-
-
Brad King authored
-
Andy Cedilnik authored
-
- Jun 25, 2003
-
-
Brad King authored
-