]> git.draconx.ca Git - cdecl99.git/history - tests
Release 1.3.
[cdecl99.git] / tests /
2024-02-22 Nick Bowlerlibcdecl: Use an explicit name for T_LEX_ERROR.
2024-01-27 Nick Bowlerlibcdecl: Fix TLS cleanup on Windows.
2024-01-27 Nick Bowlertests: Avoid backslashes in awk variable assignment.
2024-01-27 Nick Bowlertests: Don't use #n in sed scripts.
2024-01-25 Nick Bowlerlibcdecl: Actually test threading support.
2024-01-16 Nick Bowlertests: Work around awk line length limitations.
2024-01-16 Nick Bowlertests: Avoid shell limitations in huge input tests.
2024-01-14 Nick Bowlerlibcdecl: Fix spacing after pointer qualifiers (again).
2024-01-14 Nick Bowlertests: Fix overquoting of SIMPLE_DECLS group names.
2024-01-12 Nick Bowlerlibcdecl: Fix parsing of int (x(*)()) etc.
2024-01-11 Nick Bowlerlibcdecl: Fix parsing of very long parameter lists.
2024-01-11 Nick Bowlerlibcdecl: Fix parsing of very long declarator lists.
2024-01-11 Nick Bowlerlibcdecl: Fix parsing of very long specifier lists.
2024-01-05 Nick BowlerAvoid gnulib getline module.
2024-01-03 Nick Bowlertests: Fix randomdecl RNG initialization regression.
2024-01-03 Nick BowlerBump dxcommon to pull in AIX fixes.
2023-12-28 Nick Bowlerlibcdecl: Fix scanning of hexadecimal constants.
2023-12-07 Nick Bowlercdecl99: Fix "help" command on ULTRIX.
2023-12-06 Nick Bowlertests: Try not to split fields in randomdecl sanity...
2023-12-05 Nick Bowlertests: Avoid using awk -v option.
2023-12-05 Nick Bowlertests: Work around some ancient printf bugs.
2023-12-04 Nick Bowlertests: Better output filter in randomdecl sanity test.
2023-11-30 Nick Bowlertests: Use TAP helpers in rng-test.
2023-10-26 Nick Bowlertests: Add sanity check for truncated output.
2023-07-28 Nick Bowlerlibcdecl: Fix output regression with multiple declarators.
2023-07-28 Nick Bowlerlibcdecl: Work around GNU libc snprintf bug.
2023-07-28 Nick Bowlerlibcdecl: Fix memory leak when parsing e.g., int (...
2023-07-21 Nick Bowlertests: Add sanity test for variable-length arrays.
2023-07-10 Nick Bowlerlibcdecl: Use gperf to identify keywords during scanning.
2023-07-08 Nick Bowlertests: Fix interactive test without libreadline.
2023-07-07 Nick Bowlertests: Ensure that English keywords can be parsed.
2023-07-07 Nick Bowlerlibcdecl: Fix regression in function parsing.
2023-07-07 Nick Bowlerlibcdecl: Remove "too many parentheses" error check.
2023-07-05 Nick Bowlercdecl99: Reverse sense of "interactive" global variable.
2023-07-05 Nick BowlerAdd test for interactive mode.
2023-07-02 Nick Bowlertests: Add more coverage for parenthesis handling.
2023-07-01 Nick BowlerWork around Solaris 8 nawk issue in the test suite.
2023-06-23 Nick Bowlertests: Add canned test case for incomplete arrays.
2023-06-22 Nick Bowlertests: Adjust positive tests to verify both parse direc...
2023-06-16 Nick Bowlerlibcdecl: Tweak invalid character error from scanner.
2023-06-14 Nick BowlerFix library error state allocation.
2023-06-01 Nick BowlerAdd more type specifier tests.
2023-05-25 Nick Bowlercdecl99: Fix some improper error message formatting.
2023-01-25 Nick BowlerAvoid POSIX character classes in the test suite.
2023-01-10 Nick BowlerDon't parse command-line options more than once.
2022-04-03 Nick Bowlertests: Correct RNG implementation.
2022-02-09 Nick BowlerSimplify and improve randomdecl sanity test.
2021-03-12 Nick BowlerHand-code the normalized specifier ordering.
2021-03-10 Nick BowlerFix empty and help commands causing program exit.
2021-03-03 Nick BowlerAdd a couple more positive tests.
2020-07-04 Nick BowlerFix use-after-free during parser error recovery.
2020-07-03 Nick BowlerPort random crossparse test to Autotest.
2020-07-03 Nick BowlerPort randomdecl sanity test to Autotest.
2020-07-03 Nick BowlerFix parsing of int (x*).
2020-07-03 Nick BowlerConvert invalid declaration test to Autotest.
2020-07-03 Nick BowlerBegin converting testsuite to Autotest.
2012-12-06 Nick BowlerUpdate .gitignore for Automake-1.12.
2012-08-29 Nick BowlerDon't allow restrict-qualified pointers to functions.
2012-08-18 Nick BowlerAdd missing test script to the distribution.
2012-05-03 Nick BowlerTest invalid English declarations as well.
2012-03-28 Nick BowlerTest more bogus declarations.
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-18 Nick BowlerFix bogus switch cases in declgen.
2012-03-03 Nick BowlerBatch up crossparse tests to improve performance.
2012-03-03 Nick BowlerDon't generate invalid void function parameters in...
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.