aboutsummaryrefslogtreecommitdiff
path: root/src/lzmadec (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-11Get rid of no-NLS gnulib. I don't know how to get itLasse Collin1-1/+3
working with Automake. People who want smaller lzmadec should use --disable-nls on non-GNU systems.
2007-12-09Imported to git.Lasse Collin2-0/+542