Overview
Request 535300 accepted
- Update to version 4.04.02
* Makefile: bump version
* Iterate over arrays using size of array rather than using
sentinels at end of array
* Remove empty lines
* Voidify returns from various functions
* Add some UNLIKELY/LIKELY branch hinting
* debian/control: update Standards-Version to 4.1.1
* Prefix all globals with g_ to notify scope
* Use sizeof object rather than size of type
* Remove whitespace from source
Request History
mnhauke created request
- Update to version 4.04.02
* Makefile: bump version
* Iterate over arrays using size of array rather than using
sentinels at end of array
* Remove empty lines
* Voidify returns from various functions
* Add some UNLIKELY/LIKELY branch hinting
* debian/control: update Standards-Version to 4.1.1
* Prefix all globals with g_ to notify scope
* Use sizeof object rather than size of type
* Remove whitespace from source
lrupp accepted request