Changelog:
- Fix search of command by identifier
- Fix refresh of bar item spell_suggest when the input becomes empty
- Fix crash with IRC color codes in command line
JoshStrobl |
Triage Team |
Changelog:
Connected to Freenode IRC, sent and received chat messages
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Using the new yabi tool, this detects stuff from an unknown library, even after building it with Weechat's devel package installed. I'm not sure what package I'm missing, but if anyone knows, I can rebuild after making sure it's installed on my system so we have the correct library and symbol information.
I don't think you are missing something. From google searches gzclose, gzeof and gzgets are zlib functions and zlib-devel is already installed when compiling weechat, because zlib-devel is a dependency of tcl-devel which is pkgconfig(tcl) in package.yml file.
@algent the new tool currently is only able to look at the actual system because it's not running in the solbuild chroot. That said, I did have zlib-devel installed already, so I really don't know. Thanks for figuring out the package though! Maybe that can be of some use.
With the update to abi-wizard 1.0.4, the zlib stuff gets found correctly. Now it just seems to be a couple symbols from glibc-devel. Will look into after waking up.
Update missing symbols for zlib
Still has two unknown symbols, believed from glibc-devel.