Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
c-warnings.patch | Make this program really work and fix some compiler warnings. - make buf[] and utf8bom[] global to make sure they're zero-initialized and also to save stack space - use a sane size for buf[] - replace the fread() < 0 check with one for ferror() - check the return code of fwrite(), too |
Peter Pentchev <roam@ringlet.net> | invalid | 2010-06-16 | ||
typos.patch | Correct a typographical error. | Peter Pentchev <roam@ringlet.net> | invalid | 2017-01-09 | ||
constify.patch | Mark some C and C++ variables as constant. | Peter Pentchev <roam@ringlet.net> | invalid | 2021-11-14 |