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