Changeset 8776 for trunk/changelog
- Timestamp:
- Jun 26, 2002, 9:17:33 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r8767 r8776 1 /* $Id: changelog,v 1.2187 2002-06-25 18:09:52 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2188 2002-06-26 07:17:33 sandervl Exp $ */ 2 3 2002-06-26: knut st. osmundsen <bird@anduin.net> 4 - KERNEL32\testcase: 5 o Added testcase for Test of SetConsoleCtrlHandler() and 6 GenerateConsoleCtrlEvent(). 7 Note. The last part of it is known to fail since the 8 functions aren't 100% implemented yet. 9 o Added mini testcase for MultiByteToWideChar(). 10 o Use the testsuite tools for unit testcases too. 11 - KERNEL32: o Partial implementation of Console Ctrl Handlers. 12 (Ctrl-Break and Ctrl-C) 13 o GetFileType on std files doesn't always return TYPE_CHAR. 14 Ask what kind of filehandle we have. 15 (Solves 'press key' problem with "wcc386.exe > file".) 16 o Enable writing to STDERR. (This might have brought into 17 light a redirection problem.) 2 18 3 19 2002-06-25: Sander van Leeuwen <sandervl@innotek.de>
Note:
See TracChangeset
for help on using the changeset viewer.