CMake/Utilities/cmtar
Alexander Neundorf e3c84cf5a6 ENH: add support for the Syllable OS (http://www.syllable.org)
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
2007-11-23 20:45:49 -05:00
..
compat COMP: Remove warnings 2006-07-13 09:27:10 -04:00
listhash COMP: Remove warning 2006-07-13 11:30:22 -04:00
CMakeLists.txt ENH: add support for the Syllable OS (http://www.syllable.org) 2007-11-23 20:45:49 -05:00
COPYRIGHT ENH: Initial import 2005-12-28 10:18:37 -05:00
append.c COMP: Fix warnings on Borland dashboards... 2006-05-23 12:38:22 -04:00
block.c COMP: Remove warnings 2006-07-12 09:21:26 -04:00
config.h.in COMP: add a check for makedev, which isn't available with the PGI compiler 2007-09-17 15:18:35 -04:00
decode.c BUG: Fix mem leaks related to th_get_pathname. Change this implementation of 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. 2006-02-03 11:48:44 -05:00
encode.c ENH: merge in changes for beos support 2006-12-04 17:26:41 -05:00
extract.c ENH: merge in changes for beos support 2006-12-04 17:26:41 -05:00
filesystem.c BUG: Fix memory leak in libtar's kwReadDir. Use a static buffer like readdir (probably) does rather than malloc-ing a block which never gets free-d. 2006-02-02 15:53:31 -05:00
filesystem.h COMP: Several borland fixes 2005-12-28 14:58:07 -05:00
handle.c COMP: Fix warnings on Borland dashboards... 2006-05-23 12:38:22 -04:00
internal.h COMP: add a check for makedev, which isn't available with the PGI compiler 2007-09-17 15:18:35 -04:00
libtar.c COMP: remove warnings 2007-09-27 14:44:11 -04:00
libtar.h COMP: Remove win64 warnings 2006-03-09 08:20:31 -05:00
output.c ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
tar.h ENH: Initial import 2005-12-28 10:18:37 -05:00
util.c ENH: merge in changes for beos support 2006-12-04 17:26:41 -05:00
wrapper.c COMP: Last (?) fix for dashboard warning. 2006-02-09 09:34:46 -05:00