aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_string.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-453/+0
* Sync libarchive with vendor branch release/2.8:Martin Matuska2011-12-201-1/+1
* Remove an unused variable and an unnecessary increment.Tim Kientzle2009-12-281-3/+1
* Merge from libarchive.googlecode.com: Mostly a bunch ofTim Kientzle2009-04-121-142/+149
* Merge from libarchive.googlecode.com:Tim Kientzle2009-04-121-4/+6
* Merge r505 from libarchive.googlecode.com: Fix %ju support. SimplifyTim Kientzle2009-03-061-15/+0
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotTim Kientzle2009-03-031-0/+84
* New internal archive_string_concat utility function.Tim Kientzle2008-12-061-0/+12
* Rework the my_mbtowc_utf8() support function to fully match the mbtowc()Tim Kientzle2008-06-151-14/+14
* Since wctomb() returns int, temporaries should be int, not size_t.Tim Kientzle2008-06-151-2/+2
* Fix a bad cast.Tim Kientzle2008-06-151-1/+1
* Portability: We can get away with the older and better-supportedTim Kientzle2008-06-151-33/+23
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-7/+256
* archive_string_ensure() used to call exit(3) if itTim Kientzle2007-07-151-5/+6
* libarchive 2.2.3Tim Kientzle2007-05-291-0/+9
* Correct the int->text conversion. <sigh>Tim Kientzle2007-01-131-1/+1
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Portability and style fixes:Tim Kientzle2006-11-101-1/+5
* Add __archive_strappend_int to format a decimalTim Kientzle2004-12-221-0/+15
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-2/+4
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Many fixes:Tim Kientzle2004-03-191-47/+0
* Many fixes.Tim Kientzle2004-03-091-2/+2
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+146