Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-06 | Bunch of grammar fixes from meyering. | Lasse Collin | 1 | -1/+1 | |
2008-05-04 | Don't print an error message on broken pipe unless --verbose | Lasse Collin | 1 | -1/+14 | |
is used. | |||||
2008-04-30 | Fix a crash with --format=alone if other filters than LZMA | Lasse Collin | 1 | -0/+9 | |
are specified on the command line. | |||||
2008-04-28 | Fixed wrong spelling "limitter" to "limiter". This affects | Lasse Collin | 1 | -3/+3 | |
liblzma's API. | |||||
2008-04-24 | Make unlzma and lzcat symlinks. | Lasse Collin | 1 | -0/+12 | |
2008-04-24 | Fixed a bug in command line option parsing. | Lasse Collin | 1 | -1/+1 | |
2008-01-17 | Added --delta to the output of "lzma --help". | Lasse Collin | 1 | -0/+4 | |
2008-01-14 | Added one assert() to process.c of the command line tool. | Lasse Collin | 1 | -0/+1 | |
2008-01-08 | Disable CRC32 from Block Headers when --check=none | Lasse Collin | 1 | -1/+1 | |
has been specified. | |||||
2008-01-06 | With printf(), use PRIu64 with a cast to uint64_t instead | Lasse Collin | 1 | -6/+7 | |
of %zu, because some pre-C99 libc versions don't support %zu. | |||||
2008-01-06 | Introduced compatibility with systems that have pre-C99 | Lasse Collin | 1 | -1/+0 | |
or no inttypes.h. This is useful when the compiler has good enough support for C99, but libc headers don't. Changed liblzma API so that sys/types.h and inttypes.h have to be #included before #including lzma.h. On systems that don't have C99 inttypes.h, it's the problem of the applications to provide the required types and macros before #including lzma.h. If lzma.h defined the missing types and macros, it could conflict with third-party applications whose configure has detected that the types are missing and defined them in config.h already. An alternative would have been introducing lzma_uint32 and similar types, but that would just be an extra pain on modern systems. | |||||
2007-12-13 | Fixed a few short options that take an argument. | Lasse Collin | 1 | -1/+1 | |
short_opts[] was missing colons to indicate required argument. Thanks to Fabio Pedretti for the bug report. | |||||
2007-12-11 | Get rid of no-NLS gnulib. I don't know how to get it | Lasse Collin | 1 | -1/+1 | |
working with Automake. People who want smaller lzmadec should use --disable-nls on non-GNU systems. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 24 | -0/+4178 | |