1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-09 19:20:43 +00:00

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!
This commit is contained in:
John Zaitseff 2018-08-09 11:23:22 +10:00
parent 1b0387441f
commit d35abf787a

10
NEWS
View File

@ -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: