]> git.draconx.ca Git - cdecl99.git/shortlog
cdecl99.git
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.
2023-07-23 Nick BowlerAvoid warnings about unused scanner functions.
2023-07-23 Nick BowlerSolve Bison conflicts using precedence declarations.
2023-07-21 Nick Bowlertests: Add sanity test for variable-length arrays.
2023-07-21 Nick Bowlerlibcdecl: Remove magic T_ENGLISH token.
2023-07-20 Nick Bowlerlibcdecl: Simplify Bison error message reporting.
2023-07-20 Nick Bowlerlibcdecl: Sidestep some possible snprintf issues.
2023-07-20 Nick Bowlerlibcdecl: Combine tag/typedef identifier rules.
2023-07-20 Nick Bowlerlibcdecl: Avoid using strcpy w/ empty strings.
2023-07-20 Nick Bowlerlibcdecl: Combine array length parser rules.
2023-07-20 Nick Bowlerlibcdecl: Parse function parameters in order.
2023-07-20 Nick Bowlerlibcdecl: Factor out open-coded identifier patchup.
2023-07-20 Nick Bowlerlibcdecl: Factor out open-coded list concatenation.
2023-07-20 Nick Bowlerlibcdecl: Fix crash when bootstrapped w/ old Bison.
2023-07-20 Nick Bowlerlibcdecl: Avoid redundant string literal in yyerror.
2023-07-18 Nick Bowlerlibcdecl: Don't propagate specifier lists more than...
2023-07-18 Nick BowlerAdd an explanation for declaration specifier rules.
2023-07-14 Nick Bowlerlibcdecl: Move specifier type determination into scanner.
2023-07-14 Nick Bowlerlibcdecl: Use macros for packing tokens into bytes.
2023-07-14 Nick BowlerUpdate .gitmodules URI for Gnulib.
2023-07-11 Nick Bowlerlibcdecl: Avoid duplicating keyword strings w/ gperf.
2023-07-10 Nick Bowlerlibcdecl: Combine scanner rules for punctuation.
2023-07-10 Nick Bowlerlibcdecl: Use gperf to identify keywords during scanning.
2023-07-08 Nick Bowlertests: Fix interactive test without libreadline.
2023-07-08 Nick Bowlerlibcdecl: Use Bison's api.token.raw feature.
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: Ensure that English keywords can be parsed.
next