]> git.draconx.ca Git - cdecl99.git/history - test
Release 1.3.
[cdecl99.git] / test /
2023-06-13 Nick BowlerRename "test" directory to "t".
2022-04-03 Nick Bowlertests: Correct RNG implementation.
2022-02-19 Nick BowlerFix gen-typegen.awk incompatibility with busybox awk.
2022-02-18 Nick BowlerImprove gnulib build times.
2022-02-10 Nick BowlerPlug memory leak in declgen.
2022-02-10 Nick BowlerPortability improvements for new random number generator.
2022-02-09 Nick BowlerClean up declgen a bit.
2022-02-09 Nick BowlerRemove randomdecl test dependency on GSL.
2022-02-04 Nick BowlerUse common help formatting in test cases.
2021-03-12 Nick BowlerHand-code the normalized specifier ordering.
2021-03-10 Nick BowlerReplace typegen.sh with a new and improved script.
2020-07-03 Nick BowlerPort random crossparse test to Autotest.
2020-07-03 Nick BowlerAdd better --help text to the test programs.
2012-08-29 Nick BowlerDon't allow restrict-qualified pointers to functions.
2012-03-19 Nick BowlerActually generate (void) function parameter lists in...
2012-03-18 Nick BowlerAdd an English output mode to randomdecl.
2012-03-18 Nick BowlerUnbreak random array declarators.
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 BowlerFree memory in randomdecl.
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 tool to generate random declarations.