Changeset 1501 for zzuf/trunk/TODO


Ignore:
Timestamp:
Dec 18, 2006, 1:58:47 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Improved TODO list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/TODO

    r1491 r1501  
    11
    2   * detect crashes in the program's stdout/stderr (eg. mplayer)
     2  * Missing functions:
     3    + stdio:
     4      - fscanf
     5      - fgetws, fgetwc, ungetwc
     6    + zlib functions (eg. libpng)
     7    + divert crc checks or recompute checksums (yeah)
    38
    4   * Parallelise operations.
    5   * improve our basic support for [f]open/[f]read, etc. (fscanf, fgets, also
    6     see what sed is using)
     9  * Detect crashes in the program's stdout/stderr (eg. mplayer) instead of
     10    just checking the return value
    711
    8   * socket support
    9   * marker support (eg. \r\n\r\n in HTTP responses)
     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)
    1018
    1119  * ASCII support, UTF-8 support
    1220
    13   * Huge todo: be format-aware
    14     - recompute checksums
    15     - divert zlib functions, too
    16 
Note: See TracChangeset for help on using the changeset viewer.