diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-10 20:00:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-10 20:00:14 +0200 |
commit | 95481c3a1a9ab25963579ab123e4ce8de1bfedfb (patch) | |
tree | be1d0c9b36a17a97355b688e440fc3661da44563 /TODO | |
parent | m (diff) | |
download | slibc-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 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 + |