]> icculus.org git repositories - icculus/xz.git/history - src/xz
Update docs.
[icculus/xz.git] / src / xz /
2010-10-12 Lasse Collinxz: Avoid raise() also on OpenVMS.
2010-10-11 Lasse Collinxz: Avoid SA_RESTART for portability reasons.
2010-10-10 Lasse Collinxz: Use "%"PRIu32 instead of "%d" in a format string.
2010-10-09 Lasse CollinOS/2 and DOS: Be less verbose on signals.
2010-10-08 Lasse CollinBuild: Add options to disable individual command line...
2010-10-05 Lasse CollinBuild: Remove the static/dynamic tricks.
2010-10-04 Lasse CollinA few more languages files to the xz man page.
2010-09-27 Lasse CollinFix accomodate -> accommodate on the xz man page.
2010-09-27 Lasse CollinMajor man page updates.
2010-09-14 Lasse Collinxz: Edit a translators comment.
2010-09-10 Lasse Collinxz: Add a comment to translators about "literal context...
2010-09-10 Lasse Collinxz: Multiple fixes.
2010-09-07 Lasse Collinxz: Add a note to translators.
2010-09-07 Lasse CollinFix use of N_() and ngettext().
2010-09-06 Lasse Collinxz: Improve a comment.
2010-09-05 Lasse Collinxz: Update the comment about NetBSD in file_io.c.
2010-09-05 Lasse Collinxz: Use an array instead of pointer for stdin_filename.
2010-09-05 Lasse Collinxz: Hopefully ease translating the messages in list.c.
2010-09-04 Lasse Collinxz: Fix grammar.
2010-09-04 Lasse Collinxz: Use lzma_lzma_preset() to initialize the options...
2010-09-04 Lasse Collinxz: Minor improvements to --help and --long-help.
2010-09-03 Lasse Collinxz: Make -vv show also decompressor memory usage.
2010-09-03 Lasse Collinxz: Make --help two lines shorter.
2010-09-02 Lasse Collinxz: Make setting a preset override a custom filter...
2010-09-02 Lasse Collinxz: Always warn if adjusting dictionary size due to...
2010-08-07 Lasse CollinDisable the memory usage limiter by default.
2010-08-06 Lasse CollinAdd missing const to a global constant in xz.
2010-07-28 Lasse CollinLanguage fixes for man pages.
2010-06-15 Lasse CollinAdd --no-adjust.
2010-06-11 Lasse CollinClarify the description of the default memlimit in...
2010-06-11 Lasse CollinFix string to uint64_t conversion.
2010-06-02 Lasse CollinFix compiling with -Werror.
2010-06-02 Lasse CollinFix a Windows-specific FIXME in signal handling code.
2010-06-02 Lasse CollinAdjust SA_RESTART workaround.
2010-06-01 Lasse Collinxz man page updates.
2010-06-01 Lasse CollinMajor update to xz --list.
2010-06-01 Lasse CollinRename message_filters_get() to message_filters_to_str().
2010-05-27 Lasse CollinTake Cygwin into account in some #if lines.
2010-05-27 Lasse CollinRemove references to the Subblock filter in xz and...
2010-05-27 Jonathan NiederUse my_min() instead of MIN() in src/xz/list.c
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2010-05-26 Lasse CollinRemove the Subblock filter code for now.
2010-05-16 Lasse CollinSplit message_filters().
2010-04-12 Lasse CollinShow both elapsed time and estimated remaining time...
2010-03-07 Lasse CollinTreat all integer multiplier suffixes as base-2.
2010-03-07 Lasse CollinConsistently round up the memory usage limit in messages.
2010-03-07 Lasse CollinIncrease the default memory usage limit on "low-memory...
2010-02-12 Lasse CollinCollection of language fixes to comments and docs.
2010-02-02 Lasse CollinFix wrong assertion.
2010-02-01 Lasse CollinFix typos in comments.
2010-02-01 Lasse CollinFix signal handling for --list.
2010-02-01 Lasse CollinFix compression of symlinks with --force.
2010-01-31 Lasse CollinSelect the default integrity check type at runtime.
2010-01-31 Lasse CollinImprove displaying of the memory usage limit.
2010-01-31 Lasse CollinDon't use uninitialized sigset_t.
2010-01-31 Lasse CollinDelay opening the destionation file and other fixes.
2010-01-29 Lasse CollinAdd list.h to src/xz/Makefile.am.
2010-01-27 Lasse CollinSilence two compiler warnings on DOS-like systems.
2010-01-27 Lasse CollinUse PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.
2010-01-26 Lasse CollinAdd a missing space to an error message.
2010-01-26 Lasse CollinUse past tense in error message in io_unlink().
2010-01-26 Lasse CollinFix too small static buffer in util.c.
2010-01-26 Lasse CollinMinor comment fix.
2010-01-24 Lasse CollinAdd initial version of xz --list.
2010-01-24 Lasse CollinAdd io_pread().
2010-01-24 Lasse CollinSet LC_NUMERIC=C when --robot is used.
2010-01-24 Lasse CollinSome improvements to printing sizes in xz.
2010-01-15 Lasse CollinUpdate the xz man page to match the previous two commits.
2010-01-13 Lasse CollinDon't read compressed data from a terminal or write it
2010-01-13 Lasse CollinDon't compress or decompress special files unless writing
2009-12-07 Lasse CollinFix file_io.c on DOS-like systems.
2009-12-07 Lasse CollinAdd a note for translators to add a bug reporting address
2009-12-07 Lasse CollinPrevent xgettext from taking one regular string as...
2009-11-28 Lasse CollinRemove duplicate code in io_open_dest().
2009-11-25 Lasse CollinAdd missing error check to coder.c.
2009-11-25 Lasse CollinCreate sparse files by default when decompressing into
2009-11-16 Lasse CollinAdd support for --info-memory and --robot to xz.
2009-11-15 Lasse CollinAdd lzma_physmem().
2009-11-14 Lasse CollinSome updates to xz man page.
2009-11-14 Lasse CollinFix description of --memory in --long-help.
2009-11-14 Lasse CollinFix a design error in liblzma API.
2009-10-16 Lasse CollinMention --check=none in --long-help. It was already in
2009-10-02 Lasse CollinAdd support for --enable-assume-ram=SIZE.
2009-09-24 Lasse CollinFix an error in OpenVMS-specific code.
2009-09-22 Lasse CollinBetter fixes for OpenVMS support.
2009-09-19 Lasse CollinVarious changes.
2009-09-12 Lasse CollinA few grammar fixes.
2009-09-11 Lasse CollinUse $(LN_EXEEXT) in symlinks to executables.
2009-09-01 Lasse CollinRefactored option parsing.
2009-09-01 Lasse CollinFix options parsing bug in xz.
2009-08-29 Lasse CollinUse even more hackish way to support thousand separators.
2009-08-27 Lasse CollinUpdate xz man page date.
2009-08-27 Lasse CollinSome xz man page improvements.
2009-08-17 Lasse CollinSome xz man changes.
2009-08-13 Lasse CollinFix xz Makefile.am for the man page.
2009-08-13 Lasse CollinSync some error messages from xz to xzdec.
2009-08-13 Lasse CollinFix first line of xz man page.
2009-08-10 Lasse CollinAdded a rough version of the xz man page.
2009-07-23 Lasse CollinFix incorrect usage of getopt_long(), which caused
2009-07-20 Lasse CollinAvoid internal error with --format=xz --lzma1.
next