source: zzuf/trunk/TODO @ 2703

Last change on this file since 2703 was 2520, checked in by Sam Hocevar, 15 years ago
  • Ideas for a zzufrc file.
File size: 661 bytes
Line 
1
2  * Missing functions:
3    + stdio:
4      - fscanf
5      - fgetws, fgetwc, ungetwc
6      - pipe
7    + zlib functions (eg. libpng)
8    + divert crc checks or recompute checksums (yeah)
9
10  * Detect crashes in the program's stdout/stderr (eg. mplayer) instead of
11    just checking the return value
12
13  * Marker support (eg. \r\n\r\n in HTTP responses)
14
15  * ASCII support (more or less done), UTF-8 support
16
17  * Finish the Win32 port:
18    + pipe inheritance
19    + signal handling
20    + exported functions
21    + memory limits
22
23  * /etc/zzufrc and ~/.zzufrc files
24    + global settings, overridden by the command line
25    + ship rules such as -E '^/usr/' by default
26
Note: See TracBrowser for help on using the repository browser.