| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Assumption is calloc checks for overflow (!) so if it returns a
pointer that means no overflow occurred.
|
|
|
|
|
|
| |
Fix a bug that affected bzip2 - the bzip2 library does not like
being called with avail_in == 0 and BZ_RUN, it returns PARAM_ERROR.
Just return in that case and ignore the call.
|
| |
|
|
|
|
|
|
| |
Renames a couple of functions for somewhat better name consistency,
eg make_u32bit becomes make_uint32. The old typedefs remain for now
since probably lots of application code uses them.
|
| |
|
|
I repent my use of global constructors.
I repent my use of global locks.
Hopefully I will never touch this code again.
:)
|