head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.14.09.35.12; author nia; state Exp; branches; next ; commitid qzeui9HArKyJtARG; desc @@ 1.1 log @weechat: Update to 4.10.0 This is a new feature and security release that includes a deluge of fixes, some of which might be security relevant (e.g. in irc and relay protocol support). @ text @$NetBSD$ Need _XOPEN_SOURCE=600 for wcwidth. --- src/core/core-debug.c.orig 2026-08-14 09:01:12.225036791 +0000 +++ src/core/core-debug.c @@@@ -22,7 +22,7 @@@@ /* Debug functions */ /* for wcwidth in wchar.h */ -#define _XOPEN_SOURCE +#define _XOPEN_SOURCE 600 #ifdef HAVE_CONFIG_H #include "config.h" @