aboutsummaryrefslogtreecommitdiff
path: root/bzlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to call isdigit and isspace with unsigned charHEADmasterMark Wielaard2024-04-091-1/+1
| | | | | | | | | Casting to Int32 or int could create negative values. Which isspace and isdigit don't handle. SEI CERT C Coding Standard STR37-C. Resolve by casting to UChar or unsigned char instead of Int32 or int. https://sourceware.org/bugzilla/show_bug.cgi?id=28283
* Prepare for 1.0.8 release.bzip2-1.0.8Mark Wielaard2019-07-131-2/+2
|
* Replace project contact email with bzip2-devel@sourceware.org.Mark Wielaard2019-07-111-2/+2
| | | | | Keep Julian's email as author information, but redirect general project feedback in the code and manual to the community mailinglist.
* Prepare for 1.0.7 release.bzip2-1.0.7Mark Wielaard2019-06-271-1/+1
|
* Change Julian's email address to jseward@acm.orgMark Wielaard2019-03-301-2/+2
|
* bzip2-1.0.6bzip2-1.0.6Julian Seward2010-09-061-2/+2
|
* bzip2-1.0.5bzip2-1.0.5Julian Seward2007-12-101-3/+4
|
* bzip2-1.0.4bzip2-1.0.4Julian Seward2006-12-201-70/+25
|
* bzip2-1.0.3bzip2-1.0.3Julian Seward2005-02-151-18/+41
|
* bzip2-1.0.2bzip2-1.0.2Julian Seward2001-12-301-3/+32
|
* bzip2-1.0.1bzip2-1.0.1Julian Seward2000-06-241-96/+152
|
* bzip2-0.9.5dbzip2-0.9.5dJulian Seward1999-09-041-71/+67
|
* bzip2-0.9.0cbzip2-0.9.0cJulian Seward1998-08-231-0/+1512