]> git.draconx.ca Git - cdecl99.git/history - configure.ac
Release 1.3.
[cdecl99.git] / configure.ac
2024-04-05 Nick BowlerRelease 1.3. master v1.3
2024-04-03 Nick BowlerRemove dist-xz Automake option.
2024-02-29 Nick BowlerBetter probe for __int64 support.
2024-02-23 Nick Bowlerlibcdecl: Avoid overalignment of string tables.
2024-01-27 Nick Bowlerlibcdecl: Try unsigned __int64 for a 64-bit type.
2024-01-27 Nick BowlerAdd AM_PROG_AR to configure.ac.
2024-01-25 Nick Bowlerlibcdecl: Actually test threading support.
2024-01-19 Nick Bowlerlibcdecl: Replace uintmax_t with unsigned (long) long.
2024-01-05 Nick BowlerAvoid gnulib getline module.
2023-12-28 Nick Bowlertests: Avoid dependency on strtoumax.
2023-12-23 Nick BowlerBump dxcommon to pull in testsuite fixes.
2023-12-06 Nick BowlerSkip Bison api.token.raw probe if Bison is not found.
2023-12-04 Nick BowlerDon't build locale/wcwidth junk if NLS is disabled.
2023-12-01 Nick BowlerMigrate gnulib patches to new common helper macro.
2023-11-30 Nick BowlerAvoid the use of for loop declarations.
2023-07-08 Nick Bowlerlibcdecl: Use Bison's api.token.raw feature.
2023-06-22 Nick Bowlerlibcdecl: Improve specifier to string conversions.
2023-06-13 Nick BowlerRename "test" directory to "t".
2023-05-27 Nick BowlerStop using gnulib's flexmember module.
2023-01-25 Nick BowlerFix configuration on Solaris 8.
2023-01-24 Nick BowlerProvide strtoumax fallback in the scanner.
2022-04-22 Nick BowlerDefine GNULIB_MBRTOWC_SINGLE_THREAD.
2022-04-22 Nick BowlerExplicitly require gnulib getline module.
2022-04-03 Nick BowlerRelease 1.2. v1.2
2022-02-19 Nick BowlerFix regressions caused by symbol renaming changes.
2022-02-18 Nick BowlerImprove gnulib build times.
2022-02-10 Nick BowlerPortability improvements for new random number generator.
2022-02-09 Nick BowlerRemove randomdecl test dependency on GSL.
2021-08-13 Nick BowlerMake library i18n init conditional on NLS support.
2021-08-13 Nick BowlerInclude glthread headers late.
2021-03-14 Nick BowlerRelease 1.1. v1.1
2021-03-05 Nick BowlerAdd configure option to disable readline.
2021-03-03 Nick BowlerFix testcase compilation with --disable-shared.
2021-03-03 Nick BowlerRelease 1. v1
2021-03-03 Nick BowlerGive better errors when flex/bison are unavailable.
2021-02-24 Nick BowlerUse AC_CONFIG_HEADERS rather than AC_CONFIG_HEADER.
2021-01-23 Nick BowlerFix build with new Bison versions.
2020-07-03 Nick BowlerPort randomdecl sanity test to Autotest.
2020-07-03 Nick BowlerBegin converting testsuite to Autotest.
2013-01-09 Nick BowlerFix silent-rules alignment in Automake 1.12.
2012-12-06 Nick BowlerMove GLOBAL_SYMBOL_PIPE definition into dxcommon code.
2012-08-30 Nick BowlerAdd basic readline history support.
2012-08-18 Nick BowlerUpdate dxcommon to get its version of exported.sh.in.
2012-08-15 Nick BowlerPrevent gratuitous Automake failures.
2012-07-28 Nick BowlerMove some gettext bits to dxcommon.
2012-05-09 Nick BowlerMake fix-gnulib only need a single output file.
2012-03-01 Nick BowlerSimplify glconfig include mechanism.
2012-03-01 Nick BowlerFix GSL detection when using the default --with-gsl...
2012-03-01 Nick BowlerFix distribution of missing config header.
2012-03-01 Nick BowlerAdd a tool to generate random declarations.
2011-10-23 Nick BowlerAdd support for translated long options.
2011-09-22 Nick BowlerRewrite Gnulib symbols to be in libcdecl's namespace.
2011-09-21 Nick BowlerIntegrate Gnulib non-recursively.
2011-09-21 Nick BowlerEnable i18n in Bison.
2011-09-15 Nick BowlerFool autoreconf and automake into ignoring gettext.
2011-09-14 Nick BowlerInitial i18n infrastructure.
2011-07-06 Nick BowlerAdd missing copyright headers.
2011-06-23 Nick BowlerImplement the interactive cdecl99 loop.
2011-06-21 Nick BowlerDon't use missing for flex.
2011-06-19 Nick BowlerInitial commit