source: zzuf/trunk/TODO @ 1507

Last change on this file since 1507 was 1501, checked in by Sam Hocevar, 16 years ago
  • Improved TODO list.
File size: 501 bytes
Line 
1
2  * Missing functions:
3    + stdio:
4      - fscanf
5      - fgetws, fgetwc, ungetwc
6    + zlib functions (eg. libpng)
7    + divert crc checks or recompute checksums (yeah)
8
9  * Detect crashes in the program's stdout/stderr (eg. mplayer) instead of
10    just checking the return value
11
12  * Parallelise operations (for clock-constrained programs unable to work
13    at fullest speed)
14
15  * Socket support (networking)
16
17  * Marker support (eg. \r\n\r\n in HTTP responses)
18
19  * ASCII support, UTF-8 support
20
Note: See TracBrowser for help on using the repository browser.