]> icculus.org git repositories - icculus/xz.git/history - src
Escape dashes in xzmore.1
[icculus/xz.git] / src /
2009-10-16 Jonathan NiederEscape dashes in xzmore.1
2009-10-16 Lasse CollinMention --check=none in --long-help. It was already in
2009-10-04 Lasse CollinUse a tuklib module for integer handling.
2009-10-02 Lasse CollinAdd support for --enable-assume-ram=SIZE.
2009-10-02 Lasse CollinUse unaligned access (if possible) on both endiannesses
2009-10-02 Lasse CollinMake liblzma produce the same output on both endiannesses.
2009-09-27 Lasse CollinWork around a bug in Interix header files.
2009-09-24 Lasse CollinFix an error in OpenVMS-specific code.
2009-09-22 Lasse CollinBetter fixes for OpenVMS support.
2009-09-22 Lasse CollinAvoid non-standard preprocessor construct.
2009-09-21 Lasse CollinMake sure that TUKLIB_DOSLIKE doesn't get defined on...
2009-09-19 Lasse CollinVarious changes.
2009-09-15 Lasse CollinFix incorrect use of "restrict".
2009-09-12 Lasse CollinFix GCC version check for nothrow attribute.
2009-09-12 Lasse CollinA few grammar fixes.
2009-09-11 Lasse CollinUse $(LN_EXEEXT) in symlinks to executables.
2009-09-11 Lasse CollinFix a couple of warnings.
2009-09-05 Lasse CollinAdd OS/2-specific code to physmem.h.
2009-09-04 Lasse CollinUse sysctl() != -1 instead of !sysctl() to check if
2009-09-01 Lasse CollinRefactored option parsing.
2009-09-01 Lasse CollinFix options parsing bug in xz.
2009-08-31 Lasse CollinRevert 43f44160b1ddcbf7e5205c37db09b3bebe7226f9
2009-08-29 Lasse CollinUse even more hackish way to support thousand separators.
2009-08-29 Lasse CollinFix sysctl() usage.
2009-08-29 Lasse CollinFix x86 assembler on GCC 3.
2009-08-27 Lasse CollinUpdate xz man page date.
2009-08-27 Lasse CollinBumped version to 4.999.9beta.
2009-08-27 Lasse CollinSome xz man page improvements.
2009-08-27 Lasse CollinUpdates to liblzma API headers.
2009-08-17 Lasse CollinSome xz man changes.
2009-08-16 Lasse CollinFix data corruption in LZ/LZMA2 encoder.
2009-08-13 Lasse CollinLink lzmainfo against shared liblzma by default.
2009-08-13 Lasse CollinFix xz Makefile.am for the man page.
2009-08-13 Lasse CollinAdd lzmainfo for backward compatibility with LZMA Utils.
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-08-09 Jonathan Nieder“xzdiff a.xz b.xz” always fails
2009-08-09 Jonathan Niederxzless: Support compressed standard input
2009-07-30 Jonathan Niederxzdiff: add missing ;; to case statement
2009-07-23 Lasse CollinFix incorrect usage of getopt_long(), which caused
2009-07-20 Lasse CollinAvoid internal error with --format=xz --lzma1.
2009-07-19 Lasse CollinAdded missing author notice to xzless.in.
2009-07-18 Lasse CollinAdded public domain notice into a few files.
2009-07-14 Lasse CollinAllow extra commas in filter-specific options on xz...
2009-07-14 Lasse CollinAccept --lzma2=preset=6e where "e" is equivalent to...
2009-07-10 Lasse CollinBCJ filters: Reject invalid start offsets with LZMA_OPT...
2009-07-10 Lasse CollinLook for full command names instead of substrings
2009-07-08 Lasse CollinRemove --force from xzdec.
2009-07-06 Lasse CollinUse sed instead of $(SED) so that we don't need to
2009-07-05 Lasse CollinMajor update to the xzgrep and other scripts based on
2009-07-05 Lasse CollinUse @PACKAGE_HOMEPAGE@ in liblzma.pc.in.
2009-07-03 Lasse CollinMake "xz --decompress --stdout --force" copy unrecognized
2009-07-02 Lasse CollinDefine PACKAGE_HOMEPAGE in configure.ac and use it in
2009-06-30 Lasse CollinBuild system fixes
2009-06-28 Lasse CollinAdd -no-undefined to get shared liblzma on Windows.
2009-06-27 Lasse CollinMake physmem() work on Cygwin 1.5 and older.
2009-06-27 Lasse CollinMoved the Windows resource files outside the windows...
2009-06-27 Lasse CollinAdded missing $(EXEEXT).
2009-06-27 Lasse CollinCreate correct symlinks even when
2009-06-27 Lasse CollinSilence a compiler warning on DOS-like systems.
2009-06-26 Lasse CollinHopefully improved portability of the assembler code in
2009-06-26 Lasse CollinUpdated comments to match renamed files.
2009-06-26 Lasse CollinRename process.[hc] to coder.[hc] and io.[hc] to file_i...
2009-06-26 Lasse CollinRename process_file() to coder_run().
2009-06-26 Lasse CollinUgly hack to make it possible to use the thousand separator
2009-06-26 Lasse CollinBasic support for building with Cygwin and MinGW using
2009-06-26 Lasse CollinFix @variables@ to $(variables) in Makefile.am files.
2009-06-24 Lasse CollinSupport HW_PHYSMEM64
2009-06-24 Lasse CollinCast a char argument to isspace() to unsigned char.
2009-06-04 Lasse CollinAdded xzdec man page.
2009-06-04 Lasse CollinHarmonized xzdec --memory with xz --memory and made
2009-06-04 Lasse CollinFix purporse -> purpose. Thanks to Andrew Dudman.
2009-05-26 Lasse CollinMake the raw value of the Check field available to...
2009-05-23 Lasse CollinRemove undocumented alternative option names --bcj...
2009-05-23 Lasse CollinAdd support for specifying the BCJ filter start offset
2009-05-22 Lasse CollinAdded support for --quiet and --no-warn to xzdec.
2009-05-22 Lasse CollinUse the 40 % of RAM memory usage limit in xzdec too.
2009-05-22 Lasse CollinAdd --no-warn.
2009-05-22 Lasse CollinFix a comment.
2009-05-22 Lasse CollinRemove the --info option, which was an alias for -...
2009-05-22 Lasse CollinIf xz is run as lzma, unlzma, or lzcat, simply imply
2009-05-22 Lasse CollinMake the default memory usage limit 40 % of RAM for...
2009-05-21 Lasse CollinSupport special value "max" where xz and xzdec accept...
2009-05-21 ABCDInstall lzdiff, lzgrep, and lzmore as symlinks
2009-05-02 Lasse CollinUse a GCC-specific #pragma instead of GCC-specific
2009-04-28 Lasse CollinFixed a crash in liblzma.
2009-04-15 Lasse CollinFix uint32_t -> size_t in ARM and ARM-Thumb filters.
2009-04-13 Lasse CollinQuick & dirty update to support xz in diff/grep/more...
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-04-10 Lasse CollinFix off-by-one in LZ decoder.
2009-03-18 Lasse CollinFix wrong macro names in lc_cpucores.m4 and cpucores.h.
2009-02-22 Lasse CollinAdd a rough explanation of --extreme to output of ...
2009-02-22 Lasse CollinFixes to progress message handling in xz:
2009-02-18 Lasse CollinAdded files missing from the previous commit.
2009-02-17 Lasse CollinAdded lzma_easy_buffer_encode(). Splitted easy.c into...
2009-02-15 Lasse CollinMake physmem.h work on old Windows versions.
2009-02-14 Lasse CollinFix microsecond vs. nanosecond confusion in my_time().
2009-02-13 Lasse CollinCleanups to the code that detects the amount of RAM and
2009-02-13 Lasse CollinChanged how the version number is specified in various...
next