Joerg Sonnenberger
Joerg Sonnenberger
Sure, that's the intention. But libc should still remember the TZ setting and not look it up over and over again.
Well, what errors did you actually get?
Those used to be necessary because Android didn't honor LFS. I have no idea if they finally started to behave like a sensible Unix-like system again.
Neither proposal is really acceptable. I've pushed a change that (hopefully) makes all prototypes consistent between archive.h and the implementation. That won't really fix the problem though. Using inttypes.h directly...
I dislike both, the old and the new version. IMO it should do a single compaction loop in-place and avoid strcpy and memcpy at all. Optionally, scan for "//" or...
Yeah, I prefer a real fix over a stop-gap fix.
This is pretty much a WONTFIX for me. Extracting data in streaming processing is best effort. If you want to know the size afterwards, you have to do the accounting...
Is this some special misguided build of OpenSSL to avoid "insecure" MD5 use? I can't comment on vcpkg otherwise.
Well, there are three different cases when this message is set by archive_write_disk_windows. If the `__la_win_permissive_name_w` failed, if `CreateFileW` failed and if `SetFileTime` failed. A first step would be to...
While it would be nice if libarchive supported explicit locale_t from POSIX 2008, I disagree that UTF8 is the only valid solution to i18n. It is not and ignoring that...