From d35abf787a5eaf319c821f3668fba17a426bb24a Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Thu, 9 Aug 2018 11:23:22 +1000 Subject: [PATCH] Remove any mention of Minix from NEWS The Minix C library does not seem to support Unicode well (for example, wcwidth() returns -1 for UTF-8 byte sequences), the native curses library is quite buggy, playing around with the Gnulib wcwidth module did not fix issues with Unicode--it's all in the "too hard" basket! --- NEWS | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/NEWS b/NEWS index e7aa04b..30b7e2d 100644 --- a/NEWS +++ b/NEWS @@ -54,7 +54,6 @@ the following combinations: | Solaris 11.3 (x86_64) | x86_64 | | GNU C Compiler 4.8.2 | 2 | | Solaris 11.3 (x86_64) | i386 | | Oracle Developer Studio 12.6 | 3 | | Solaris 11.3 (x86_64) | x86_64 | | Oracle Developer Studio 12.6 | 4 | -| Minix 3.4.0rc6 | i386 | | Clang (LLVM) 3.6 | 5 | | Cygwin 2.10.0 (Win7SP1) | i686 | | GNU C Compiler 7.3.0 | | +-------------------------+--------+--+------------------------------+---+ @@ -70,15 +69,6 @@ Notes: 3. Using "./configure CC='/opt/developerstudio12.6/bin/cc'". 4. Using "./configure CC='/opt/developerstudio12.6/bin/cc -m64'". -5. Minix with the gettext, libiconv and ncursesw packages installed with - "pkgin", using: - - ./configure --with-libiconv-prfix=/usr/pkg \ - --with-libintl-prefix=/usr/pkg \ - --with-ncursesw --with-ncurses \ - CURSES_CFLAGS=-I/usr/pkg/include \ - LDFLAGS=-L/usr/pkg/lib - The following systems are known not to work at the current time; this list is almost certainly not exhaustive: