summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Merge r457 from libarchive.googlecode.com: Stop appending strerror()kientzle2009-03-061-19/+0
* Merge r420,r494 from libarchive.googlecode.com: Prettify the testkientzle2009-03-061-5/+1
* Merge r435,r443 from libarchive.googlecode.com: Read config files fromkientzle2009-03-062-4/+4
* Merge r416 from libarchive.googlecode.com:kientzle2009-03-064-8/+249
* Merge r407,r508 from libarchive.googlecode.com: Correctly handlekientzle2009-03-062-44/+44
* Merge r399,401,402,405,415,430,440,452,453,458,506,533,536,538,544,590kientzle2009-03-0610-0/+1231
* Merge r398 from libarchive.googlecode.com: Check that bidderkientzle2009-03-061-3/+3
* Merge r394,r396 from libarchive.googlecode.com: Plug some memorykientzle2009-03-062-3/+16
* Merge r390,r391,r392,r397 from libarchive.googlecode.com: Virtualizekientzle2009-03-055-17/+42
* Merge r389 from libarchive.googlecode.com: Fix a memorykientzle2009-03-051-1/+6
* Merge r386,r395,r451 from libarchive.googlecode.com: On Windows, breakkientzle2009-03-051-0/+6
* libc_r_* library is no more required, so just axe it.attilio2009-03-056-563/+0
* Hopefully, improve the grammar and wording in the changes to shmctl(2)kib2009-03-051-4/+5
* Argh. r189389 was supposed to include r539 from libarchive.googlecode.comkientzle2009-03-053-6/+9
* Merge r551,r561 from libarchive.googlecode.com: Update gzip read filterkientzle2009-03-052-231/+218
* Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com:kientzle2009-03-057-613/+506
* Correct r189383, which mis-merged a change from libarchive.googlecode.com.kientzle2009-03-051-2/+2
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into adelphij2009-03-054-21/+8
* Merge r356 and r358 from libarchive.googlecode.com: Remove a Windowskientzle2009-03-052-9/+8
* Merge r357 from libarchive.googlecode.com: bzip2 compressionkientzle2009-03-051-3/+3
* Merge r362 from libarchive.googlecode.com: Minor fix tokientzle2009-03-051-2/+3
* Merge r342 from libarchive.googlecode.com: Remove somekientzle2009-03-051-28/+1
* Merge r344 from libarchive.googlecode.com: __LA_INT64_T and __LA_SSIZE_Tkientzle2009-03-051-3/+6
* Merge r341,r345,r346,347 from libarchive.googlecode.com: Stylekientzle2009-03-056-29/+59
* Add wcpcpy(3) and wcpncpy(3).das2009-03-045-3/+108
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),das2009-03-046-32/+198
* Fix a file descriptor leak in fts_child().das2009-03-041-1/+3
* Considerably improve the wording of this man page.bms2009-03-041-20/+77
* Update copyright.bms2009-03-041-16/+13
* Explicitly specify bit width for on-disk data structure.delphij2009-03-041-17/+17
* Sync license changes.delphij2009-03-042-20/+3
* Style changes (including additional casts to shut up warnings). Thisdelphij2009-03-0415-36/+35
* Merge r340 from libarchive.googlecode.com: If zlib/bzlib aren't available,kientzle2009-03-032-6/+20
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotkientzle2009-03-0361-321/+7871
* Merge r294 from libarchive.googlecode.com: Skip testing forkientzle2009-03-031-0/+7
* Merge r282 from libarchive.googlecode.com: Close multiple filterskientzle2009-03-032-3/+3
* Merge r272 from libarchive.googlecode.com: Fix building on MSVC6.kientzle2009-03-031-1/+3
* Rename variable 'index' to 'idx' to avoid name collision with index(3),delphij2009-03-037-101/+87
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-0228-485/+196
* Correct types of variables used to track amount of allocated SysV sharedkib2009-03-021-0/+9
* Rewrite asprintf() as a wrapper around vasprintf(), thus reducing thedas2009-03-021-43/+22
* The argument corresponding to %zn is supposed to be an ssize_t *, notdas2009-03-022-6/+6
* Use C99-style initializers. No functional change.das2009-03-011-4/+9
* Add a missing .El.delphij2009-03-011-0/+1
* "-isoC-99" should be spelled without 'c'.delphij2009-03-011-1/+1
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.ed2009-02-281-1/+15
* Replace a dozen lines of code with a call to strnlen() / wcsnlen().das2009-02-282-33/+2
* Add restrict qualifiers.das2009-02-281-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-2818-26/+689
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().das2009-02-283-4/+4
OpenPOWER on IntegriCloud