aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-10 20:00:14 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-10 20:00:14 +0200
commit95481c3a1a9ab25963579ab123e4ce8de1bfedfb (patch)
treebe1d0c9b36a17a97355b688e440fc3661da44563 /TODO
parentm (diff)
downloadslibc-95481c3a1a9ab25963579ab123e4ce8de1bfedfb.tar.gz
slibc-95481c3a1a9ab25963579ab123e4ce8de1bfedfb.tar.bz2
slibc-95481c3a1a9ab25963579ab123e4ce8de1bfedfb.tar.xz
m todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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
+