Bug#464122: perl-byacc: byacc incorrectly escapes '%' in printf thus creating erroneous bless line in new()

2008-02-05 Thread Bartek Kania
Package: perl-byacc Version: 2.0-6 Severity: important On line 87 the following line is present: fprintf(code_file, my %s $p = bless [\\%FIELDS], $_[0];\n, this does not escape the % correctly and as such fprintf() interprets it as the control sequence %F. The fix is to change % to %%

Bug#464122: Forgot filename

2008-02-05 Thread Bartek Kania
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Forgot to specify that the problem is in output.c /B - -- * GPG-Key: http://evil.gnarf.org/mrbk.pgp A: Because we read from top to bottom, left to right. Q: Why should i start my reply below the quoted text? - --