summaryrefslogtreecommitdiff
path: root/libc/stdio1/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio1/TODO')
-rw-r--r--libc/stdio1/TODO33
1 files changed, 0 insertions, 33 deletions
diff --git a/libc/stdio1/TODO b/libc/stdio1/TODO
deleted file mode 100644
index 481f6d9..0000000
--- a/libc/stdio1/TODO
+++ /dev/null
@@ -1,33 +0,0 @@
-Sun Jan 21 18:16:03 EST 1996 -- Nat Friedman
-============================================
-I've made a load of changes to this code, but there's still a lot to be done.
-- scanf, fscanf
-
-
-
-
-input, file positioning, eof, declarations of functions, printf
-
-look for unsigned char references
-
-specifically
-fix printf and figure out what's going on in there.
-write idealgetline, scanf, other stuff
-then deal with above stuff...
-
-
-LATEST LIST:
-printf, fprintf
-scanf, fscanf
-feof
-seek support
-error handling (not too hard since system calls only in a few places)
-atexit stuff (close files; will need to add a linked list of files)
-setvbuf if desired
-check that fopen() and stdio_init() fill in ALL the fields
-testing!
-
-rm NOTICE
-
-
-