]> git.draconx.ca Git - dxcommon.git/shortlog
dxcommon.git
8 days ago Nick BowlerDX_C_ALIGNAS: Work around bash-5 parsing bug. master
2024-04-04 Nick BowlerAvoid _Alignas/_Alignof redefinition on FreeBSD.
2024-02-29 Nick BowlerAdd helper macro for libtool patches.
2024-02-23 Nick BowlerDX_RUN_LOG: Work around DJGPP subshell bug.
2024-02-23 Nick Bowlercopysym: Merge tables into a single static allocation.
2024-02-23 Nick Bowlercopysym: Integrate code offset into lookup table.
2024-02-23 Nick BowlerAdd configure tests for C11-ish _Alignof and _Alignas.
2024-01-27 Nick Bowlertests: Ignore output from the C compiler.
2024-01-27 Nick Bowlerat-compat: Add diff workaround for DOS/Windows hosts.
2024-01-27 Nick BowlerAdd AM_PROG_AR to configure.ac.
2024-01-18 Nick Bowlergl-patches: Don't force HAVE_LONG_LONG_INT.
2024-01-07 Nick Bowlercurses-compat: Improve probe for request_mouse_pos.
2024-01-07 Nick Bowlercopysym: Improve compatibility with old compilers.
2024-01-06 Nick Bowlercopysym: Fix testcase on pre-C99 compilers.
2024-01-06 Nick Bowlerhelp: Improve compatibility with old compilers.
2024-01-06 Nick Bowlertest-tap.at: Tweak filename generation.
2024-01-06 Nick Bowlertest-tap.at: Use PATH instead of hardcoding "$builddir/t"
2024-01-06 Nick Bowlertest-tap.at: Fix regression passing program arguments.
2024-01-03 Nick BowlerDX_PROG_FLEX: redirect lex output to the log file.
2024-01-02 Nick Bowlerhelp_print_optstring: Fix NLS test on AIX.
2024-01-01 Nick Bowlergen-strtab.awk: Work around AIX substitution bug.
2024-01-01 Nick BowlerDX_GNULIB_SYMFILES: Don't use "awk -f -".
2023-12-23 Nick BowlerDX_PROG_AUTOTEST: Modernize.
2023-12-23 Nick Bowlerat-compat.at: Add patch to fix option parsing bug.
2023-12-22 Nick Bowlerat-compat.at: Add patch to avoid DJGPP date issue.
2023-12-07 Nick BowlerDX_AUTOMAKE_COMPAT: Fix compile with newer Automake.
2023-12-06 Nick Bowlerfix-gnulib.pl: Convert rules to dirstamp prerequisites.
2023-12-06 Nick Bowlerglconfig.mk: Remove some redundant prerequisites.
2023-12-06 Nick BowlerDX_AUTOMAKE_COMPAT: Fix install-sh with newer Automake.
2023-12-06 Nick Bowlerhelp_print_optstring: Better output on some old systems.
2023-12-05 Nick Bowlerhelp: Perform some suffix merging.
2023-12-05 Nick Bowlerhelp_print_optstring: New table-based implementation.
2023-12-05 Nick Bowlerhelp_print_desc: Simplify implementation.
2023-12-05 Nick Bowlergen-strtab.awk: Allow repeated whitespace in one-line...
2023-12-03 Nick Bowlergen-strtab.awk: Work around weird ULTRIX nawk bug.
2023-12-03 Nick Bowlergen-options.awk: Don't pass ERE to split().
2023-12-03 Nick BowlerExplicitly test for empty strings in awk scripts.
2023-12-03 Nick BowlerAvoid local array parameters in awk scripts.
2023-12-03 Nick BowlerRework backslash substitutions in awk scripts.
2023-12-03 Nick BowlerInclude AT_INIT bugfix monkey patch in the testsuite.
2023-12-03 Nick BowlerDX_GNULIB_SYMFILES: Don't use -v option with awk.
2023-12-03 Nick BowlerAdd a script to embed config.h into installed headers.
2023-12-01 Nick Bowlergl-patches: Stub out gl_CC_GNULIB_WARNINGS.
2023-12-01 Nick BowlerAdd a helper macro for gnulib monkey patches.
2023-11-30 Nick BowlerAdd a configure test for C99-ish "for" declarations.
2023-11-21 Nick Bowlergettext.mk: Rewrite rules with less forking.
2023-11-21 Nick Bowlergettext.mk: Fix installation rules with some shells.
2023-11-21 Nick Bowlertests: Add some coverage of the gettext.mk snippet.
2023-11-18 Nick Bowlerfix-gnulib: Restore compatibility with perl 5.8.
2023-11-18 Nick Bowlerpack: Fix 64-bit tests on old HP cc.
2023-11-18 Nick Bowlerpack: Improve 64-bit detection.
2023-11-18 Nick Bowlertests: Improve portability for perl script tests.
2023-11-18 Nick Bowlergen-strtab.awk: Work around HP-UX shell bug in test...
2023-11-18 Nick Bowlerhelp: Fix NLS test on HP-UX 11.
2023-11-18 Nick Bowlergen-options.awk: Fix test with older gettext.
2023-11-18 Nick Bowlercopysym: Avoid dependency on <stdint.h>
2023-11-18 Nick BowlerPartially fix "make distcheck".
2023-11-18 Nick Bowlerhelp: Allow tests to build/run without <getopt.h>
2023-11-16 Nick Bowlerhelp_print_optstring: Don't depend on snprintf.
2023-11-16 Nick Bowlerhelp_print_optstring: Test fullwidth/halfwidth characte...
2023-07-29 Nick BowlerAdd a configure test for syslog support.
2023-07-01 Nick Bowlertest-tap: Fix Solaris /bin/sh "prove: not found" on...
2023-07-01 Nick Bowlertest-tap: Use m4_require to pull in global definitions.
2023-07-01 Nick BowlerAdd helper to work around Solaris /bin/sh bug in Autotest.
2023-06-16 Nick Bowlercopysym: Fix pointer qualifier mismatch.
2023-06-13 Nick BowlerMove TAP testsuite macros into snippets.
2023-06-13 Nick Bowlertap: Include <config.h> as needed.
2023-05-30 Nick Bowlercopysym: Avoid including xtra.h.
2023-05-27 Nick BowlerAdd a dedicated function to emit the copyright symbol.
2023-04-13 Nick Bowlerhelp_print_desc: Ensure newline is printed for empty...
2023-01-26 Nick Bowlergen-strtab.awk: Add an option to suppress object defini...
2023-01-24 Nick BowlerUse AC_PROG_AWK and $AWK in DX_LINGUAS.
2023-01-23 Nick Bowlerxtra: Avoid undefined ## usage.
2023-01-23 Nick Bowlertests: Don't use AT_TESTED for optional build tools.
2023-01-23 Nick Bowlertests: Generate gen-options.awk expected output better.
2023-01-23 Nick Bowlertests: Add missing returns test programs.
2023-01-08 Nick BowlerAdd a helper macro to use the new gen-options packed...
2023-01-08 Nick Bowlergen-options.awk: Work around busybox regex bug.
2023-01-08 Nick Bowlergen-options.awk: Fix generated help text under mawk.
2023-01-08 Nick Bowlergen-options.awk: Add a more compact data representation.
2023-01-04 Nick Bowlergen-strtab.awk: Work around portability problems with...
2023-01-04 Nick Bowlergen-strtab.awk: Work around parse issue on HP-UX 11.
2023-01-03 Nick Bowlergen-strtab.awk: Add a feature to disable l10n markings.
2023-01-03 Nick Bowlergen-strtab.awk: Add options to tweak the output.
2022-11-18 Nick BowlerDX_PROG_MD5: direct probing error messages to the log...
2022-11-18 Nick BowlerAdd a macro to probe -mwindows on MinGW.
2022-06-18 Nick Bowlergen-tree.awk: Allow simple '#' comments.
2022-06-18 Nick Bowlergen-tree.awk: Add options to tweak the strtab output.
2022-06-08 Nick BowlerAdd some curses-related feature tests.
2022-06-08 Nick BowlerAdd library test for curses.
2022-06-08 Nick BowlerAdd missing file for autotest snippet test.
2022-04-21 Nick Bowlerexported.sh: Work around DJGPP shell redirection bug.
2022-04-21 Nick Bowlerexported.sh: Restructure argument processing a bit.
2022-03-26 Nick BowlerFix autotest snippet with --disable-dependency-tracking.
2022-03-24 Nick BowlerFix glconfig with --disable-dependency-tracking.
2022-03-24 Nick Bowlerfix-gnulib: Ensure header rules create output directory.
2022-02-27 Nick Bowlerfix-gnulib: Drop silly libgnu warning options.
2022-02-26 Nick Bowlerfix-ltdl: Fix LIBOBJ mangling to work with automake...
2022-02-26 Nick Bowlerfix-ltdl: Fix order-only hack with HP-UX make.
2022-02-24 Nick Bowlerhelp_print_optstring: Fix handling of 'flag' options.
next