summaryrefslogtreecommitdiff
path: root/libarchive/archive_string_sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* constify variables moreMike Frysinger2017-03-231-1/+1
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-1/+1
* Issue 232: Fix a missing header.Tim Kientzle2012-01-241-1/+3
* When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...Michihiro NAKAJIMA2012-01-231-2/+6
* Quash compiler warnings by explicitly casting to unsigned on both sides Colin Percival2011-08-161-1/+1
* In archive_string_vsprintf, increase robustness. use "(null)" when a string p...Michihiro NAKAJIMA2011-08-031-0/+6
* Fix printing of INT(MAX|64)_MIN. In append_int we had theoreticallyColin Percival2011-08-021-3/+6
* Rename archive_string_append_from_wcs_to_mbs function to archive_string_appen...Michihiro NAKAJIMA2011-04-111-2/+2
* Remove first argument of archive_wstring_append_from_mbs/archive_string_appen...Michihiro NAKAJIMA2011-04-111-2/+2
* Rename archive_string_append_from_unicode_to_mbs back to archive_string_appen...Michihiro NAKAJIMA2011-04-061-2/+2
* Fix some broken tests from the earlier string workTim Kientzle2011-03-071-2/+2
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-2/+2
* Big string overhaul:Tim Kientzle2010-11-191-5/+5
* Add %ls and %S to archive_string_sprintf() for formatting wide-character stri...Tim Kientzle2010-11-121-2/+15
* Support z for (s)size_t.Joerg Sonnenberger2010-02-251-4/+4
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Fix %ju handling in archive_string_sprintf()Tim Kientzle2009-01-281-6/+30
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+140