From 1ea9c18ee570d82a8f783fb0466cc8adc1f46606 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 15 Dec 2006 18:49:33 +0000 Subject: [PATCH] * More TODO. --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index dd78a07..cb26cb0 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,15 @@ + + * detect crashes in the program's stdout/stderr (eg. mplayer) + * Parallelise operations. - * Only very basic support for [f]open/[f]read, etc. see fscanf, fgets... + * improve our basic support for [f]open/[f]read, etc. (fscanf, fgets, also + see what sed is using) * socket support * 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