aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-01 16:46:23 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-01 16:46:23 +0200
commitb96990a951775e4d1a0de7d8acd2ba62dcaab1e7 (patch)
tree682c5c8ee3631f7676e0bbc02d4ae468c05cb3ea /TODO
parentadd strtok functions (diff)
downloadslibc-b96990a951775e4d1a0de7d8acd2ba62dcaab1e7.tar.gz
slibc-b96990a951775e4d1a0de7d8acd2ba62dcaab1e7.tar.bz2
slibc-b96990a951775e4d1a0de7d8acd2ba62dcaab1e7.tar.xz
add basename and dirname
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7aa53e2..df35127 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
functions to lock and unlock pages (3.4.3 p76)
character class determination for wide characters (4.3 p82)
collation functions (5.6 p109)
-finding tokens in a string (5.8 p119)
strfry (5.9 p124)
trivial encryption (5.10 p124)
encdoe binary data (5.11 p125)
@@ -19,3 +18,6 @@ input/output overview (15 p429)
debugging support (16 p435)
input/output on streams (17 p439)
+add strstarts, strends, wcsstarts, wcsends as
+ faster specialised alternatives to strstr.
+