summaryrefslogtreecommitdiffstats
path: root/Utilities/cmtar/extract.c
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Fix CMake dashboard warnings related to previous revisions.David Cole2006-02-061-1/+1
|
* BUG: Fix mem leaks related to th_get_pathname. Change this implementation of ↵David Cole2006-02-031-12/+237
| | | | th_get_pathname so that it *always* returns a strdup'ed value. Callers must now free non-NULL returns from th_get_pathname. Change all callers to call free appropriately.
* COMP: Remove warningsAndy Cedilnik2006-01-031-1/+1
|
* COMP: Another borland bugAndy Cedilnik2005-12-301-0/+10
|
* BUG: Handle mkdirhier properly since it may modify the stringAndy Cedilnik2005-12-301-7/+48
|
* BUG: Fix extract. Looks like dirname actually changes the string, so ↵Andy Cedilnik2005-12-291-1/+7
| | | | temporary string should be used
* COMP: Remove more warningsAndy Cedilnik2005-12-281-0/+22
|
* COMP: Several borland fixesAndy Cedilnik2005-12-281-8/+14
|
* COMP: Fix build on sun by adding missing includeAndy Cedilnik2005-12-281-0/+4
|
* ENH: Initial importAndy Cedilnik2005-12-281-0/+561