Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
typo.patch | remove extra 'the' from man page=================================================================== | "D. Joe Anderson" <deejoe@etrumeus.com> | no | |||
randtest.patch | Remove private definition of log2() function use the function provided by the C library instead =================================================================== |
Jakub Wilk <jwilk@debian.org> | no | debian | ||
Makefile.patch | docbook2x-man does not create output that lintian is delighted by =================================================================== |
Thorsten Alteholz <debian@alteholz.de> | no | |||
totalcount.patch | change type of count of bytes from 'long' to 'unsigned long long' According to bug #692214 there is an overflow when trying to process 10000000000 (>2.147.483.647) bytes. The error occurs after about 30min. As there is a type 'unsigned long long' in C99 now, I use this type to lengthen the time before the overflow will be reached. The affected computer should reach it after 50000days now. I am open for other suggestions. =================================================================== |
Thorsten Alteholz <debian@alteholz.de> | no |