1
0
Fork 0
Commit Graph

939 Commits

Author SHA1 Message Date
John Zaitseff 50da518a6d Update test results for Debian and Ubuntu systems 2019-11-12 14:36:42 +11:00
John Zaitseff faeb633ae7 Update the Debian 10.1 (buster) C library and compiler versions 2019-11-12 02:33:22 +11:00
John Zaitseff 932cc5eb80 Add one space to the Linux distribution column 2019-11-12 02:25:47 +11:00
John Zaitseff 5645f56d26 Update the Debian Sid C library and compiler version numbers 2019-11-12 02:23:07 +11:00
John Zaitseff 25af84f9ff Remove the Spanish translation by Francisco Javier Serrador
A series of emails with Santiago Vila in May to July 2018 strongly
recommended this option: Francisco's translation is unfortunately of very
poor quality, and although Santiago hoped to provide his own, he has not
been able to do so to date.  A new or significantly revised translation
can always be added at a later date.
2019-11-12 01:46:11 +11:00
John Zaitseff 629b029c5f Move to the new ZAP Group website structure for the Git browser 2019-11-08 11:12:59 +11:00
John Zaitseff d6e735f23e Move to the new ZAP Group website structure 2019-11-07 20:21:34 +11:00
John Zaitseff f79ebd1e19 Remove a superfluous space 2019-11-07 20:17:31 +11:00
John Zaitseff f13ce73807 Update ignored files to include those generated during configure 2019-09-14 14:06:20 +10:00
John Zaitseff 6bcc48ef46 Update ignored files for the latest version of Gnulib 2019-09-14 13:59:11 +10:00
John Zaitseff f03bf3c607 Convert the po/README file to reStructuredText format 2019-04-12 05:37:03 +10:00
John Zaitseff 52997c5860 Remove hyphen from all occurrences of "e-mail"
Because spelling it "e-mail" is so last decade and even century...
2019-04-12 05:13:41 +10:00
John Zaitseff 9414aa7ad6 Convert all text files to reStructuredText (ReST) format
The reStructuredText (ReST) format is still quite readable as raw text,
and is much more capable than the myriad all-slightly-incompatible
variants of Markdown.
2019-04-12 05:04:24 +10:00
John Zaitseff 34eadca382 Update to the latest GNU Portability Library release 2019-04-12 04:45:29 +10:00
John Zaitseff afc69f741b Update to latest versions from the GNU Autoconf archive 2019-02-15 05:51:33 +11:00
John Zaitseff 7791bb9238 Move from Gitweb to CGit to browse repository history 2019-02-08 09:46:43 +11:00
John Zaitseff b1e4aa8651 Update copyright year to 2019 2019-01-05 08:20:18 +11:00
John Zaitseff fa0cb153ff Update copyright year to 2019 2019-01-05 08:10:28 +11:00
John Zaitseff 6f5778cfc7 Report the command line needed to compile under macOS 10.13 2018-08-25 15:34:44 +10:00
John Zaitseff b521ba96e4 Report the command line needed to compile under NetBSD 8.0 2018-08-24 21:14:43 +10:00
John Zaitseff 7c5fd1092f Update line numbers in all PO files 2018-08-24 17:42:44 +10:00
John Zaitseff d553aca98c Rename ret to n for consistency with other utility functions 2018-08-24 14:53:18 +10:00
John Zaitseff aed5e8a46d Correct comments about locale 2018-08-24 14:11:21 +10:00
John Zaitseff 98696aa91c Use the wide-character version of EILSEQ_REPL 2018-08-24 13:32:32 +10:00
John Zaitseff 7647561a92 Use the more common post-increment form 2018-08-24 13:21:20 +10:00
John Zaitseff daab2e94da Convert xstrfmon() into a wide-character version xwcsfmon()
Also work around buggy implementations of strfmon() that do not copy
complete multibyte sequences that may be part of a locale's
mon_thousands_sep, thousands_sep, mon_decimal_point or decimal_point.
2018-08-24 13:20:51 +10:00
John Zaitseff 6ec3beab75 Minor aesthetic cleanup 2018-08-24 10:46:13 +10:00
John Zaitseff 74218edb89 Bug fix: preincrement index when storing EILSEQ_REPL 2018-08-24 10:45:31 +10:00
John Zaitseff 8f9072ecfb Rename heading from "Supported Systems" to "Tested Systems" 2018-08-23 11:57:42 +10:00
John Zaitseff 0df2830c85 Move tables of supported operating systems / compilers from NEWS to INSTALL 2018-08-23 11:55:03 +10:00
John Zaitseff 5c8e1c44d3 Correct text justification to be 74 columns 2018-08-23 11:22:11 +10:00
John Zaitseff 3733875c29 Reformat the table of tested operating systems / compilers 2018-08-22 09:25:35 +10:00
John Zaitseff 539ac4bcae Update line numbers in all PO files 2018-08-21 22:18:09 +10:00
John Zaitseff 242aa2ea95 Remove the now-unused 'strstr' Gnulib module 2018-08-21 22:11:16 +10:00
John Zaitseff 1e0285f6c0 Rename l_strfmon() and rewrite as xstrfmon() to handle POSIX locale better
Current and previous versions of ISO/IEC 9945-1 (POSIX), particularly SUSv3
(2001) and SUSv4 (2008), require strfmon() to return rather meaningless
strings when used with the POSIX "C" locale.  In particular, the standard
POSIX locale does not define a currency symbol, a monetary radix symbol
(decimal point) or a negative sign.  This means strfmon(..., "%n", -123.45)
is supposed to produce "12345" instead of something like "$-123.45"!

The new xstrfmon() overcomes these limitations by using snprintf() as
appropriate.
2018-08-21 21:55:21 +10:00
John Zaitseff 827db8a537 Correct the sentence from plural to singular form 2018-08-10 20:34:16 +10:00
John Zaitseff d1239aab57 Correct locations of files to include ".." where needed 2018-08-10 20:33:39 +10:00
John Zaitseff 117400e7df Use a hyphen instead of underscore for xopen-source.m4 and xopen-source.h 2018-08-10 20:30:06 +10:00
John Zaitseff 391fb1cec8 Update line numbers in all PO files 2018-08-09 19:00:09 +10:00
John Zaitseff 89be55c7c9 Use __attribute__((unused)) to silence GCC with the -Wextra flag 2018-08-09 18:42:10 +10:00
John Zaitseff 80c1301e1a Bug fix: Allow compilations using separate build directories to succeed 2018-08-09 18:11:28 +10:00
John Zaitseff 2032f6de8a Move redefinition of _XOPEN_SOURCE into its own Autoconf macro and header
This makes the main source code look a little cleaner, at the expense of
background magic happening in the configure-generated config.h.  But this
magic was already happening for _GNU_SOURCE, __EXTENSIONS__ and the like.

The only wrinkle is that newer versions of NcursesW cause ./configure to
include "-D_XOPEN_SOURCE=600" as part of the compilation command line--on
systems that support _XOPEN_SOURCE=700.  The AC_DEFINE/AC_DEFINE_UNQUOTED
macros automatically comment out any "#undef" lines in config.h, so the
file lib/xopen_source.h works around this limitation.  It is
automatically included by config.h.
2018-08-09 18:05:39 +10:00
John Zaitseff e578802ac6 Use the Gnulib extensions module to define _GNU_SOURCE and __EXTENSIONS__ 2018-08-09 14:11:38 +10:00
John Zaitseff d35abf787a 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!
2018-08-09 11:23:22 +10:00
John Zaitseff 1b0387441f Report the command line necessary to compile under Minix 3.4.0rc6
Note that although Star Traders compiles and installs successfully,
running the binary with a locale set to use non-ASCII strings currently
fails with "mkchstr: 'STRING': Illegal byte sequence" ("STRING" being the
translated string).
2018-08-09 10:41:35 +10:00
John Zaitseff 1f734e960b Replace spaces with tabs and vice versa
For Star Traders, all text files use spaces only (no tabs); for C source
code files, tabs are used, except in comments, where spaces only are used.
2018-08-08 14:55:58 +10:00
John Zaitseff 097c9b0e5b Avoid a Clang warning about a comparison that is always false
Rewrite a check that unscramble_table[] is of the right size as an
assertion, which prevents Clang from issuing a warning that the "result
of comparison of constant 256 with expression of type 'const unsigned
char' is always false".

Oh for the day that C11's _Static_assert can be used amongst all
compilers!  But perhaps Gnulib's assert-h module can be used instead...
2018-08-08 13:50:15 +10:00
John Zaitseff 0a1e837c4d Add the Gnulib monetary module to check for the existence of <monetary.h> 2018-08-08 09:57:25 +10:00
John Zaitseff 0e656681bc Correct spelling or grammatical mistakes in various comments 2018-08-06 22:09:20 +10:00
John Zaitseff 3701ba13fb Document the operating system and compiler combinations tested in NEWS 2018-08-06 20:52:26 +10:00