* Improved TODO list.
This commit is contained in:
parent
60a869d1a1
commit
f3e7ed8f87
24
TODO
24
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.
|
* Detect crashes in the program's stdout/stderr (eg. mplayer) instead of
|
||||||
* improve our basic support for [f]open/[f]read, etc. (fscanf, fgets, also
|
just checking the return value
|
||||||
see what sed is using)
|
|
||||||
|
|
||||||
* socket support
|
* Parallelise operations (for clock-constrained programs unable to work
|
||||||
* marker support (eg. \r\n\r\n in HTTP responses)
|
at fullest speed)
|
||||||
|
|
||||||
|
* Socket support (networking)
|
||||||
|
|
||||||
|
* Marker support (eg. \r\n\r\n in HTTP responses)
|
||||||
|
|
||||||
* ASCII support, UTF-8 support
|
* ASCII support, UTF-8 support
|
||||||
|
|
||||||
* Huge todo: be format-aware
|
|
||||||
- recompute checksums
|
|
||||||
- divert zlib functions, too
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user