]> git.draconx.ca Git - cdecl99.git/history - t
Release 1.3.
[cdecl99.git] / t /
2024-04-04 Nick Bowlertests: Remove stray semicolons from errthread test.
2024-02-23 Nick Bowlertests: Use 32-bit arithmetic for seed expansion.
2024-01-27 Nick Bowlerlibcdecl: Fix TLS cleanup on Windows.
2024-01-27 Nick Bowlerlibcdecl: Try unsigned __int64 for a 64-bit type.
2024-01-25 Nick Bowlerlibcdecl: Use a different pthread_once workalike for...
2024-01-25 Nick Bowlerlibcdecl: Actually test threading support.
2024-01-19 Nick Bowlerlibcdecl: Replace uintmax_t with unsigned (long) long.
2024-01-09 Nick Bowlerlibcdecl: Remove error code argument from cdecl__err.
2024-01-07 Nick Bowlertests: Improve RNG compatibility with old compilers.
2024-01-07 Nick Bowlertests: Remove some unneeded C99 syntax.
2024-01-05 Nick BowlerAvoid gnulib getline module.
2024-01-05 Nick Bowlertests: Consolidate error messaging a bit.
2024-01-03 Nick Bowlertests: Fix gen-typegen.awk on AIX.
2024-01-03 Nick Bowlertests: Fix randomdecl RNG initialization regression.
2023-12-28 Nick Bowlertests: Avoid dependency on strtoumax.
2023-12-28 Nick Bowlerlibcdecl: Fix scanning of hexadecimal constants.
2023-12-28 Nick Bowlertests: Remove test_print_decl etc. from the common...
2023-12-13 Nick Bowlercdecl99: Optimize print_version a bit.
2023-12-05 Nick Bowlertests: Work around some ancient printf bugs.
2023-12-04 Nick BowlerFix tests build on compilers without _Bool.
2023-12-04 Nick Bowlerlibcdecl: Add _Bool fallback to public header.
2023-11-30 Nick BowlerAvoid the use of for loop declarations.
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-23 Nick BowlerFree working memory in crossparse test.
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-23 Nick Bowlerlibcdecl: Avoid vsnprintf for error reporting.
2023-06-23 Nick Bowlerlibcdecl: Use a structure for dst/dstlen in output...
2023-06-23 Nick Bowlerlibcdecl: Rework specifier output logic.
2023-06-16 Nick Bowlertests: Eliminate random floating-point generation.
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".