aboutsummaryrefslogtreecommitdiff
path: root/src/xz/signals.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-06-02Fix a Windows-specific FIXME in signal handling code.Lasse Collin1-8/+8
2010-05-27Take Cygwin into account in some #if lines.Lasse Collin1-1/+1
This change is no-op, but good to have just in case for the future.
2010-01-31Don't use uninitialized sigset_t.Lasse Collin1-10/+24
If signal handlers haven't been established, then it's useless to try to block them, especially since the sigset_t used for blocking hasn't been initialized yet.
2009-09-19Various changes.Lasse Collin1-0/+2
Separate a few reusable components from XZ Utils specific code. The reusable code is now in "tuklib" modules. A few more could be separated still, e.g. bswap.h. Fix some bugs in lzmainfo. Fix physmem and cpucores code on OS/2. Thanks to Elbert Pol for help. Add OpenVMS support into physmem. Add a few #ifdefs to ease building XZ Utils on OpenVMS. Thanks to Jouk Jansen for the original patch.
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
Some minor documentation cleanups were made at the same time.
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-0/+180
It now builds with MinGW.