Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵ | Brad King | 2006-02-08 | 1 | -22/+20 |
| | | | | to disable building the dialog even when curses is found. | ||||
* | 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. | ||||
* | COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵ | Brad King | 2006-02-03 | 1 | -2/+2 |
| | | | | determine whether to build the MFCDialog. | ||||
* | 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. | ||||
* | BUG: revert such that it should work | Ken Martin | 2006-01-17 | 1 | -2/+2 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 7 | -15/+20 |
| | |||||
* | 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 |
| | |||||
* | ENH: fix for CMakeTmp move broken stuff | Bill Hoffman | 2006-01-13 | 2 | -3/+4 |
| | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 2 | -5/+5 |
| | |||||
* | ENH: | Bill Hoffman | 2006-01-09 | 2 | -3/+3 |
| | |||||
* | 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 | 4 | -5/+4 |
| | |||||
* | 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 |
| | |||||
* | COMP: Try to remove warnings and add support for cygwin | Andy Cedilnik | 2005-12-29 | 1 | -10/+12 |
| | |||||
* | BUG: Fix extract. Looks like dirname actually changes the string, so ↵ | Andy Cedilnik | 2005-12-29 | 1 | -1/+7 |
| | | | | temporary string should be used | ||||
* | COMP: Remove c++ style comments | Andy Cedilnik | 2005-12-29 | 2 | -3/+1 |
| | |||||
* | COMP: Remove more warnings | Andy Cedilnik | 2005-12-28 | 2 | -0/+23 |
| | |||||
* | COMP: Remove more warnings and rename library to cmtar | Andy Cedilnik | 2005-12-28 | 4 | -24/+11 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2005-12-28 | 1 | -2/+5 |
| | |||||
* | COMP: Several borland fixes | Andy Cedilnik | 2005-12-28 | 14 | -51/+77 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2005-12-28 | 1 | -3/+3 |
| | |||||
* | COMP: Only do O_BINARY on windows | Andy Cedilnik | 2005-12-28 | 1 | -0/+4 |
| | |||||
* | COMP: Fix windows | Andy Cedilnik | 2005-12-28 | 2 | -2/+2 |
| | |||||
* | ENH: Fix building on cygwin | Andy Cedilnik | 2005-12-28 | 1 | -4/+4 |
| | |||||
* | COMP: Fix build on sun by adding missing include | Andy Cedilnik | 2005-12-28 | 4 | -0/+9 |
| | |||||
* | ENH: Windows fixes | Andy Cedilnik | 2005-12-28 | 8 | -18/+16 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2005-12-28 | 38 | -0/+7705 |
| | |||||
* | COMP: Fix build on uclibc | Andy Cedilnik | 2005-12-20 | 1 | -1/+1 |
| | |||||
* | ENH: removed the add to path | Ken Martin | 2005-12-13 | 1 | -251/+0 |
| | |||||
* | BUG: fixe dproblem with not uninstalling start menu entries | Ken Martin | 2005-11-18 | 1 | -1/+28 |
| | |||||
* | BUG: fix space in path probs | Bill Hoffman | 2005-10-28 | 2 | -7/+7 |
| | |||||
* | ENH: some fixes for missing vars and missing libs | Ken Martin | 2005-10-06 | 1 | -4/+3 |
| | |||||
* | move off branch | Bill Hoffman | 2005-09-16 | 3 | -5/+24 |
| | |||||
* | ENH: to support both admin and locla installs | Ken Martin | 2005-09-09 | 1 | -14/+40 |
| |