From f3e7ed8f87b8c4d3fbe356cd39cc68d5dd84dca3 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 18 Dec 2006 12:58:47 +0000 Subject: [PATCH] * Improved TODO list. --- TODO | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index cb26cb0..7654efc 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,20 @@ - * detect crashes in the program's stdout/stderr (eg. mplayer) + * Missing functions: + + stdio: + - fscanf + - fgetws, fgetwc, ungetwc + + zlib functions (eg. libpng) + + divert crc checks or recompute checksums (yeah) - * Parallelise operations. - * improve our basic support for [f]open/[f]read, etc. (fscanf, fgets, also - see what sed is using) + * Detect crashes in the program's stdout/stderr (eg. mplayer) instead of + just checking the return value - * socket support - * marker support (eg. \r\n\r\n in HTTP responses) + * Parallelise operations (for clock-constrained programs unable to work + at fullest speed) + + * Socket support (networking) + + * Marker support (eg. \r\n\r\n in HTTP responses) * ASCII support, UTF-8 support - * Huge todo: be format-aware - - recompute checksums - - divert zlib functions, too -