From a1208dae33390922d2cd80f55502d68d77126695 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 18 Sep 2005 22:27:57 +0000 Subject: [PATCH] Updated. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 892c3ca3..843340df 100644 --- a/TODO +++ b/TODO @@ -46,6 +46,7 @@ Some might be dupes, some might be done already. - Look for calloc() calls that aren't going through the allocation hooks. - maybe other stuff. - Is -Wall enabled? +- Make mutexes recursive, so callbacks can call into the API. // end of TODO ...