- Timestamp:
- 11/22/09 19:47:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/devel/TODO
r153 r157 15 15 descriptor information. Maybe by MTIME as well. 16 16 17 - Testing, testing, and more testing. reglookup needs to be tested on18 NT/XP/2k3/Vista. A regression test suite would be nice too. Some19 thoughts on this include a script which randomly fuzzes an existing20 registry file, and tries to detect crashes of reglookup when parsing21 it. Another test script might randomly truncate an existing registry22 file, which will help improve reglookup's parsing on fragmentary23 files.17 - Testing, testing, and more testing. reglookup needs to be more 18 heavily tested on all recent Windows platforms. A regression test 19 suite would be nice too. Some thoughts on this include a script 20 which randomly fuzzes an existing registry file, and tries to detect 21 crashes of reglookup when parsing it. Another test script might 22 randomly truncate an existing registry file, which will help improve 23 reglookup's parsing on fragmentary files. 24 24 25 25 - Build system. I do not wish to use automake/autoconf in this … … 50 50 to integrate parts that are being kept into regfi or other modules. 51 51 52 - Need to figure out a reasonably correct way to convert UTF-16LE charaters 53 to ASCII under Windows/MingW or other platforms that don't have proper 54 libiconv support yet. Then a build-time option or autodetection can 55 dictate which version of conversion function is used. 52 - Consider switching from libiconv to Joachim Metz's libuna for 53 increased portability and easier builds. 56 54 57 55 - Grep through the source for 'XXX', and you'll find more.
Note: See TracChangeset
for help on using the changeset viewer.