]> git.draconx.ca Git - cdecl99.git/shortlog
cdecl99.git
2024-04-05 Nick BowlerRelease 1.3. master v1.3
2024-04-05 Nick Bowlerlibcdecl: Mark pthread_once as weak when needed.
2024-04-04 Nick BowlerBump dxcommon to pull in _Alignas fix for FreeBSD.
2024-04-04 Nick Bowlertests: Remove stray semicolons from errthread test.
2024-04-03 Nick BowlerRemove dist-xz Automake option.
2024-04-03 Nick BowlerUpdate NEWS.
2024-02-29 Nick BowlerBetter probe for __int64 support.
2024-02-23 Nick Bowlertests: Use 32-bit arithmetic for seed expansion.
2024-02-23 Nick Bowlerlibcdecl: Avoid overalignment of string tables.
2024-02-23 Nick Bowlerlibcdecl: Merge some output strings.
2024-02-22 Nick Bowlerlibcdecl: Use an explicit name for T_LEX_ERROR.
2024-02-22 Nick Bowlerlibcdecl: Use gperf %7bit option for keyword matching.
2024-02-22 Nick Bowlerlibcdecl: Remove glibc snprintf workaround.
2024-02-22 Nick Bowlerlibcdecl: Avoid asserts in output declarator traversal.
2024-02-21 Nick Bowlerlibcdecl: Further optimize symbol name lookup.
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 Bowlerlibcdecl: Try unsigned __int64 for a 64-bit type.
2024-01-27 Nick BowlerAdd AM_PROG_AR to configure.ac.
2024-01-27 Nick BowlerBump dxcommon for testsuite line ending workaround.
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-27 Nick Bowlertests: Limit automatic random seed to 8 digits.
2024-01-25 Nick Bowlerlibcdecl: Use a different pthread_once workalike for...
2024-01-25 Nick Bowlerlibcdecl: Punt gnulib lock module.
2024-01-25 Nick Bowlerlibcdecl: Punt gnulib tls module.
2024-01-25 Nick Bowlerlibcdecl: Actually test threading support.
2024-01-19 Nick BowlerDon't run configure tests for threading if disabled.
2024-01-19 Nick Bowlercdecl99: Avoid gnulib setlocale_null bits.
2024-01-19 Nick Bowlerlibcdecl: Replace uintmax_t with unsigned (long) long.
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-15 Nick Bowlerlibcdecl: Silence GCC -Wunused-function warnings in...
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 Bowlercdecl99: Simplify main command output.
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-09 Nick Bowlerlibcdecl: Move another error message into the string...
2024-01-09 Nick Bowlerlibcdecl: Remove error code argument from cdecl__err.
2024-01-07 Nick Bowlerlibcdecl: Explicitly declare most scanner functions...
2024-01-07 Nick Bowlerlibcdecl: Remove unused YY_INPUT from scanner.
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-04 Nick Bowlertests: link cdeclerr test with $(LTLIBINTL)
2024-01-03 Nick Bowlertests: Fix gen-typegen.awk on AIX.
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 Bowlertests: Avoid dependency on strtoumax.
2023-12-28 Nick Bowlerlibcdecl: Implement portable alternative to 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-23 Nick BowlerBump dxcommon to pull in testsuite fixes.
2023-12-21 Nick Bowlerlibcdecl: Prefer __inline in public header with GCC.
2023-12-19 Nick Bowlercdecl99: Combine some printing calls.
2023-12-19 Nick Bowlertests: Avoid use of AT_TESTED.
2023-12-13 Nick Bowlercdecl99: Optimize print_version a bit.
2023-12-07 Nick Bowlercdecl99: Better "help" output on some old systems.
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-06 Nick BowlerExplicitly require gnulib stdbool module.
2023-12-06 Nick BowlerWork around some ULTRIX make bugs.
2023-12-06 Nick BowlerSkip Bison api.token.raw probe if Bison is not found.
2023-12-05 Nick BowlerBump dxcommon to get help output improvements.
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-12-04 Nick BowlerUse awk over printf when generating atlocal.
2023-12-04 Nick BowlerFix tests build on compilers without _Bool.
2023-12-04 Nick BowlerFix parser build on compilers without _Bool.
2023-12-04 Nick Bowlerlibcdecl: Add _Bool fallback to public header.
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-11-30 Nick Bowlertests: Use TAP helpers in rng-test.
2023-11-22 Nick BowlerBump dxcommon to fix "make install" with old shells.
2023-11-22 Nick BowlerAdd a basic "make installcheck" function.
2023-11-19 Nick BowlerTrivial manual fixes.
2023-11-19 Nick Bowlerlibcdecl: Prefer memchr over strchr in the scanner.
2023-11-18 Nick Bowlerlibcdecl: Fully remove snprintf requirement from the...
2023-11-15 Nick Bowlerlibcdecl: reduce snprintf reliance for error reporting.
2023-10-26 Nick Bowlerlibcdecl: Simplify loop in cdecl__normalize_specs.
2023-10-26 Nick Bowlerlibcdecl: Avoid snprintf for integer conversions.
2023-10-26 Nick Bowlertests: Add sanity check for truncated output.
2023-07-28 Nick BowlerExpand some sections of the libcdecl manual.
2023-07-28 Nick Bowlercdecl99: Combine all the main command implementations.
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: Perform all parser allocations via cdecl__all...
2023-07-28 Nick Bowlerlibcdecl: Replace ALLOC_STRUCT with specialized macros.
2023-07-28 Nick Bowlerlibcdecl: Factor out toplevel parser actions.
2023-07-28 Nick Bowlerlibcdecl: Fix memory leak when parsing e.g., int (...
2023-07-23 Nick Bowlerlibcdecl: Don't dynamically allocate null declarators.
2023-07-23 Nick Bowlerlibcdecl: Combine identifier and struct allocation.
2023-07-23 Nick BowlerFree working memory in crossparse test.
2023-07-23 Nick Bowlercdecl99: Remove some unused variable declarations.
next