source: zzuf/trunk/TODO @ 1854

Last change on this file since 1854 was 1703, checked in by Sam Hocevar, 16 years ago
  • Updated TODO list.
File size: 532 bytes
RevLine 
[1491]1
[1501]2  * Missing functions:
3    + stdio:
4      - fscanf
5      - fgetws, fgetwc, ungetwc
[1674]6      - pipe, dup, dup2
[1501]7    + zlib functions (eg. libpng)
8    + divert crc checks or recompute checksums (yeah)
[1491]9
[1501]10  * Detect crashes in the program's stdout/stderr (eg. mplayer) instead of
11    just checking the return value
[1486]12
[1501]13  * Marker support (eg. \r\n\r\n in HTTP responses)
14
[1674]15  * ASCII support (more or less done), UTF-8 support
[1491]16
[1703]17  * Finish the Win32 port:
18    + pipe inheritance
19    + signal handling
20    + exported functions
21    + memory limits
Note: See TracBrowser for help on using the repository browser.