liblzma/src/xz
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
..
args.c Add a missing space to an error message. 2010-01-26 23:37:46 +02:00
args.h Add support for --info-memory and --robot to xz. 2009-11-16 18:16:45 +02:00
coder.c Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
coder.h Updated comments to match renamed files. 2009-06-26 21:00:35 +03:00
file_io.c Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
file_io.h Delay opening the destionation file and other fixes. 2010-01-31 12:01:54 +02:00
hardware.c Increase the default memory usage limit on "low-memory" systems. 2010-03-07 13:29:28 +02:00
hardware.h Make the default memory usage limit 40 % of RAM for both 2009-05-22 11:29:50 +03:00
list.c Fix typos in comments. 2010-02-01 22:47:54 +02:00
list.h Add initial version of xz --list. 2010-01-24 23:50:54 +02:00
main.c Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
main.h Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
Makefile.am Add list.h to src/xz/Makefile.am. 2010-01-29 22:48:04 +02:00
message.c Consistently round up the memory usage limit in messages. 2010-03-07 13:50:23 +02:00
message.h Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
options.c Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
options.h Add support for specifying the BCJ filter start offset 2009-05-23 15:12:23 +03:00
private.h Add initial version of xz --list. 2010-01-24 23:50:54 +02:00
signals.c Don't use uninitialized sigset_t. 2010-01-31 12:53:56 +02:00
signals.h Various changes. 2009-09-19 09:47:30 +03:00
suffix.c Various changes. 2009-09-19 09:47:30 +03:00
suffix.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
util.c Treat all integer multiplier suffixes as base-2. 2010-03-07 13:59:32 +02:00
util.h Improve displaying of the memory usage limit. 2010-01-31 18:17:50 +02:00
xz_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
xz.1 Treat all integer multiplier suffixes as base-2. 2010-03-07 13:59:32 +02:00