Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-fix-wftodm.patch | enable partial font downloading - It also contains a fix to set just one directory as argument instead of two, without exiting with a 0300 code. - And last but not least it fixes a segfault on Debian AMD64: it needs <time.h> instead of <sys/time.h>. |
Werner Lemberg (author of the CJK macro for LaTeX) | not-needed | |||
fix-int-64bit-error | This is a 64bit problem, relevant gcc warning: wftodm.c:301:1: warning: type of 'i0' defaults to 'int' [-Wimplicit-int] i0 is the variable where the pointer to the string is passed. see bug #841313 |
not-needed |