Debian Patches

Status for btyacc/3.0+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
010_old-changes-1.0.patch group old changes from 1.0 format. Joao Eriberto Mota Filho <eriberto@debian.org> no 2020-05-24
020_fix-manpages.patch fix some errors in manpage. - Changed doc path from /usr/doc to /usr/share/doc.
- Fixed spelling errors.
- Removed invalid lines.
===================================================================
Joao Eriberto Mota Filho <eriberto@debian.org> no 2020-05-24
030_add-GCC-hardening.patch add GCC hardening.=================================================================== Joao Eriberto Mota Filho <eriberto@debian.org> no 2020-05-24
040_fix-spelling-final-binary.patch fix a spelling error in final binary. Joao Eriberto Mota Filho <eriberto@debian.org> no 2020-05-24
050_fix-gcc-14-ftbfs.patch fix FTBFS on GCC-14 As of version 14, GCC no longer allows implicitly casting all pointer types to
all pointer types. This often happens in callback functions that have more
specific argument types than the function pointer they are assigned to [1].
.
For btyacc, this happens when using strcmp directly as the comparison function
for bsearch. This patch addresses this problem by creating a wrapper function
that takes the expected arguments, and casts them appropriately before calling
strcmp.
.
[1] https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types
David da Silva Polverari <polverari@debian.org> no debian 2025-03-06

All known versions for source package 'btyacc'

Links