| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
When you need to write a callback for archive_read_open2, you must provide a
function which has the same signature as the typedef. The documentation says
that the read callback returns a ssize_t, but on windows there is no such
ssize_t. libarchive falls back on another type and use the private macro
__LA_SSIZE_T, thus it is not possible to write portable code that use
read_open2.
This patch replaces that macro with a simple typedef la_ssize_t (and does the
same for la_int64_t).
|
|
|
|
| |
archive_write_disk handle; comment that this should change in libarchive 4
|
|
|
|
|
|
| |
- fix manpage dates to reflect latest change
- fix manpage titles
- reduce $FreeBSD: *$ tags to $FreeBSD$
|
|
|
|
| |
SVN-Revision: 4227
|
|
|
|
| |
SVN-Revision: 3974
|
|
|
|
| |
SVN-Revision: 3107
|
|
|
|
|
|
|
|
| |
this moves archive_write_finish_entry() out of sight a bit:
its description says it's not normally necessary, so the man page
is referenced only from archive_write_data.3 (for now)
SVN-Revision: 3098
|
|
SVN-Revision: 3097
|