Changeset 8704 for trunk/changelog
- Timestamp:
- Jun 18, 2002, 11:34:01 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r8701 r8704 1 /* $Id: changelog,v 1.2172 2002-06-17 14:05:28 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2173 2002-06-18 21:34:01 bird Exp $ */ 2 3 2002-06-18: knut st. osmundsen <bird@anduin.net> 4 - Win32k: o Fixed compiler warning which caused the M$ compiler 5 to choke on some systems. 2 6 3 7 2002-06-17: Sander van Leeuwen <sandervl@innotek.de> … … 20 24 o LoadLibraryExA: expand library filename; might contain 21 25 environment variables 22 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ; 26 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ; 23 27 registry.dll doesn't like this type for some reason 24 28 - USER32: o Do proper filtering for PeekMessage … … 30 34 2002-06-13: Sander van Leeuwen <sandervl@innotek.de> 31 35 - USER32: o SetCustomWndHandleSemName added to override shared semaphore 32 name used to synchronize global window handle array access 36 name used to synchronize global window handle array access 33 37 (to avoid name clash with Odin) 34 38 - KERNEL32: o SetCustomMMapSemName added to override shared semaphore 35 name used to synchronize global memory map list access 39 name used to synchronize global memory map list access 36 40 (to avoid name clash with Odin) 37 41 … … 40 44 41 45 2002-06-12: Sander van Leeuwen <sandervl@innotek.de> 42 - KERNEL32: o If bytes present in COM device buffer, read them directly; 46 - KERNEL32: o If bytes present in COM device buffer, read them directly; 43 47 even for overlapped IO calls. 44 48 … … 51 55 o Some Wine updates 52 56 - KERNEL32: o Overlapped IO bugfixes 53 o Thread TEB linking bugfix 57 o Thread TEB linking bugfix 54 58 o Setup TEB structure before creating thread. Otherwise it's 55 59 created too late and thread functions called by the app
Note:
See TracChangeset
for help on using the changeset viewer.