Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
no-usr-local.patch | Avoid use of /usr/local | Sudhakar Chandrasekharan <thaths@netscape.com> | not-needed | 2010-03-02 | ||
make-clean.patch | Use 'rm -f' in 'make clean' | Colin Watson <cjwatson@debian.org> | no | 2010-03-02 | ||
man-section.patch | Adjust manual page section to match Debian standards | Colin Watson <cjwatson@debian.org> | no | 2014-01-18 | ||
buildflags.patch | Honour CPPFLAGS, CFLAGS, and LDFLAGS | Colin Watson <cjwatson@debian.org> | no | 2010-03-02 | ||
missing-includes.patch | Add some missing prototypes exposed by -Wall These will have caused problems on machines where sizeof(int) != sizeof(void *). |
Colin Watson <cjwatson@debian.org> | no | 2010-03-02 | ||
noslash.patch | Do the right thing if given a filename without any slashes Don't just say "unexpected error" (when trying to strip off the directory to find the map name), but do the right thing instead. |
Colin Watson <cjwatson@debian.org> | no | 2010-03-02 | ||
implicit-int.patch | Don't rely on implicit int types These are errors in GCC 14. |
Colin Watson <cjwatson@debian.org> | no | debian | 2024-07-03 |