Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-18 | Set stdin and stdout to binary mode on Windows. This patch is | Lasse Collin | 1 | -0/+9 | |
a forward port of b7b22fcb979a16d3a47c8001f058c9f7d4416068 from lzma-utils-legacy.git. I don't know if the new code base builds on Windows, but this is a start. | |||||
2008-01-16 | Added memory leak detection to lzmadec.c. | Lasse Collin | 1 | -0/+3 | |
2008-01-15 | Free the allocated memory in lzmadec if debugging is | Lasse Collin | 1 | -0/+7 | |
enabled. This should make it possible to detect possible memory leaks with Valgrind. | |||||
2008-01-06 | With printf(), use PRIu64 with a cast to uint64_t instead | Lasse Collin | 1 | -2/+4 | |
of %zu, because some pre-C99 libc versions don't support %zu. | |||||
2007-12-11 | Get rid of no-NLS gnulib. I don't know how to get it | Lasse Collin | 1 | -1/+3 | |
working with Automake. People who want smaller lzmadec should use --disable-nls on non-GNU systems. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 2 | -0/+542 | |