Commit History

Author SHA1 Message Date
  Brad King 8b9dcc9e1a COMP: Fix warning when gcount stream method does not really return std::streamsize. 18 years ago
  Brad King f410f8578e COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. 18 years ago
  Sean McBride 0b4c9cb86c STYLE: fixed misspellings of Mac OS X 18 years ago
  Brad King c4ffd00711 BUG: Fix bug#5590. When converting a relative path between two full paths on different windows drive letters do not create a ../../d:/foo/bar path and just return the full path to the destination. 18 years ago
  Bill Hoffman 22fca8aa12 BUG: fix for bug 0005767 hang for replace string with empty 18 years ago
  Sebastien Barre 4e54f93501 ENH: bad bug bad 18 years ago
  Bill Hoffman e0899bcaf2 ENH: speed up actual path name by cache on windows 18 years ago
  Alexander Neundorf f2bb57684f 18 years ago
  Alexander Neundorf 6b45ec0326 18 years ago
  Alexander Neundorf dddbad259c 18 years ago
  Bill Hoffman 80de27ace5 ENH: fix case problem with drive letters and cmake vs CMakeSetup build.make changing 18 years ago
  Brad King e01cdf2065 ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink. 19 years ago
  Ken Martin fdbe20cf8b COMP: fix warnings 19 years ago
  Ken Martin 508ddaf929 COMP: fix warning 19 years ago
  Ken Martin ae3ef64307 ENH: added a limit to the getline method 19 years ago
  Brad King 2a64bb4774 BUG: Fix bug#4482. 19 years ago
  Bill Hoffman 2d6e914b2d COMP: remove warning 19 years ago
  Bill Hoffman 5647e6e254 ENH: fix parens in the path with spaces in the path 19 years ago
  Brad King 293f24763f STYLE: Removed one more stray comment. 19 years ago
  Ken Martin 2da51e0f69 STYLE: removed code accidently checked in 19 years ago
  Ken Martin 3dd4a53d97 BUG: fix for bug number 3320 19 years ago
  Bill Hoffman b32f3b4131 ENH: allow copy if different from a file to a directory to work 19 years ago
  Clinton Stimpson e264771122 ENH: Add support for "~otheruser/" 19 years ago
  Clinton Stimpson 50489ff6ff ENH: Handle "~" in SplitPath. 19 years ago
  Utkarsh Ayachit fa69ba942e BUG: FileIsDirectory would remove the trailing '/' even when the path is indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that. 19 years ago
  Bill Hoffman 3a32cec969 ENH: merge in changes for beos support 19 years ago
  David Cole e9fb6cd51a BUG: Correct the SystemReportDebugHook function. It should not call exit. It gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure. 19 years ago
  Bill Hoffman 5b98b7af78 ENH: check for empty path 19 years ago
  Brad King dc0c5d082b BUG: GetLineFromStream should remove carriage return characters to make sure newlines do not get duplicates. 19 years ago
  Brad King c58777ec47 BUG: FileIsDirectory should work when the name contains a trailing slash. 19 years ago