1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-15 17:28:07 -04:00
Commit Graph

118 Commits

Author SHA1 Message Date
John Zaitseff
8a1d36e128 Merge branch master into with-autogenerated 2019-11-13 08:54:37 +11:00
John Zaitseff
6bcc48ef46 Update ignored files for the latest version of Gnulib 2019-09-14 13:59:11 +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
fa0cb153ff Update copyright year to 2019 2019-01-05 08:10:28 +11:00
John Zaitseff
242aa2ea95 Remove the now-unused 'strstr' Gnulib module 2018-08-21 22:11:16 +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
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
0a1e837c4d Add the Gnulib monetary module to check for the existence of <monetary.h> 2018-08-08 09:57:25 +10:00
John Zaitseff
83878efce2 Update to the latest (unreleased) version of ax_cflags_warn_all.m4 2018-08-06 20:29:09 +10:00
John Zaitseff
9d9a3befca Update m4/README to include changes to the m4 files now included 2018-08-06 15:42:44 +10:00
John Zaitseff
a02c7388e2 Ensure m4/ax_prepend_flag.m4 is distributed
Also remove ax_append_flag.m4 from the distribution list, and order
everything alphabetically.
2018-08-06 15:25:56 +10:00
John Zaitseff
265ed12de8 Update to an unreleased version of ax_cflags_warn_all.m4
This version of the AX_CFLAGS_WARN_ALL macro uses a far more robust
method of detecting compilers to select appropriate warning flags.  It
also uses the AX_PREPEND_FLAG macro instead of AX_APPEND_FLAG.

This version of ax_cflags_warn_all.m4 (and ax_prepend_flag.m4) has been
submitted upstream; see https://savannah.gnu.org/patch/?9673 for details.
2018-08-06 15:21:05 +10:00
John Zaitseff
4f3a870b9d Update unreleased version of m4/ax_compiler_vendor.m4
This version of ax_compiler_vendor.m4 has been submitted upstream; see
https://savannah.gnu.org/patch/index.php?9671 for details.
2018-08-06 09:46:19 +10:00
John Zaitseff
cef694cab6 Add an unreleased version of m4/ax_compiler_vendor.m4 for compiler detection 2018-08-06 09:24:48 +10:00
John Zaitseff
9ee01e98d9 Update ax_append_flag.m4 to latest version from the GNU Autoconf archive 2018-07-26 00:31:16 +10:00
John Zaitseff
d0fb4635b9 Update to the latest GNU Portability Library release 2018-07-24 21:27:58 +10:00
John Zaitseff
5480c1949c Update to the latest GNU Portability Library release 2018-03-30 13:10:13 +11:00
John Zaitseff
abc9b77bd6 Change all relevant http references to https (secure HTTP) 2018-03-30 12:46:37 +11:00
John Zaitseff
8c6d009611 Update the copyright date to 2018 2018-03-30 11:38:29 +11:00
John Zaitseff
409c9bbf09 The file m4/gnulib-comp.m4 is required in the with-autogenerated branch
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.
2017-08-24 15:52:46 +10:00
John Zaitseff
2dc2bfb9bf Update all auto-generated files
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.
2017-08-24 15:44:54 +10:00
John Zaitseff
7e9fa540c7 Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit 002ac8b180f58136efb17f2a6ebc4bd991b1417d (with a date
stamp of Sat Jun 17 12:16:27 2017 -0700), Autoconf 2.69, Automake 1.15,
Gettext 0.19.8.1 and pkg-config 0.29.
2017-06-18 06:26:18 +10:00
John Zaitseff
52e392ffca Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit 6ec17baf91bc90fa969f402040f3c15b6e27ac04 (with a date
stamp of Sun May 28 08:43:13 2017 -0700), Autoconf 2.69, Automake 1.15
and Gettext 0.19.8.1.
2017-06-02 05:45:08 +10:00
John Zaitseff
1913305e9f Merge branch master into with-autogenerated
Merged with the "git merge -Xtheirs master" command line.
2017-05-25 15:06:19 +10:00
John Zaitseff
c978e5b4d1 Remove the obsolete Gnulib gettext module 2017-05-23 20:15:13 +10:00
John Zaitseff
1f574672fd Enable conditional dependencies between Gnulib modules 2017-05-23 13:22:41 +10:00
John Zaitseff
f9d4b1cb96 Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit abdd68df1a22db62a7eb68ed93fed51f7988578e (with a date
stamp of Mon May 22 22:26:29 2017 +0200), Autoconf 2.69, Automake 1.15
and Gettext 0.19.8.1.
2017-05-23 08:55:44 +10:00
John Zaitseff
304269717c Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit 5e0faf88718e9329e44c773039166c7dbf3ca57c (with a date
stamp of Fri May 19 19:27:51 2017 +0200), Autoconf 2.69, Automake 1.15 and
Gettext 0.19.8.1.
2017-05-20 13:35:14 +10:00
John Zaitseff
5682246f17 Merge branch master into with-autogenerated 2017-05-20 13:26:40 +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
4ef0303961 Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit 9f11fc580230d2962c4357efcb9a82f9968fbe4b (with a date
stamp of Mon Jan 4 14:36:17 2016 -0800), Autoconf 2.69, Automake 1.15 and
Gettext 0.19.6.
2016-01-05 10:40:51 +11:00
John Zaitseff
64333adc60 Update the $Id$ fields from an exported copy of the master branch 2016-01-05 10:27:26 +11:00
John Zaitseff
43d4469ed9 Merge branch master into with-autogenerated 2016-01-05 10:23:27 +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
87a840cdd4 Update all auto-generated files
These files have been created by running ./build-aux/bootstrap with
Gnulib as at commit 5bb169c3be1f80fb22ee63d51b43dfdb1ac22d2a (with a date
stamp of Mon Aug 3 12:34:38 2015 -0700), Autoconf 2.69, Automake 1.15 and
Gettext 0.19.5.
2015-08-18 09:43:46 +10:00