xz/src
Lasse Collin 9c1b05828a Fix portability problems in mythread.h.
Use gettimeofday() if clock_gettime() isn't available
(e.g. Darwin).

The test for availability of pthread_condattr_setclock()
and CLOCK_MONOTONIC was incorrect. Instead of fixing the
#ifdefs, use an Autoconf test. That way if there exists a
system that supports them but doesn't specify the matching
POSIX #defines, the features will still get detected.

Don't try to use pthread_sigmask() on OpenVMS. It doesn't
have that function.

Guard mythread.h against being #included multiple times.
2011-04-19 09:20:44 +03:00
..
common Fix portability problems in mythread.h. 2011-04-19 09:20:44 +03:00
liblzma Bump the version number to 5.1.1alpha and liblzma soname to 5.0.99. 2011-04-12 12:48:31 +03:00
lzmainfo lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t. 2010-10-10 16:49:01 +03:00
scripts xzgrep: fix typo in $0 parsing 2011-04-18 19:33:27 +03:00
xz Put the unstable APIs behind #ifdef LZMA_UNSTABLE. 2011-04-12 12:42:37 +03:00
xzdec Add missing public domain notice to lzmadec_w32res.rc. 2010-10-09 12:57:25 +03:00
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00