]> git.draconx.ca Git - cdecl99.git/history - src
Don't run configure tests for threading if disabled.
[cdecl99.git] / src /
2024-01-19 Nick Bowlerlibcdecl: Replace uintmax_t with unsigned (long) long.
2024-01-15 Nick Bowlerlibcdecl: Silence GCC -Wunused-function warnings in...
2024-01-14 Nick Bowlerlibcdecl: Fix spacing after pointer qualifiers (again).
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-05 Nick BowlerAvoid gnulib getline module.
2023-12-28 Nick Bowlerlibcdecl: Implement portable alternative to strtoumax.
2023-12-28 Nick Bowlerlibcdecl: Fix scanning of hexadecimal constants.
2023-12-21 Nick Bowlerlibcdecl: Prefer __inline in public header with GCC.
2023-12-19 Nick Bowlercdecl99: Combine some printing calls.
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-04 Nick BowlerFix parser 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-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-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 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 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-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 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 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-02 Nick Bowlerlibcdecl: Simplify mixed type name error condition.
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 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-22 Nick Bowlerlibcdecl: Simplify cdecl__explain_specs.
2023-06-22 Nick Bowlerlibcdecl: Improve specifier to string conversions.
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...
2023-06-16 Nick Bowlerlibcdecl: Avoid stray semicolon after gl_once_define.
2023-06-16 Nick Bowlerlibcdecl: Tweak invalid character error from scanner.
2023-06-16 Nick Bowlerlibcdecl: Consolidate most error messages.
2023-06-14 Nick BowlerFix library error state allocation.
2023-06-01 Nick BowlerFactor out common parser invocation.
2023-05-29 Nick Bowlercdecl99: Use packed option format from gen-options...
2023-05-27 Nick BowlerReplace Gnulib striconv with copyright_symbol from...
2023-05-25 Nick Bowlercdecl99: Fix some improper error message formatting.
2023-01-24 Nick Bowlercdecl99: Drop locale-sensitive isblank usage.
2023-01-24 Nick BowlerProvide strtoumax fallback in the scanner.
2023-01-10 Nick BowlerDon't parse command-line options more than once.
2022-02-18 Nick BowlerImprove gnulib build times.
next