]> git.draconx.ca Git - cdecl99.git/commit
Rework library error reporting.
authorNick Bowler <nbowler@draconx.ca>
Sat, 13 Mar 2021 22:23:46 +0000 (17:23 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 14 Mar 2021 03:17:52 +0000 (22:17 -0500)
commitad973d63e038f293f2b158f19b04c1582e616af0
treeb186fe63822088bb094b5662b2e5c1bddb7dff0a
parent8b40c60072c0549d18afb1e19fa28ee18036957c
Rework library error reporting.

This removes (hopefully) all cases where the libcdecl prints
error messages directly to stderr, and reports these messages
via cdecl_get_error instead.
Makefile.am
NEWS
doc/libcdecl.3
src/cdecl-internal.h
src/cdecl.h
src/error.c
src/errtab.str [deleted file]
src/parse-decl.c
src/parse.y
src/scan.l