summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added JoinPath overload that accepts an iterator range.Brad King2006-08-172-6/+25
* ENH: still escape () but do not escapeBill Hoffman2006-08-141-2/+16
* ENH: fix for AddKeepPath not calling realpathKen Martin2006-08-111-1/+2
* ENH: escape ( and ) in unix pathsBill Hoffman2006-08-111-2/+2
* BUG: strlen logic was backwards resulting in function body never actually exe...David Cole2006-08-101-2/+2
* BUG: #3563. Segmentation fault with non initialized input or NULL pointers.Glen Lehmann2006-08-011-0/+5
* COMP: Added missing headers. This partially addresses bug#3556.Brad King2006-08-014-0/+9
* COMP: Use SA_RESTART only if it is defined for the current platform. This pa...Brad King2006-08-011-1/+4
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-013-3/+6
* ENH: better coverageKen Martin2006-07-312-19/+54
* BUG: fix some bad code and add a couple more testsKen Martin2006-07-281-6/+30
* BUG: Do not block signals during sleep. Leave that up to the application.Brad King2006-07-271-12/+0
* BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep.Brad King2006-07-251-1/+29
* COMP: fix compile issueKen Martin2006-07-251-1/+1
* BUG: some bug fixes, better docs, and more coverageKen Martin2006-07-253-1/+150
* ENH: allow for source tree to be in root directoryBill Hoffman2006-07-241-6/+18
* BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm.Brad King2006-07-201-0/+9
* COMP: Fix references to cin, cout, cerr, and clog in case of HP aCC compiler ...Brad King2006-07-181-3/+53
* BUG: When handing the child stdin pipe a file, allow another process to be wr...Brad King2006-07-171-2/+3
* COMP: Only delete onceAndy Cedilnik2006-07-171-4/+0
* COMP: Remove some warningsAndy Cedilnik2006-07-172-2/+12
* ENH: Add a way to get unused arguments and add a testAndy Cedilnik2006-07-145-0/+167
* COMP: Remove warningAndy Cedilnik2006-07-141-1/+1
* ENH: It does not really makes sense to have Boolean Argument ListAndy Cedilnik2006-07-142-22/+0
* ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for l...Andy Cedilnik2006-07-145-174/+464
* COMP: Remove warningsAndy Cedilnik2006-07-131-9/+11
* COMP: Remove warningsAndy Cedilnik2006-07-131-3/+3
* BUG: Fix error conditionsAndy Cedilnik2006-07-121-3/+3
* COMP: Remove warningsAndy Cedilnik2006-07-124-11/+12
* ENH: Updated installation options and implementation to use INSTALL command i...Brad King2006-07-051-16/+152
* ENH: Adding cmake 2.4 style installation. NOTE: These changes will work on a ...Berk Geveci2006-07-051-1/+8
* BUG: The operator precedence is [] followed by *. Calling this method was cau...Karthik Krishnan2006-06-251-1/+1
* ENH: add a higher performance method to get the number of files in a directoryKen Martin2006-06-222-0/+65
* COMP: Fix conversion warning.Brad King2006-06-191-1/+1
* ENH: Added Option_Verbatim to run whole command lines directly.Brad King2006-06-153-183/+517
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+4
* ENH: Added rxvt-unicode and cygwin terminals for color support.Brad King2006-06-051-1/+3
* ENH: Handle 'screen' terminal. Thank you Thomas Z.Andy Cedilnik2006-06-031-0/+1
* BUG: Do not leak global table of processes.Brad King2006-05-241-3/+9
* ENH: Re-enabling SIGCHLD handling implementation with a fix for Cygwin.Brad King2006-05-231-87/+323
* BUG: Reverting previous change until it can be fixed on Cygwin.Brad King2006-05-221-310/+80
* ENH: Added test 8 to test grandchildren running after children exit.Brad King2006-05-211-32/+83
* BUG: Fixed deadlock condition when grandchildren are running after the childr...Brad King2006-05-211-13/+53
* ENH: Implemented handling of SIGCHLD to detect the termination of immediate c...Brad King2006-05-211-80/+310
* ENH: Enabling process tree killing on Cygwin.Brad King2006-05-201-4/+7
* ENH: search for program without extensionsBill Hoffman2006-05-081-19/+16
* ENH: Added always/if-different option to CopyADirectory. Added CopyAFile wit...Brad King2006-05-052-6/+34
* ENH: put the fix back in with abortBill Hoffman2006-04-271-2/+7
* ENH: remove code that does not compile, on windows cwd must existBill Hoffman2006-04-271-8/+2
* COMP: Fixing the the build for windows.Mark Richardson2006-04-271-1/+3