summaryrefslogtreecommitdiff
path: root/src/bzip2
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Werner Lemberg2016-01-133-3/+3
* Don't use macro names that contain `__' [1/2].Werner Lemberg2016-01-121-1/+1
* [bzip2, gzip] Avoid access of unitialized memory (#46109).Werner Lemberg2015-10-041-0/+6
* [bzip2, gzip] Avoid access of unitialized memory (#46109).Werner Lemberg2015-10-031-1/+2
* [bzip2, gzip, lzw] Harmonize function signatures with prototype.Werner Lemberg2015-09-261-6/+6
* Minor copyright and e-mail address issues.Werner Lemberg2015-03-113-6/+3
* * src/bzip2/ftbzip2.c (ft_bzip2_alloc): Signedness fix.Werner Lemberg2015-02-251-1/+1
* Run `src/tools/update-copyright'.Werner Lemberg2015-01-173-3/+3
* Fix Savannah bug #43976.Werner Lemberg2015-01-121-1/+3
* Uppercase all hex digits for orthogonality.Werner Lemberg2014-12-071-1/+1
* * src/*: Add checks for parameters of API functions where missing.Werner Lemberg2014-11-261-2/+10
* */*: Use FT_Err_Ok only.Werner Lemberg2013-03-141-5/+5
* */*: Use `FT_THROW'.Werner Lemberg2013-03-141-8/+8
* Prepare source code for amalgamation.Vinnie Falco2012-03-081-1/+2
* Fix g++4.6 compiler warnings in module drivers.suzuki toshiya2011-06-151-1/+1
* Add bzip2 compression support to handle *.pcf.bz2 files.Joel Klinghed2010-12-313-0/+592