liblzma/src
Lasse Collin a616fdad34 xz: Fix error detection of fcntl(fd, F_SETFL, flags) calls.
POSIX says that fcntl(fd, F_SETFL, flags) returns -1 on
error and "other than -1" on success. This is how it is
documented e.g. on OpenBSD too. On Linux, success with
F_SETFL is always 0 (at least accorinding to fcntl(2)
from man-pages 3.51).
2013-06-28 18:09:47 +03:00
..
common liblzma: Fix mythread_sync for nested locking. 2012-12-14 11:01:41 +02:00
liblzma liblzma: Avoid a warning about a shadowed variable. 2013-06-23 18:57:23 +03:00
lzmainfo Add underscores to attributes (__attribute((__foo__))). 2011-05-17 11:54:38 +03:00
scripts xzgrep: make the '-h' option to be --no-filename equivalent 2013-04-05 19:14:50 +03:00
xz xz: Fix error detection of fcntl(fd, F_SETFL, flags) calls. 2013-06-28 18:09:47 +03:00
xzdec xzdec: Improve the --help message. 2013-04-15 19:29:09 +03:00
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00