Bug#426396: (no subject)

2007-06-11 Thread neologix
Is there any hope that this problem gets solved, allowing this version of the gnash library to enter testing? 'Cause the version present in testing is a plain joke. Thanks

Bug#412272: no man pages for gcc

2007-02-24 Thread neologix
package: gcc severity: critical justification: well, no manpages for gcc... I'm using Etch, the gcc package is installed, and when I type "man gcc", I get this: No manual entry for gcc See 'man 7 undocumented' for help when manual pages are not available.

Bug#363370: small rewriting of format strings patch

2006-06-21 Thread neologix
Hi. Here is a rewriting of patch submitted, which I find better. First, declare 'len' as size_t (strlen() returns size_t, not int, and we must be carefull when comparing unsigned and int). Do not use printf(), cause there is no need for formatted output, so that fputs is faster and simpler (easier

Bug#358794: already fixed?

2006-06-19 Thread neologix
Hi. I think this bug has been fixed altogether with bug #364736: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364736 The problem is also the freeing of an invalid pointer when closing popup window. If this is right, it would be nice to close this bug ASAP, to allow graveman enter Etch again.