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-utf8.c.orig 2026-08-14 09:02:06.066523691 +0000 +++ src/core/core-utf8.c @@@@ -23,7 +23,7 @@@@ /* UTF-8 string functions */ /* for wcwidth in wchar.h */ -#define _XOPEN_SOURCE +#define _XOPEN_SOURCE 600 #ifdef HAVE_CONFIG_H #include "config.h" @