liblzma/src
Lasse Collin cf38da00a1 Treat all integer multiplier suffixes as base-2.
Originally both base-2 and base-10 were supported, but since
there seems to be little need for base-10 in XZ Utils, treat
everything as base-2 and also be more relaxed about the case
of the first letter of the suffix. Now xz will accept e.g.
KiB, Ki, k, K, kB, and KB, and interpret them all as 1024. The
recommended spelling of the suffixes are still KiB, MiB, and GiB.
2010-03-07 13:59:32 +02:00
..
common Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
liblzma Fix missing initialization in lzma_strm_init(). 2010-03-06 21:17:20 +02:00
lzmainfo Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. 2010-01-27 13:31:03 +02:00
scripts Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
xz Treat all integer multiplier suffixes as base-2. 2010-03-07 13:59:32 +02:00
xzdec Treat all integer multiplier suffixes as base-2. 2010-03-07 13:59:32 +02:00
Makefile.am Add lzmainfo for backward compatibility with LZMA Utils. 2009-08-13 12:55:45 +03:00