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 |
Brad King
|
3a44f2a47e
ENH: Added JoinPath overload that accepts an iterator range.
|
19 years ago |
Bill Hoffman
|
71af96aad1
ENH: still escape () but do not escape
|
19 years ago |
Ken Martin
|
7de2d93d1a
ENH: fix for AddKeepPath not calling realpath
|
19 years ago |
Bill Hoffman
|
fd56f7247a
ENH: escape ( and ) in unix paths
|
19 years ago |
David Cole
|
76d05cd5fa
BUG: strlen logic was backwards resulting in function body never actually executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected.
|
19 years ago |
Brad King
|
ab61137eb1
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
Brad King
|
0b196d1aef
BUG: Do not block signals during sleep. Leave that up to the application.
|
19 years ago |
Brad King
|
c482ef3bbc
BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep.
|
19 years ago |
Ken Martin
|
b379666b39
BUG: some bug fixes, better docs, and more coverage
|
19 years ago |
Bill Hoffman
|
3b74388050
ENH: allow for source tree to be in root directory
|
19 years ago |
Andy Cedilnik
|
d2a3ccd505
ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
|
19 years ago |
Andy Cedilnik
|
4f728e93e1
COMP: Remove warnings
|
19 years ago |
Andy Cedilnik
|
2e1882389b
COMP: Remove warnings
|
19 years ago |