From 0c0e514def25478a1a7629d61baf79dcb1ad9d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 28 Sep 2005 18:39:25 +0000 Subject: [PATCH] Update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 0835ed95..d42fd6f8 100644 --- a/TODO +++ b/TODO @@ -43,6 +43,10 @@ Before 1.0.1: Before 1.2: +* The handling of the global variable in signal-handler.[ch] needs to be + atomic - right now it isn't. The issue is what happens if a handled signal + arrives while we are manipulating the list? + * Figure out how to make sfile.[ch] use less memory. - In general clean sfile.[ch] up a little: - split out dfa in its own generic class