Arithmetic on void * pointers is undefined, according to Section 6.5.6
Paragraph 2, Section 6.2.5 Paragraph 1 and Section 6.2.5 Paragraph 19 of
the ISO/IEC 9899:1999 C99 standard: the void type is incomplete and thus
its size cannot be determined.
GCC allows pointer arithmetic on void * as an extension (and only warns
if "-Wpointer-arith" is given); the Oracle Developer Studio C compiler
issues a warning by default.
Newer versions of libncurses/libncursesw "#define _XOPEN_SOURCE 600" in
their pkg-config file. This change forces _XOPEN_SOURCE to be redefined
to 700 in that case.
The latest versions of the GNU Compiler Collection complain about signed
and unsigned integer comparisons when run with the "-Wextra" flag. Keep
those compilers happy.
Previous versions of the GNU Portability Library, and versions of the GNU
C Library as released with various Linux distributions, used strings no
longer present in the current version of the GNU Portability Library.
When used on systems with those strings, Star Traders could not provide
appropriate translations. This patch fixes that problem.
If Native Language Support is disabled, the program does not use the GNU
Gettext library and thus all strings are in ASCII format: enhanced Curses
is not needed in such situations.
In particular, mention the Clang LLVM compiler, require POSIX.1-2008
instead of POSIX.1-2001, and require libiconv if the GNU Gettext library
requires it.
The FTP protocol is all but dead (even though it is still supported by
The ZAP Group which distributes Star Traders). Demote such URLs below
the secure HTTP versions.
Change the whitespacing, padding and word-wrapping of many strings and
labels, add the standard header comment, correct a few obvious spelling
and translation mistakes, replace 'quotes' and `quotes' with «quotes» and
tabs with spaces.
All translations of Star Traders are present as stored on the Translation
Project website at http://translationproject.org/latest/trader/
Original dates:
da.po 2017-05-21 15:42
eo.po 2016-02-15 01:32
fi.po 2015-09-19 12:52
hr.po 2012-04-19 16:27
ru.po 2012-03-29 10:27
sv.po 2017-05-22 00:27
Without this file, ./configure fails and the ./build-aux/bootstrap script
needs to be run again. This latter script has been rerun with the same
inputs as commit 2dc2bfb9bf.
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit d93b573ba772a334a83dac971c3004f1fed8a8a5 (with a date
stamp of Wed Aug 23 14:45:58 2017 -0700), Autoconf 2.69, Automake 1.15.1,
Gettext 0.19.8.1 and pkg-config 0.29.