From 3c8990eb366e2822de8ffbdb19134873f70ac80e Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Thu, 23 Dec 1999 15:18:56 +0000 Subject: [PATCH] clean up basic_functions --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 450d69bb795..3968751907e 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,9 @@ parenthesis means that person has taken on this project. global ------ + * let every module (source-file) have it's own module & function_entry + block. Right now the math functions are in math.c but the corresponding + function-entries are in basic_functions. * make sure that all ZTS globals get destructed. Most ts_allocate_id() calls should have a dtor entry. * activate all extensions by default that don't rely on external