Eric Pouech
Job: what ever I feel up to
Email: <eric.pouech@NO_SPAM_orange_DOT_fr_AT_ALL>
TODO list
- fix all what's broken at home (on-going)
- take care of the family (on-going)
- eventually, find some time for hacking Wine
- debugger:
implement minidump (read/write)
make winedbg run under windows
stabilize the dwarf2 support (including Call Frame unwinding)
make windbg/MSVC studio/msvcmon... run under Wine
x86_64 support - 64bit debugger with x86_64 backend doesn't support Wow64 processes (we need 32bit debugger)
minidump -> make it really usable (ie scheme to get access to user's Wine config)
- proper C++ support
- winhelp:
make use of richedit DLL for rendering (as help format in close to RTF, that would be pretty much simple)
- architecture: work on various separations aspects
ServerCalls (serial) DllSeparation: there's still some room for improvement (LDT handling, NtVdmControl for real mode gates)
ServerCalls (mainly debugging and process/thread interfaces remain to be fixed)
- kernel:
overlapped I/O on named pipes (Rob beat me to it)
activation contexts (with the great help of Jacek)
overlapped I/O: there's a lot of buggy situations to be sorted out (Alexandre did it) - x86_64 and Wow64 support
- fix all issues related to bare Unix console handles
- multimedia:
merge all wine audio/midi... drivers into a single one (see FlattenDllDirectories)
- valgrind:
make Wine run under Valgrind
let the fixes to Valgrind (see Wine and Valgrind) be incorporated in Valgrind main's tree - Valgrind on x86_64 still requires some work to support Wine
- richedit:
add the picture support (bitmap, metafiles...) - keep on fixing some bugs (on-going)
- debugger:
