Package: ent / 1.2debian-3
Metadata
Package | Version | Patches format |
---|---|---|
ent | 1.2debian-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
typo.patch | (download) |
ent.1.txt |
2 1 + 1 - 0 ! |
remove extra 'the' from man page |
randtest.patch | (download) |
randtest.c |
8 2 + 6 - 0 ! |
remove private definition of log2() function use the function provided by the C library instead Bug-Debian: http://bugs/debian.org/552835 |
Makefile.patch | (download) |
Makefile |
20 17 + 3 - 0 ! |
docbook2x-man does not create output that lintian is delighted by |
totalcount.patch | (download) |
ent.c |
16 8 + 8 - 0 ! |
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. |
1