summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_string_sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-164/+0
* Merge r505 from libarchive.googlecode.com: Fix %ju support. SimplifyTim Kientzle2009-03-061-6/+30
* Add a useful sprintf()-style wrapper aroundTim Kientzle2008-03-141-0/+10
* archive_string_ensure() used to call exit(3) if itTim Kientzle2007-07-151-1/+3
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Implement a custom print formatter (archive_string_vsprintf)Tim Kientzle2005-01-161-14/+77
* Remove the unused archive_string_sprintf() utility function.Tim Kientzle2004-11-051-13/+0
* It is not legal to re-use a va_list variable. This causedTim Kientzle2004-08-261-1/+4
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-1/+0
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Many fixes.Tim Kientzle2004-03-091-2/+3
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+79