]> git.draconx.ca Git - cdecl99.git/history - src/error.c
Release 1.3.
[cdecl99.git] / src / error.c
2024-02-23 Nick Bowlerlibcdecl: Avoid overalignment of string tables.
2024-01-25 Nick Bowlerlibcdecl: Punt gnulib lock module.
2024-01-25 Nick Bowlerlibcdecl: Punt gnulib tls module.
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-07-07 Nick Bowlerlibcdecl: Combine error and i18n init.
2023-06-23 Nick Bowlerlibcdecl: Avoid vsnprintf for error reporting.
2023-06-16 Nick Bowlerlibcdecl: Avoid stray semicolon after gl_once_define.
2023-06-16 Nick Bowlerlibcdecl: Consolidate most error messages.
2023-06-14 Nick BowlerFix library error state allocation.
2021-08-13 Nick BowlerInclude glthread headers late.
2021-03-14 Nick BowlerRework library error reporting.
2021-03-10 Nick BowlerMinor portability improvements.
2021-03-03 Nick BowlerUse common strtab generator for error strings.
2021-03-03 Nick BowlerConsolidate header files.
2012-03-01 Nick BowlerAvoid recursively calling glthread_once in error init.
2011-10-23 Nick BowlerStart on a facility to translate error codes into strings.
2011-10-23 Nick BowlerStart implementing proper error handling.