head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @-- @; 1.1 date 2025.10.07.20.45.10; author dkazankov; state Exp; branches; next ; commitid EBysylHjpPyMbGdG; desc @@ 1.1 log @ada-gnatcoll-core-25: bug fixing * Add tests support * Many (not all) NetBSD port bugs fixed after tests: PASS 431 FAIL 16 SKIP 1 @ text @$NetBSD: patch-core_src_executable__path.c,v 1.1 2025/07/10 18:52:41 dkazankov Exp $ Fix empty output on poll --- core/src/gnatcoll-utils.adb.orig 2024-09-24 12:28:32.000000000 +0300 +++ core/src/gnatcoll-utils.adb @@@@ -638,7 +638,8 @@@@ -- This loop runs until the call to Expect raises Process_Died loop - Expect (Command.all, Result, ".+", Timeout => -1); + Expect (Command.all, Result, ".+", Timeout => -1, + Full_Buffer => True); declare NOutput : String_Access; @