]> git.draconx.ca Git - cdecl99.git/commit
Start implementing proper error handling.
authorNick Bowler <nbowler@draconx.ca>
Thu, 29 Sep 2011 01:57:23 +0000 (21:57 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 23 Oct 2011 00:20:58 +0000 (20:20 -0400)
commit3df85155e2dbf9307dd64bd222bf74389c45a75c
tree7a86f61e630e58e2693cafa588c854d92dcd2241
parent148832244970c409dfe187b66cb6c7aed5f60083
Start implementing proper error handling.

Since the library shouldn't be printing its own error messages, we need
a mechanism to propagate error details to the caller.  Implement a
system using thread-local storage which tracks the most recent errors.
Makefile.am
doc/man/libcdecl.3
m4/.gitignore
m4/gnulib-cache.m4
src/cdecl.h
src/cdecl99.c
src/error.c [new file with mode: 0644]
src/error.h [new file with mode: 0644]
src/parse.y