]> git.draconx.ca Git - cdecl99.git/history - src/cdecl-internal.h
Release 1.3.
[cdecl99.git] / src / cdecl-internal.h
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.
2023-11-15 Nick Bowlerlibcdecl: reduce snprintf reliance for error reporting.
2023-10-26 Nick Bowlerlibcdecl: Avoid snprintf for integer conversions.
2023-07-28 Nick Bowlerlibcdecl: Perform all parser allocations via cdecl__all...
2023-07-23 Nick Bowlerlibcdecl: Combine identifier and struct allocation.
2023-07-20 Nick Bowlerlibcdecl: Simplify Bison error message reporting.
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-10 Nick Bowlerlibcdecl: Use gperf to identify keywords during scanning.
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: Use a structure for dst/dstlen in output...
2023-06-23 Nick Bowlerlibcdecl: Rework specifier output logic.
2023-06-23 Nick Bowlerlibcdecl: Rework cdecl_explain output logic.
2023-06-22 Nick Bowlerlibcdecl: Simplify internal specifier printing functions.
2023-06-16 Nick Bowlerlibcdecl: Consolidate most error messages.
2021-08-13 Nick BowlerMake library i18n init conditional on NLS support.
2021-03-14 Nick BowlerRework library error reporting.
2021-03-03 Nick BowlerConsolidate header files.