]> git.draconx.ca Git - cdecl99.git/shortlog
cdecl99.git
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.
2023-07-07 Nick Bowlertests: Don't pull output routines into normalize testcase.
2023-07-07 Nick Bowlerlibcdecl: Combine error and i18n init.
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: Simplify main loops a bit.
2023-07-05 Nick Bowlercdecl99: Reverse sense of "interactive" global variable.
2023-07-05 Nick Bowlercdecl99: Don't check blank lines if no history support.
2023-07-05 Nick Bowlercdecl99: Fall back to getline, instead of Gnulib's...
2023-07-05 Nick BowlerAdd test for interactive mode.
2023-07-02 Nick Bowlerlibcdecl: Simplify mixed type name error condition.
2023-07-02 Nick Bowlertests: Add more coverage for parenthesis handling.
2023-07-02 Nick Bowlerlibcdecl: Simplify reduce_parentheses implementation.
2023-07-02 Nick Bowlerlibcdecl: Combine several postprocessing steps into...
2023-07-02 Nick Bowlerlibcdecl: Simplify declarator traversal logic.
2023-07-02 Nick Bowlerlibcdecl: Merge both parser function implementations.
2023-07-02 Nick Bowlerlibcdecl: Simplify sorting in cdecl__normalize_specs.
2023-07-01 Nick BowlerFix TEST_NEED_PROGRAM to work on old Solaris /bin/sh.
2023-07-01 Nick BowlerPull in Solaris /bin/sh testsuite fixes from dxcommon.
2023-07-01 Nick BowlerWork around Solaris 8 nawk issue in the test suite.
2023-07-01 Nick BowlerAdd missing errmsg.str source file.
2023-06-23 Nick Bowlerlibcdecl: Avoid vsnprintf for error reporting.
2023-06-23 Nick Bowlerlibcdecl: Make cdecl__emit_specs return value usable...
2023-06-23 Nick Bowlerlibcdecl: Accumulate output length in structure.
2023-06-23 Nick Bowlerlibcdecl: Simplify cdecl__advance.
2023-06-23 Nick Bowlerlibcdecl: Use a structure for dst/dstlen in output...
2023-06-23 Nick Bowlerlibcdecl: Rework specifier output logic.
2023-06-23 Nick Bowlerlibcdecl: Rework cdecl_declare output logic.
2023-06-23 Nick Bowlerlibcdecl: Rework cdecl_explain output logic.
2023-06-23 Nick Bowlertests: Add canned test case for incomplete arrays.
2023-06-22 Nick Bowlerlibcdecl: Simplify cdecl__explain_specs.
2023-06-22 Nick Bowlerlibcdecl: Improve specifier to string conversions.
2023-06-22 Nick Bowlertests: Adjust positive tests to verify both parse direc...
2023-06-22 Nick Bowlerlibcdecl: Simplify explain_decl -> explain_prologue.
2023-06-22 Nick Bowlerlibcdecl: Simplify internal specifier printing functions.
2023-06-16 Nick Bowlercdecl99: Avoid passing uninitialized value to help_prin...
next