aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 571765c..da0d088 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,6 @@ searching and sorting (12 p343)
pattern matching (13 p355)
the basic program–system interface (14 p379)
input/output overview (15 p429)
-debugging support (16 p435)
input/output on streams (17 p439)
It should be possible to configure malloc, calloc, and
@@ -22,3 +21,8 @@ for single-threaded allocations; they do not need to
realloc strings returned by functions with
__attribute__((malloc)), to append a string or character.
+
+LOW PRIORITY:
+ debugging support (16 p435)
+ _GNU_SOURCE, system-dependant
+