Changes between Version 7 and Version 8 of gcc14-todo


Ignore:
Timestamp:
05/06/2024 03:48:13 PM (4 weeks ago)
Author:
Xi Ruoyao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gcc14-todo

    v7 v8  
    6161autoreconf
    6262}}}
     63
     64== aalib (1.4rc5)
     65
     66Many issues.
     67
     68- Run `autoreconf` to regenerate the configure script with modern autoconf.
     69- Fix aatest.c, aafire.c, aasavefont.c, aainfo.c, aaregist.c, aalib.c, and aalinuxkbd.c for missing stdlib.h
     70- Fix aatest.c, aaregist.c, aakbdreg.c, and aamoureg.c for missing string.h
     71- Fix aaxkbd.c for missing X11/Xutil.h
     72- Fix aalinuxkbd.c rawmode_init() for bad return
     73
     74== polkit (124)
     75
     76- Missing prototype `void print_indent(FILE *, unsigned int);` in `test/mocklibc/src/netgroup.h`
     77  - Note that stdlib.h is needed for FILE.
     78
     79== accountservice (23.13.9)
     80
     81- Same issue as polkit.  Note that in accountservice mocklibc is a shipped tarball and it only gets untarred after `meson setup`, so the fix up needs to be placed after `meson setup`.
     82
     83== libcddb (1.3.2)
     84
     85- In `lib/cddb_net.c` `size_t l;` needs to be changed to `socklen_t l;`