1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-21 16:14:14 -04:00
Commit Graph

59 Commits

Author SHA1 Message Date
John Zaitseff
1f574672fd Enable conditional dependencies between Gnulib modules 2017-05-23 13:22:41 +10:00
John Zaitseff
a315d2bae9 Update to the latest GNU Portability Library release 2017-05-17 09:25:14 +10:00
John Zaitseff
bb06d81534 Update ax_with_curses.m4 to latest version from the GNU Autoconf archive
This version changes CURSES_LIB to the plural CURSES_LIBS, and adds the
CURSES_CFLAGS variable.  It also uses pkg-config(1) if that is available.
2017-05-17 09:21:30 +10:00
John Zaitseff
793ef176c9 Update files to the latest version from the GNU Autoconf archive 2017-05-14 07:17:35 +10:00
John Zaitseff
2f79514910 Update the copyright date to 2017 2017-05-14 06:29:44 +10:00
John Zaitseff
b6a7a80cd9 Update ignored files for the latest version of Gnulib 2016-12-13 08:41:37 +11:00
John Zaitseff
65129e3cc3 Update the list of files to ignore 2016-12-12 21:19:32 +11:00
John Zaitseff
ed336248d7 Reinstate the Gnulib "gettext" module
This allows the GNU Gettext version 0.19.5 autoconf macros to be used on
systems that may have only older versions installed.
2016-04-16 06:57:38 +10:00
John Zaitseff
a0a7961108 Update the list of files to ignore 2016-04-16 06:49:54 +10:00
John Zaitseff
bbfe531d62 Downgrade GNU Gettext to version 0.18.3
The Gnulib macros currently use Gettext version 0.18.3 in their m4 files.
2016-03-11 09:59:53 +11:00
John Zaitseff
721f10be43 Update to the latest GNU Portability Library release 2016-01-05 09:31:36 +11:00
John Zaitseff
a486cd15aa Update the copyright year to 2016 2016-01-05 09:25:51 +11:00
John Zaitseff
9666c85cbc Update to the latest version of the GNU Portability Library 2015-08-18 07:57:51 +10:00
John Zaitseff
79ac3636ae Update ax_append_flag.m4 to the latest version 2015-08-18 07:56:30 +10:00
John Zaitseff
f16f78a509 Update the copyright date to 2015 2015-08-18 07:27:22 +10:00
John Zaitseff
1e15de58eb List the newly-added ax_require_defined.m4 file for distribution 2014-05-24 07:31:22 +10:00
John Zaitseff
3d20e0b307 Add the CRC32 functions from the GNU Portability Library 2014-05-22 18:17:02 +10:00
John Zaitseff
4216b21324 Add the newly-required ax_require_defined Autoconf macro 2014-05-22 11:26:33 +10:00
John Zaitseff
39e978ae91 Update to the latest version of the GNU Portability Library 2014-05-22 11:16:18 +10:00
John Zaitseff
7376d26b53 Update files to the latest version from the GNU Autoconf archive 2014-05-22 11:11:28 +10:00
John Zaitseff
9450fed943 Update the copyright year to 2014 2014-05-22 11:05:51 +10:00
John Zaitseff
c25ec91e99 Update the copyright year to 2013, and the version number to 7.5 2013-02-02 10:48:43 +11:00
John Zaitseff
d93c8e510b Update to the latest version of the GNU Portability Library 2013-01-18 20:17:50 +11:00
John Zaitseff
6850f3c71a Update to the latest version of the GNU Portability Library 2012-11-06 21:50:31 +11:00
John Zaitseff
0f66fc34c5 Update to the latest version available from the GNU Autoconf archive 2012-09-20 19:56:11 +10:00
John Zaitseff
a14acef052 Change version to 7.4; update to the latest version of Gnulib 2012-05-09 07:09:33 +10:00
John Zaitseff
bc3e1a06a1 Update the copyright year to 2012 2012-03-15 02:36:23 +11:00
John Zaitseff
4ddb8af23d Update to the latest version of the GNU Portability Library 2012-03-15 02:14:24 +11:00
John Zaitseff
8c950278b8 Update to the latest upstream version of ax_with_curses.m4 2012-03-15 02:13:30 +11:00
John Zaitseff
3a68213e80 Remove all unnecessary Gnulib modules
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.
2011-08-26 06:33:40 +10:00
John Zaitseff
3a4b014e64 Add the module wcswidth from the GNU Portability Library 2011-08-22 13:42:29 +10:00
John Zaitseff
07e9d30a66 Add the module wctob from the GNU Portability Library 2011-08-22 09:34:07 +10:00
John Zaitseff
336611559b Add the error-checking function xwcsdup() 2011-08-20 10:40:07 +10:00
John Zaitseff
74031a0415 Add yet another module from the GNU Portability Library: btowc 2011-08-19 14:26:30 +10:00
John Zaitseff
75b5c986c0 Add the module wcwidth from the GNU Portability Library 2011-08-19 13:22:16 +10:00
John Zaitseff
87f09a6fda Add the Gnulib modules mbrtowc, mbsrtowcs, wcrtomb and wcsrtombs 2011-08-19 13:11:43 +10:00
John Zaitseff
ef3e06ed36 Add the wchar and wctype-h modules from the GNU Portability Library 2011-08-18 12:53:23 +10:00
John Zaitseff
bbdae69de4 Add a signal handler for SIGINT and SIGTERM
Add a signal handler for SIGINT and SIGTERM, as well as sprinklings of
checks to abort_game.  Although Ncurses DOES define handlers for SIGINT
and SIGTERM, they do not always seem to work correctly under many
operating systems.
2011-08-08 20:47:52 +10:00
John Zaitseff
32ed55a0cd Convert strings to UTF-8 if possible during file save and load 2011-08-08 11:15:44 +10:00
John Zaitseff
378b7e64b0 Add preliminary support for GNU gettext internationalisation 2011-08-01 18:17:02 +10:00
John Zaitseff
d1d7716667 Update ax_with_curses.m4 to latest version from the Autoconf Archive 2011-07-29 11:51:21 +10:00
John Zaitseff
6afcaa0532 Correct a bug in the AC_DEFINE wording 2011-07-28 22:51:40 +10:00
John Zaitseff
d4e8ee09e6 Add the word "working" to some checks 2011-07-28 22:33:24 +10:00
John Zaitseff
880a63ee95 Define a check for <ncurses.h> under NcursesW, as used in FreeBSD 2011-07-28 22:29:55 +10:00
John Zaitseff
b16a785f3e Add _XOPEN_SOURCE_EXTENDED for parts of the compile and link checks
Older versions of NcursesW require _XOPEN_SOURCE_EXTENDED to be defined
to access the wide-character interfaces.
2011-07-28 22:21:52 +10:00
John Zaitseff
48e8bbba93 Complete rewrite of the M4 macro that checks for Curses 2011-07-28 21:19:33 +10:00
John Zaitseff
6532524426 Ignore m4/largefile.m4 2011-07-26 21:23:42 +10:00
John Zaitseff
8fc14264a5 Add more files that need to be listed explicitly for distribution 2011-07-25 20:51:48 +10:00
John Zaitseff
788f2da986 Add some README files, plus bootstrap, to Makefile.am EXTRA_DIST 2011-07-25 20:36:31 +10:00
John Zaitseff
e7fee29e5b Final minor edits of various documentation files 2011-07-25 17:00:59 +10:00