]> icculus.org git repositories - icculus/xz.git/history - src/xz/main.c
xz: Fix grammar.
[icculus/xz.git] / src / xz / main.c
2010-06-02 Lasse CollinFix a Windows-specific FIXME in signal handling code.
2010-02-12 Lasse CollinCollection of language fixes to comments and docs.
2010-02-02 Lasse CollinFix wrong assertion.
2010-02-01 Lasse CollinFix signal handling for --list.
2010-01-26 Lasse CollinMinor comment fix.
2010-01-24 Lasse CollinAdd initial version of xz --list.
2010-01-13 Lasse CollinDon't read compressed data from a terminal or write it
2009-11-16 Lasse CollinAdd support for --info-memory and --robot to xz.
2009-09-19 Lasse CollinVarious changes.
2009-08-13 Lasse CollinSync some error messages from xz to xzdec.
2009-06-26 Lasse CollinRename process_file() to coder_run().
2009-05-22 Lasse CollinAdd --no-warn.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-13 Lasse CollinImprove support for DOS-like systems.
2009-02-08 Lasse CollinMake "xz --force" to write to terminal as the error
2009-02-05 Lasse CollinVarious code cleanups the the xz command line tool.
2009-01-07 Lasse CollinUse pthread_sigmask() instead of sigprocmask() when...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-11-19 Lasse CollinRenamed lzma to xz and lzmadec to xzdec. We create...