aboutsummaryrefslogtreecommitdiff
path: root/src/lzmadec/lzmadec.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-06-11Improve command line integer parsing a little in lzma andLasse Collin1-13/+18
lzmadec to make them accept also KiB in addition Ki etc. Fix also memory usage information in lzmadec --help.
2008-04-28Fixed wrong spelling "limitter" to "limiter". This affectsLasse Collin1-6/+6
liblzma's API.
2008-01-18Set stdin and stdout to binary mode on Windows. This patch isLasse Collin1-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-16Added memory leak detection to lzmadec.c.Lasse Collin1-0/+3
2008-01-15Free the allocated memory in lzmadec if debugging isLasse Collin1-0/+7
enabled. This should make it possible to detect possible memory leaks with Valgrind.
2008-01-06With printf(), use PRIu64 with a cast to uint64_t insteadLasse Collin1-2/+4
of %zu, because some pre-C99 libc versions don't support %zu.
2007-12-09Imported to git.Lasse Collin1-0/+515