summaryrefslogtreecommitdiff
path: root/libc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'libc/TODO')
-rw-r--r--libc/TODO9
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/TODO b/libc/TODO
index 83e1a4e..f6baaa0 100644
--- a/libc/TODO
+++ b/libc/TODO
@@ -17,21 +17,14 @@ hsearch &co -
tsearch &co -
locale processing - multi national, unicode (string stuff has a couple
of stubs)
-login - getpass and friends - Some, rest soon.
rpc -
-syslog &co - make stubs to splatter to console.
time calcs - mktime gmtime localtime etc, Nat
timezone - Probably V simplistic, List of UTC's
offsets & STDvDST
i386 support - For both GCC and BCC-386.
-Stdio - Joel is on this. (stdio1) (RDB stdio2)
-getgrent &co - Nat -Done
-getpwent &co - Nat -Done
-utmp/wtmp - Nat -Done
-setjmp - Done, Rob
shadow password - Do we need ? Do we want :-) [No! Ick! ;) -Nat]
-termcap - and curses; what does ncurses need ? (150kb!!)
+curses - What does ncurses need ? (150kb!!)
crypt - TEA version, first cut.
signal stuff - Got a basic 'signal' appears to work correctly.
getenv/setenv - Done