summaryrefslogtreecommitdiff
path: root/libc/stdio1/TODO
blob: 481f6d9cc3fa76d214996d67bd06d225d69bc8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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