aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-31 20:56:56 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-31 20:56:56 +0200
commit6453a3de70f7f97d71ff8ae708358db0f1cfbbe1 (patch)
treec1c59ead12e386d40fdaf379dadfccf2f29d7d6e /TODO
parenttypo (diff)
downloadslibc-6453a3de70f7f97d71ff8ae708358db0f1cfbbe1.tar.gz
slibc-6453a3de70f7f97d71ff8ae708358db0f1cfbbe1.tar.bz2
slibc-6453a3de70f7f97d71ff8ae708358db0f1cfbbe1.tar.xz
update todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
index d8d4957..4a7fd7a 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,23 @@
functions to lock and unlock pages (3.4.3 p76)
character class determination for wide characters (4.3 p82)
+string/array comparison (5.5 p105)
+collation functions (5.6 p109)
+search functions (5.7 p114)
+finding tokens in a string (5.8 p119)
+strfry (5.9 p124)
+trivial encryption (5.10 p124)
+encdoe binary data (5.11 p125)
+argz and envz vectors (5.12 p127)
+characer-set handling (6 p133)
+locales and internationalisation (7 p181)
+mathematics (8 p243)
+arithmetic functions (9 p243)
+date and time (10 p277)
+message translation (11 p315)
+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)