From 9ca29a5540e4fc4f5aaea2c2330b5073c7fbb96e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 31 Aug 2015 02:42:17 +0200 Subject: update todo: character class determination MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- TODO | 1 + include/ctype.h | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/TODO b/TODO index 40dcef7..d8d4957 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,3 @@ functions to lock and unlock pages (3.4.3 p76) +character class determination for wide characters (4.3 p82) diff --git a/include/ctype.h b/include/ctype.h index a76f384..9d4addc 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -265,5 +265,9 @@ int _toupper(int) +/* TODO _l variants */ + + + #endif -- cgit v1.2.3-70-g09d2