Changeset 1501 for zzuf/trunk/TODO
- Timestamp:
- Dec 18, 2006, 1:58:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/TODO
r1491 r1501 1 1 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) 3 8 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 7 11 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) 10 18 11 19 * ASCII support, UTF-8 support 12 20 13 * Huge todo: be format-aware14 - recompute checksums15 - divert zlib functions, too16
Note: See TracChangeset
for help on using the changeset viewer.