aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed some minor style bugs.Bruce Evans2004-05-132-14/+20
* Allow encoding modules to override the default implementations ofTim J. Robbins2004-05-138-9/+113
* Update raw byte count statistic correctly.Tim Kientzle2004-05-131-1/+1
* Add MLINK for newly-added archive_read_extract_set_progress_callback(3).Tim Kientzle2004-05-132-0/+2
* Add hook for a client-provided progress callback to be invokedTim Kientzle2004-05-136-2/+34
* Fix braino in previous: check that the second byte in the characterTim J. Robbins2004-05-132-2/+2
* Fix some^Wseveral style bugs from last commit.Peter Edwards2004-05-123-45/+38
* Fix typo.Josef El-Rayes2004-05-121-1/+1
* Fix typo.Josef El-Rayes2004-05-121-1/+1
* Reduce overhead by calling internal versions of the multibyte conversionTim J. Robbins2004-05-128-11/+19
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-1216-71/+72
* Link radixsort(3) to sradixsort(3), make the latter appear inRuslan Ermilov2004-05-122-1/+2
* Put crypto-aware version of the library into the right distribution.Ruslan Ermilov2004-05-121-0/+1
* Document the fact that in a jailed environment, sendto(2) could failChristian S.J. Peron2004-05-111-0/+4
* In the absence of proper validation, at least check that null bytesTim J. Robbins2004-05-114-1/+19
* Fix and clarify unparsable sentence.Diomidis Spinellis2004-05-111-3/+3
* Bring the description for login_getclassbyname in sync with the function'sDiomidis Spinellis2004-05-112-8/+28
* Remove a trailing newline, to behave as documented in syslog(3):Diomidis Spinellis2004-05-101-0/+4
* Fixed style bugs in previous commit (bogus forward declaration andBruce Evans2004-05-101-3/+1
* Use a binary search to find the range containing a character inTim J. Robbins2004-05-093-20/+34
* o fix a sentence to match with the synopsis [1]Christian Brueffer2004-05-091-3/+3
* The FTS_NOSTAT option is an optimisation that reduces the numberPeter Edwards2004-05-083-6/+153
* Add an implementation of copysignl(), a long double version of copysign().Stefan Farfeleder2004-05-074-4/+57
* Add an MLINK for fabsl().Stefan Farfeleder2004-05-071-1/+1
* The prototypes for cabs() and cabsf() are in <complex.h>. Fix their arguments'Stefan Farfeleder2004-05-061-8/+11
* A minor refactoring to simplify portability: assign the filenameTim Kientzle2004-05-052-10/+14
* Consistify: #define gets 1 tab character afterwardsTim Kientzle2004-05-038-60/+60
* Remove bogus FBSDID.David E. O'Brien2004-05-021-3/+1
* Fix damaged FBSDID.David E. O'Brien2004-05-021-3/+1
* Merge vfscanf.c, v1.37:David Schultz2004-05-021-8/+7
* Merge vfprintf.c, v1.65:David Schultz2004-05-021-24/+17
* Add option NO_FP_LIBC, which disables floating-point support inDavid Schultz2004-05-021-0/+3
* - To make it easier to compile *printf() and *scanf() withoutDavid Schultz2004-05-022-31/+21
* When *printf() and *scanf() are compiled without floating-pointDavid Schultz2004-05-021-0/+4
* Include appropriate flag header on Linux.Tim Kientzle2004-05-021-0/+4
* Create missing directories when extracting hardlinks and symlinks.Tim Kientzle2004-04-301-9/+39
* Implement ARCHIVE_EXTRACT_UNLINK for regular files. This supports theTim Kientzle2004-04-291-7/+49
* Add statistics: track offset in compressed and uncompressed archive,Tim Kientzle2004-04-2810-1/+43
* Correct spelling of "shell archive" to match /usr/share/misc/magic.Tim Kientzle2004-04-281-1/+1
* Add the libarchive-formats.5 manpage. This summarizes the variousTim Kientzle2004-04-283-0/+229
* Add read support for four more common cpio variants:Tim Kientzle2004-04-281-64/+304
* - Added rad_demangle() for demangling user-passwords (needed forRuslan Ermilov2004-04-276-32/+415
* Markup nit.Ruslan Ermilov2004-04-271-1/+1
* Update file flag handling.Tim Kientzle2004-04-269-82/+506
* Rewrite split_lines() to operate safelyAndrey A. Chernov2004-04-251-3/+7
* Make sure that symbols are declared in math.h iff the appropriateDavid Schultz2004-04-251-65/+68
* Remove a stale comment referring to values.h, which has never beenDavid Schultz2004-04-251-6/+1
* Unconditionaly initialize any spin lock passed to pthread_spin_init(). WhileMike Makonnen2004-04-241-4/+0
* Make clone more aggressive about copying strings to the new entry.Tim Kientzle2004-04-231-9/+9
* Set the 'dump' flag for shardump format.Tim Kientzle2004-04-231-0/+4