summaryrefslogtreecommitdiffstats
path: root/Utilities/cmtar
Commit message (Collapse)AuthorAgeFilesLines
* ENH: update for CMake 2.6Sebastien Barre2008-05-061-1/+6
|
* COMP: Fix warning about tolower by making sure ctype.h is included in cmtar.Brad King2008-01-301-1/+1
|
* BUG: fix for bug 5837, libtar and long path namesBill Hoffman2007-12-171-3/+3
|
* ENH: add support for the Syllable OS (http://www.syllable.org)Alexander Neundorf2007-11-241-0/+5
| | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex
* COMP: remove warningsBill Hoffman2007-09-271-2/+2
|
* COMP: use C-style comments in C codeAlexander Neundorf2007-09-171-1/+1
| | | | Alex
* COMP: add a check for makedev, which isn't available with the PGI compilerAlexander Neundorf2007-09-173-0/+12
| | | | | | on Cray XT3 Alex
* ENH: merge in changes for beos supportBill Hoffman2006-12-044-7/+31
|
* ENH: Remove old include dirs.Brad King2006-10-191-1/+0
|
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-193-21/+16
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* ENH: give up on try runBill Hoffman2006-08-041-30/+6
|
* ENH: fix for makedev three args testBill Hoffman2006-08-031-1/+3
|
* ENH: use try run sourceBill Hoffman2006-08-031-2/+6
|
* ENH: change to a try run so that it will fail on the sunBill Hoffman2006-08-031-3/+3
|
* ENH: use dev_t instead of major_t and minor_tBill Hoffman2006-08-031-2/+2
|
* COMP: libtar should build when included in non-CMake projects...David Cole2006-08-021-1/+5
|
* ENH: make cmake build with older versions of cmakeBill Hoffman2006-08-011-1/+3
|
* ENH: add a try compile test for makedev_three_argsBill Hoffman2006-08-011-1/+19
|
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+5
|
* COMP: Remove warningAndy Cedilnik2006-07-131-0/+2
|
* COMP: Remove warningsAndy Cedilnik2006-07-133-3/+6
|
* COMP: Remove warningsAndy Cedilnik2006-07-124-12/+11
|
* COMP: Fix warnings on Borland dashboards...David Cole2006-05-236-8/+20
|
* ENH: remove warningBill Hoffman2006-03-311-1/+1
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-307-20/+26
| | | | warnings produced by building for win64
* COMP: Remove win64 warningsAndy Cedilnik2006-03-091-2/+2
|
* COMP: Last (?) fix for dashboard warning.David Cole2006-02-091-1/+0
|
* COMP: Fix next round of dashboard warnings.David Cole2006-02-071-3/+0
|
* COMP: Fix CMake dashboard warnings related to previous revisions.David Cole2006-02-063-4/+7
|
* BUG: Fix mem leaks related to th_get_pathname. Change this implementation of ↵David Cole2006-02-034-18/+286
| | | | 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.
* BUG: Fix memory leak in libtar's kwReadDir. Use a static buffer like readdir ↵David Cole2006-02-021-4/+11
| | | | (probably) does rather than malloc-ing a block which never gets free-d.
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-172-1/+8
|
* COMP: wrapped compat.h inside a extern C block so that we can use it in C++ codeYogi Girdhar2006-01-161-1/+7
|
* COMP: Try to remove more warningsAndy Cedilnik2006-01-061-4/+4
|
* BUG: libtar now compiles in VJ and works with vtkzlibYogi Girdhar2006-01-052-0/+12
|
* COMP: Remove warningsAndy Cedilnik2006-01-033-5/+6
|
* COMP: Try to fix major/minor problem on aixAndy Cedilnik2005-12-313-0/+8
|
* COMP: Attempt to fix problems with major and minorAndy Cedilnik2005-12-313-2/+10
|
* COMP: Fix systems that do not have both vsnprintf and snprintf.Andy Cedilnik2005-12-301-0/+4
|
* COMP: Fix support for vsnprintfAndy Cedilnik2005-12-304-7/+14
|
* COMP: Another borland bugAndy Cedilnik2005-12-301-0/+10
|
* BUG: Handle mkdirhier properly since it may modify the stringAndy Cedilnik2005-12-301-7/+48
|
* ENH: Cleanup the file handler stuf so that now any file descriptor type can ↵Andy Cedilnik2005-12-303-48/+38
| | | | be used
* COMP: Cleanup regular expressionsAndy Cedilnik2005-12-301-1/+1
|
* COMP: Remove warnings by exposing some variablesAndy Cedilnik2005-12-302-0/+2
|
* COMP: Fix support for gzip on non-32 bit platformsAndy Cedilnik2005-12-303-31/+78
|
* COMP: Remove warning about argument not being intAndy Cedilnik2005-12-301-1/+1
|
* BUG: Several Borland fixesAndy Cedilnik2005-12-308-25/+81
|
* COMP: More cygwin fixesAndy Cedilnik2005-12-291-2/+2
|
* BUG: Fix on cygwin... again?Andy Cedilnik2005-12-291-1/+5
|