| Commit message (Expand) | Author | Age | Files | Lines |
* | DO NOT USE C++ style comments like // in C code ! | Björn Jacke | 2011-02-17 | 1 | -2/+3 |
* | Work around broken PSXCRT unistd.h, which defines macros | Tim Kientzle | 2011-02-13 | 3 | -17/+17 |
* | From Issue 138: properly cast before assigning unsigned long to int. | Tim Kientzle | 2011-02-11 | 1 | -2/+2 |
* | Change mode and compress to int to match other option-processing variables. | Tim Kientzle | 2011-02-11 | 1 | -3/+2 |
* | Additional information on test failures. | Tim Kientzle | 2011-01-30 | 1 | -0/+6 |
* | Issue 130: Typos and cross-reference errors in man pages. | Tim Kientzle | 2011-01-26 | 1 | -1/+1 |
* | Eliminate some warnings on Visual Studio. | Michihiro NAKAJIMA | 2011-01-21 | 1 | -2/+2 |
* | Set PATH_MAX to the size the 2nd argument of getcwd function instead of zero. | Michihiro NAKAJIMA | 2011-01-12 | 1 | -0/+5 |
* | Fix a typo in the cpio test. | Tim Kientzle | 2010-11-20 | 1 | -1/+1 |
* | Issue 114: Remove duplicate include. | Tim Kientzle | 2010-11-11 | 1 | -3/+0 |
* | Reconcile the test harnesses across libarchive, tar, and cpio. | Tim Kientzle | 2010-10-31 | 2 | -137/+265 |
* | When -R is specified, make sure to clear the uname/gname | Tim Kientzle | 2010-08-15 | 3 | -4/+18 |
* | Add two more cases where wcscmp is needed. From Hauke Fath | Joerg Sonnenberger | 2010-06-28 | 1 | -0/+16 |
* | QNX needs stdint.h in the test cases as well. | Joerg Sonnenberger | 2010-06-17 | 1 | -3/+2 |
* | fix fwrites... remember, semi modern glibc's, the return on it is marked for ... | Brian Harring | 2010-05-11 | 1 | -8/+8 |
* | -vV is a synonym for -v | Tim Kientzle | 2010-05-01 | 1 | -0/+3 |
* | Some Solaris systems seem to give root a gid of 1. | Tim Kientzle | 2010-05-01 | 1 | -1/+1 |
* | test cpio -0 | Tim Kientzle | 2010-05-01 | 2 | -0/+93 |
* | Reorder sections to canonical order. | Joerg Sonnenberger | 2010-04-12 | 1 | -2/+2 |
* | Don't try to write a body if libarchive won't accept it. | Tim Kientzle | 2010-04-11 | 1 | -1/+1 |
* | Unbreak build on mingw. | Michihiro NAKAJIMA | 2010-02-24 | 1 | -0/+4 |
* | Document the various long options and use consistent markup. | Joerg Sonnenberger | 2010-02-22 | 1 | -26/+27 |
* | Correct the spelling of 'hierarchy' | Tim Kientzle | 2010-02-20 | 1 | -1/+1 |
* | Use archive_version_string() instead of archive_version(). | Tim Kientzle | 2010-02-17 | 1 | -1/+1 |
* | Rename archive_read_finish to archive_read_free and | Tim Kientzle | 2010-02-08 | 1 | -5/+5 |
* | Merge r203183 from svn.freebsd.org: Support -V option as in GNU cpio. | Tim Kientzle | 2010-01-31 | 3 | -3/+21 |
* | Return proper errors from archive_read_disk_entry_from_file() if | Tim Kientzle | 2010-01-18 | 1 | -4/+10 |
* | Windows resets atime at file close, so we can't use futimes() on Cygwin. | Tim Kientzle | 2010-01-18 | 1 | -1/+1 |
* | FreeBSD has <utime.h> | Tim Kientzle | 2010-01-16 | 1 | -0/+1 |
* | Don't warn if a UID can't be looked up. Apparently, | Tim Kientzle | 2010-01-05 | 1 | -1/+1 |
* | Issue 48: Instead of setting RUNTIME_OUTPUT_DIRECTORY separately for | Tim Kientzle | 2010-01-03 | 1 | -5/+0 |
* | Be more tolerant of end-of-line variations. | Tim Kientzle | 2009-12-27 | 1 | -6/+6 |
* | Be more explicit about the expected line termination for the version string. | Tim Kientzle | 2009-12-27 | 1 | -2/+2 |
* | Assert contents for stderr; this might help track a bug that's showing up | Tim Kientzle | 2009-12-27 | 1 | -2/+7 |
* | Better error reporting when a file doesn't exist. | Tim Kientzle | 2009-12-27 | 1 | -0/+6 |
* | Eliminate more warnings on Borland C. | Michihiro NAKAJIMA | 2009-12-22 | 2 | -1/+4 |
* | Fix comparison of ino. | Michihiro NAKAJIMA | 2009-12-21 | 1 | -1/+1 |
* | Eliminate warnings on Visual Studio 10 W64. | Michihiro NAKAJIMA | 2009-12-21 | 1 | -2/+2 |
* | Eliminate the warnings of the conversion of types on Visual Studio. | Michihiro NAKAJIMA | 2009-12-21 | 1 | -1/+1 |
* | On Borland C environment, both dirent.h and direct.h are available. | Michihiro NAKAJIMA | 2009-12-20 | 1 | -1/+2 |
* | Eliminate the warnings which Borland C Compiler complains about unused parame... | Michihiro NAKAJIMA | 2009-12-20 | 1 | -0/+10 |
* | Don't use _getcwd and _strdup on Borland C Compiler. | Michihiro NAKAJIMA | 2009-12-18 | 1 | -0/+2 |
* | On Windows, make sure not to leave empty directories | Michihiro NAKAJIMA | 2009-12-18 | 1 | -1/+13 |
* | Borland C does not provide _access,_chdir,_getcwd,_strdup and _umask. | Michihiro NAKAJIMA | 2009-12-17 | 1 | -0/+6 |
* | Fix indents. | Michihiro NAKAJIMA | 2009-12-16 | 1 | -1/+1 |
* | Avoid segv on linux64. It caused at second calling vfprintf() of vlogprintf() | Michihiro NAKAJIMA | 2009-12-16 | 1 | -0/+9 |
* | All of invalid_parameter_handler() are used only when HAVE__CrtSetReportMode ... | Michihiro NAKAJIMA | 2009-12-16 | 1 | -1/+1 |
* | Borland C++ does not provide sys/utime.h. | Michihiro NAKAJIMA | 2009-12-16 | 2 | -6/+6 |
* | Avoid build error on Visual Studio 10. | Michihiro NAKAJIMA | 2009-12-15 | 1 | -0/+3 |
* | Not all Windows environments have sys/utime.h, so obey the configure check. | Tim Kientzle | 2009-12-12 | 1 | -0/+2 |