Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure to call isdigit and isspace with unsigned charHEADmaster | Mark Wielaard | 2024-04-09 | 1 | -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.8 | Mark Wielaard | 2019-07-13 | 1 | -2/+2 |
| | |||||
* | Replace project contact email with bzip2-devel@sourceware.org. | Mark Wielaard | 2019-07-11 | 1 | -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.7 | Mark Wielaard | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | Change Julian's email address to jseward@acm.org | Mark Wielaard | 2019-03-30 | 1 | -2/+2 |
| | |||||
* | bzip2-1.0.6bzip2-1.0.6 | Julian Seward | 2010-09-06 | 1 | -2/+2 |
| | |||||
* | bzip2-1.0.5bzip2-1.0.5 | Julian Seward | 2007-12-10 | 1 | -3/+4 |
| | |||||
* | bzip2-1.0.4bzip2-1.0.4 | Julian Seward | 2006-12-20 | 1 | -70/+25 |
| | |||||
* | bzip2-1.0.3bzip2-1.0.3 | Julian Seward | 2005-02-15 | 1 | -18/+41 |
| | |||||
* | bzip2-1.0.2bzip2-1.0.2 | Julian Seward | 2001-12-30 | 1 | -3/+32 |
| | |||||
* | bzip2-1.0.1bzip2-1.0.1 | Julian Seward | 2000-06-24 | 1 | -96/+152 |
| | |||||
* | bzip2-0.9.5dbzip2-0.9.5d | Julian Seward | 1999-09-04 | 1 | -71/+67 |
| | |||||
* | bzip2-0.9.0cbzip2-0.9.0c | Julian Seward | 1998-08-23 | 1 | -0/+1512 |