]> git.draconx.ca Git - cdecl99.git/history - Makefile.am
Release 1.3.
[cdecl99.git] / Makefile.am
2024-01-31 Nick BowlerFix incremental rebuild after deleted scan.c.
2024-01-27 Nick Bowlerlibcdecl: Fix TLS cleanup on Windows.
2024-01-27 Nick BowlerBump dxcommon for testsuite line ending workaround.
2024-01-25 Nick Bowlerlibcdecl: Punt gnulib tls module.
2024-01-25 Nick Bowlerlibcdecl: Actually test threading support.
2024-01-19 Nick Bowlerlibcdecl: Replace uintmax_t with unsigned (long) long.
2024-01-16 Nick Bowlertests: Avoid shell limitations in huge input tests.
2024-01-05 Nick BowlerAvoid gnulib getline module.
2024-01-04 Nick Bowlertests: link cdeclerr test with $(LTLIBINTL)
2023-12-28 Nick Bowlerlibcdecl: Implement portable alternative to strtoumax.
2023-12-28 Nick Bowlerlibcdecl: Fix scanning of hexadecimal constants.
2023-12-13 Nick Bowlercdecl99: Optimize print_version a bit.
2023-12-06 Nick BowlerWork around some ULTRIX make bugs.
2023-12-04 Nick BowlerUse awk over printf when generating atlocal.
2023-12-04 Nick Bowlerlibcdecl: Add _Bool fallback to public header.
2023-11-30 Nick Bowlertests: Use TAP helpers in rng-test.
2023-11-22 Nick BowlerAdd a basic "make installcheck" function.
2023-11-15 Nick Bowlerlibcdecl: reduce snprintf reliance for error reporting.
2023-10-26 Nick Bowlertests: Add sanity check for truncated output.
2023-07-11 Nick Bowlerlibcdecl: Avoid duplicating keyword strings w/ gperf.
2023-07-10 Nick Bowlerlibcdecl: Use gperf to identify keywords during scanning.
2023-07-07 Nick Bowlerlibcdecl: Re-use strings from parser in spec_string.
2023-07-07 Nick Bowlerlibcdecl: Replace yytname array in the Bison parser.
2023-07-07 Nick Bowlertests: Don't pull output routines into normalize testcase.
2023-07-07 Nick Bowlerlibcdecl: Combine error and i18n init.
2023-06-16 Nick Bowlerlibcdecl: Consolidate most error messages.
2023-06-14 Nick BowlerFix library error state allocation.
2023-06-13 Nick BowlerRename "test" directory to "t".
2023-05-30 Nick BowlerRestore gperf-related definitions to makefile.
2023-05-29 Nick BowlerEnsure all headers are distributed.
2023-05-27 Nick BowlerReplace Gnulib striconv with copyright_symbol from...
2023-05-25 Nick Bowlercdecl99: Fix some improper error message formatting.
2022-04-03 Nick Bowlertests: Correct RNG implementation.
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.
2022-02-04 Nick BowlerUse common help formatting in test cases.
2021-11-24 Nick BowlerUse help formatting routines from dxcommon.
2021-08-13 Nick BowlerMake library i18n init conditional on NLS support.
2021-03-14 Nick BowlerRework library error reporting.
2021-03-12 Nick BowlerGenerate specifier strings directly from cdecl.h
2021-03-12 Nick BowlerRestructure the type specifier check.
2021-03-12 Nick BowlerHand-code the normalized specifier ordering.
2021-03-10 Nick BowlerReplace typegen.sh with a new and improved script.
2021-03-07 Nick BowlerMinor manual updates.
2021-03-03 Nick BowlerFix testcase compilation with --disable-shared.
2021-03-03 Nick BowlerRelease 1. v1
2021-03-03 Nick BowlerUse common strtab generator for error strings.
2021-03-03 Nick BowlerConsolidate header files.
2021-03-03 Nick BowlerUse gperf to implement command selection.
2021-03-03 Nick BowlerUse the newly-minted option generator script from dxcommon.
2021-03-03 Nick BowlerGive better errors when flex/bison are unavailable.
2021-02-24 Nick BowlerBundle scripts to help re-bootstrap the package.
2021-02-24 Nick BowlerEnsure INSTALL is packaged.
2021-02-24 Nick BowlerRework the README.
2021-02-23 Nick BowlerGenerate ChangeLog from git at packaging time.
2021-01-24 Nick BowlerFix Gnulib integration issues.
2021-01-23 Nick BowlerFix build with new Bison versions.
2020-07-03 Nick BowlerPort random crossparse test to Autotest.
2020-07-03 Nick BowlerPort randomdecl sanity test to Autotest.
2020-07-03 Nick BowlerConvert invalid declaration test to Autotest.
2020-07-03 Nick BowlerBegin converting testsuite to Autotest.
2019-01-06 Nick BowlerBump dxcommon for depfiles updates.
2013-01-09 Nick BowlerFix silent-rules alignment in Automake 1.12.
2012-08-30 Nick BowlerAdd basic readline history support.
2012-08-18 Nick BowlerAdd missing test script to the distribution.
2012-07-28 Nick BowlerMove some gettext bits to dxcommon.
2012-05-10 Nick BowlerBring in fix-gnulib from a submodule.
2012-03-23 Nick BowlerAdd a simple test to check if cdecl99 rejects bogus...
2012-03-19 Nick BowlerAdd a sanity test for randomdecl.
2012-03-03 Nick BowlerAdd a test case to check if libcdecl can parse its...
2012-03-01 Nick BowlerAdd a test case to verify symbol prefixes.
2012-03-01 Nick BowlerFix libtest dependencies.
2012-03-01 Nick BowlerSimplify glconfig include mechanism.
2012-03-01 Nick BowlerAdd missing test files to the distribution.
2012-03-01 Nick BowlerAdd more missing source files to the distribution.
2012-03-01 Nick BowlerMark dist hooks as phony.
2012-03-01 Nick BowlerAvoid per-target CFLAGS (for now).
2012-03-01 Nick BowlerFix "make dist" permissions when using a read-only...
2012-03-01 Nick BowlerProperly describe several files in Makefile.am.
2012-03-01 Nick BowlerFix distribution of missing config header.
2012-03-01 Nick BowlerAdd a tool to generate random declarations.
2012-02-25 Nick BowlerReduce "set +x" noise in (un)install targets.
2011-11-20 Nick BowlerGenerate the specifier switch statement automatically.
2011-11-20 Nick BowlerSeparate specifier handling from the output routines.
2011-10-23 Nick BowlerUse #n in strtab.sed.
2011-10-23 Nick BowlerAdd support for translated long options.
2011-10-23 Nick BowlerGenerate gettext catalog only from source files.
2011-10-23 Nick BowlerStart on a facility to translate error codes into strings.
2011-10-23 Nick BowlerStart implementing proper error handling.
2011-09-29 Nick BowlerUpdate timestamps on generated header files before...
2011-09-29 Nick BowlerAdd installdirs rule for .mo files.
2011-09-29 Nick BowlerUse (un)install-local to (un)install .mo files.
2011-09-22 Nick BowlerAdd uninstall rule for .mo files.
2011-09-22 Nick BowlerAdd -no-undefined to libcdecl LDFLAGS.
2011-09-22 Nick BowlerAvoid gratuitous library dependencies linking gnulib.
2011-09-22 Nick BowlerTell xgettext about _ and N_ markings.
2011-09-22 Nick BowlerRewrite Gnulib symbols to be in libcdecl's namespace.
2011-09-21 Nick BowlerEliminate use of BUILT_SOURCES from Gnulib.
next