From 119ffe556fa6f1204bc143be3f5cdf3a43b5a59d Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Mon, 31 Aug 2009 22:41:32 -0400 Subject: [PATCH] Try to keep track of pending items. --- TODO | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..d8c927a --- /dev/null +++ b/TODO @@ -0,0 +1,25 @@ + +* Check all DB API calls + Make sure a) we check return codes for for all calls into DB and + that b) when there is an error we output it only when configured + to be verbose and c) then return the proper DBSQL error indicating + what went wrong at a higher level. + +* Review all reused DB code + Make sure that we're up to date with the latest in DB. Things such + as hashing, etc. + +* splint + +* makedepend + +* valgrind + +* Review SQLite's latest lemon.c and lempar.c code + +* Review code for trailing spaces, tab characters, lines > 79 col + +* api.c/__os_sleep() + This is now static in DB's code, so to hack the compile I commented + out the use of __os_sleep() in api.c +