dsound/tests: Mark some capture status as broken.
[wine] / programs / reg / reg.c
2012-06-21  Francois Gougetreg: Use the CSTR_XXX macros instead of numeric literals.
2011-08-24  Francois Gougetprograms: Document the reason for the WriteConsole...
2011-01-04  Andrew Nguyenreg: Accept full names of the standard registry hives.
2010-02-03  Dan Kegelreg.exe: Handle setting DWORD registry values.
2009-12-07  Marcus Meissnerreg: Fixed 2 functionality bugs in REG DELETE (Coverity).
2009-10-20  Marcus Meissnerreg: Remove wrong and useless check (Coverity).
2009-07-01  Andrew Nguyenreg: Support the /h flag as a synonymous help flag.
2009-07-01  Andrew Nguyenreg: Correct the sense of return values for registry...
2009-06-30  Andrew Nguyenreg: Fix behavior when specifying the help flag.
2009-06-30  Andrew Nguyenreg: Report an error when an unknown operation is speci...
2009-02-09  Nikolay Sivovreg: Don't close not open reg key (Coverity).
2009-01-28  Aric Stewartreg.exe: Implement DELETE.
2009-01-28  Aric Stewartreg.exe: Implement ADD for REG_SZ.
2009-01-03  Alexandre Julliardreg.exe: Fix broken usage of va_list.
2008-11-21  Francois Gougetreg: Avoid wvsprintfW() so we can avoid loading user32...
2008-11-17  Andrew Riedireg: const WCHAR -> static const WCHAR.
2008-09-04  Alexandre Julliardreg.exe: Get rid of remaining uses of Unicode macros.
2008-03-19  Andrew Riedireg: Add stub 'reg' program.