Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: update for CMake 2.6 | Sebastien Barre | 2008-05-06 | 1 | -1/+6 |
| | |||||
* | COMP: Fix warning about tolower by making sure ctype.h is included in cmtar. | Brad King | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 5837, libtar and long path names | Bill Hoffman | 2007-12-17 | 1 | -3/+3 |
| | |||||
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -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 warnings | Bill Hoffman | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | COMP: use C-style comments in C code | Alexander Neundorf | 2007-09-17 | 1 | -1/+1 |
| | | | | Alex | ||||
* | COMP: add a check for makedev, which isn't available with the PGI compiler | Alexander Neundorf | 2007-09-17 | 3 | -0/+12 |
| | | | | | | on Cray XT3 Alex | ||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 4 | -7/+31 |
| | |||||
* | ENH: Remove old include dirs. | Brad King | 2006-10-19 | 1 | -1/+0 |
| | |||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 3 | -21/+16 |
| | | | | of third party libraries into a single header per library. This addresses bug#3653. | ||||
* | ENH: give up on try run | Bill Hoffman | 2006-08-04 | 1 | -30/+6 |
| | |||||
* | ENH: fix for makedev three args test | Bill Hoffman | 2006-08-03 | 1 | -1/+3 |
| | |||||
* | ENH: use try run source | Bill Hoffman | 2006-08-03 | 1 | -2/+6 |
| | |||||
* | ENH: change to a try run so that it will fail on the sun | Bill Hoffman | 2006-08-03 | 1 | -3/+3 |
| | |||||
* | ENH: use dev_t instead of major_t and minor_t | Bill Hoffman | 2006-08-03 | 1 | -2/+2 |
| | |||||
* | COMP: libtar should build when included in non-CMake projects... | David Cole | 2006-08-02 | 1 | -1/+5 |
| | |||||
* | ENH: make cmake build with older versions of cmake | Bill Hoffman | 2006-08-01 | 1 | -1/+3 |
| | |||||
* | ENH: add a try compile test for makedev_three_args | Bill Hoffman | 2006-08-01 | 1 | -1/+19 |
| | |||||
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -0/+5 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-07-13 | 1 | -0/+2 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-07-13 | 3 | -3/+6 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-07-12 | 4 | -12/+11 |
| | |||||
* | COMP: Fix warnings on Borland dashboards... | David Cole | 2006-05-23 | 6 | -8/+20 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2006-03-31 | 1 | -1/+1 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 7 | -20/+26 |
| | | | | warnings produced by building for win64 | ||||
* | COMP: Remove win64 warnings | Andy Cedilnik | 2006-03-09 | 1 | -2/+2 |
| | |||||
* | COMP: Last (?) fix for dashboard warning. | David Cole | 2006-02-09 | 1 | -1/+0 |
| | |||||
* | COMP: Fix next round of dashboard warnings. | David Cole | 2006-02-07 | 1 | -3/+0 |
| | |||||
* | COMP: Fix CMake dashboard warnings related to previous revisions. | David Cole | 2006-02-06 | 3 | -4/+7 |
| | |||||
* | BUG: Fix mem leaks related to th_get_pathname. Change this implementation of ↵ | David Cole | 2006-02-03 | 4 | -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 Cole | 2006-02-02 | 1 | -4/+11 |
| | | | | (probably) does rather than malloc-ing a block which never gets free-d. | ||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 2 | -1/+8 |
| | |||||
* | COMP: wrapped compat.h inside a extern C block so that we can use it in C++ code | Yogi Girdhar | 2006-01-16 | 1 | -1/+7 |
| | |||||
* | COMP: Try to remove more warnings | Andy Cedilnik | 2006-01-06 | 1 | -4/+4 |
| | |||||
* | BUG: libtar now compiles in VJ and works with vtkzlib | Yogi Girdhar | 2006-01-05 | 2 | -0/+12 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-01-03 | 3 | -5/+6 |
| | |||||
* | COMP: Try to fix major/minor problem on aix | Andy Cedilnik | 2005-12-31 | 3 | -0/+8 |
| | |||||
* | COMP: Attempt to fix problems with major and minor | Andy Cedilnik | 2005-12-31 | 3 | -2/+10 |
| | |||||
* | COMP: Fix systems that do not have both vsnprintf and snprintf. | Andy Cedilnik | 2005-12-30 | 1 | -0/+4 |
| | |||||
* | COMP: Fix support for vsnprintf | Andy Cedilnik | 2005-12-30 | 4 | -7/+14 |
| | |||||
* | COMP: Another borland bug | Andy Cedilnik | 2005-12-30 | 1 | -0/+10 |
| | |||||
* | BUG: Handle mkdirhier properly since it may modify the string | Andy Cedilnik | 2005-12-30 | 1 | -7/+48 |
| | |||||
* | ENH: Cleanup the file handler stuf so that now any file descriptor type can ↵ | Andy Cedilnik | 2005-12-30 | 3 | -48/+38 |
| | | | | be used | ||||
* | COMP: Cleanup regular expressions | Andy Cedilnik | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | COMP: Remove warnings by exposing some variables | Andy Cedilnik | 2005-12-30 | 2 | -0/+2 |
| | |||||
* | COMP: Fix support for gzip on non-32 bit platforms | Andy Cedilnik | 2005-12-30 | 3 | -31/+78 |
| | |||||
* | COMP: Remove warning about argument not being int | Andy Cedilnik | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | BUG: Several Borland fixes | Andy Cedilnik | 2005-12-30 | 8 | -25/+81 |
| | |||||
* | COMP: More cygwin fixes | Andy Cedilnik | 2005-12-29 | 1 | -2/+2 |
| | |||||
* | BUG: Fix on cygwin... again? | Andy Cedilnik | 2005-12-29 | 1 | -1/+5 |
| |