mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
3a68213e80
In particular, the various printf-posix modules are not needed as %ls and the ' flag (thousands separator) is supported on all modern platforms (it is needed on Cygwin 1.5.x, for example, but the 1.5.x series do not support swprintf() anyway). Similarly, OpenBSD 3.8 (released November 2005) is not supported: it does not have <monetary.h>. A number of modules (locale, string, unistd, wchar) are only required for NetBSD 5.0 (c. 2009: quite recent). We try to support MacOS X 10.5 (October 2007), but it may require GNU libiconv. |
||
---|---|---|
.. | ||
.gitignore | ||
README |
************************************************************************** * * * Star Traders: A Game of Interstellar Trading * * Copyright (C) 1990-2011, John Zaitseff * * * ************************************************************************** This directory, lib, contains source code as generated by the Gnulib GNU Portability Library "gnulib-tool" script. See the project web site at http://www.gnu.org/software/gnulib/ for more information.