Changeset 9477 for trunk/changelog
- Timestamp:
- Dec 6, 2002, 4:07:38 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r9468 r9477 1 /* $Id: changelog,v 1.2379 2002-12-05 09:37:01 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2380 2002-12-06 03:07:38 bird Exp $ */ 2 3 2002-12-05: Knut St. Osmundsen <bird@anduin > 4 - WIN32K: o Finially got around fixing the bug. 5 (Was d32init.c, pach <= 0x10000, where compiler did signed 6 comparision instead of unsigned. (pach is > 0xfff00000)) 7 o Recreate the symbol database. Had to remove some kernels 8 because of size problems. 2 9 3 10 2002-12-05: Sander van Leeuwen <sandervl@innotek > … … 40 47 - KERNEL32: o Make sure the stack is properly aligned 41 48 We're asking for problems if our stack start near a 64kb 42 boundary. Some OS/2 thunking procedures can choke on misaligned 49 boundary. Some OS/2 thunking procedures can choke on misaligned 43 50 stack addresses. (workaround; not a real fix) 44 51 … … 72 79 73 80 2002-11-13: Sander van Leeuwen <sandervl@innotek > 74 - SETUPAPI, RICHED32: 81 - SETUPAPI, RICHED32: 75 82 o Wine resync 76 83 77 84 2002-11-12: Sander van Leeuwen <sandervl@innotek > 78 85 - COMCTL32: o Wine resync (toolbar, propsheet, imagelist) 79 - OLE32, OLEAUT32: 86 - OLE32, OLEAUT32: 80 87 o Wine resync 81 88 … … 116 123 117 124 2002-10-11: Sander van Leeuwen <sandervl@innotek > 118 - USER32: o SetParent bugfix; don't clear window id if parent is set to 125 - USER32: o SetParent bugfix; don't clear window id if parent is set to 119 126 0. 120 127 … … 146 153 2002-10-01: Sander van Leeuwen <sandervl@innotek > 147 154 - KERNEL32: o Be careful with stack usage in exception handler during 148 XCPT_GUARD_PAGE_VIOLATION. 155 XCPT_GUARD_PAGE_VIOLATION. 149 156 150 157 2002-09-30: Sander van Leeuwen <sandervl@innotek > … … 158 165 2002-09-27: Sander van Leeuwen <sandervl@innotek > 159 166 - KERNEL32: o GetFileSize must fail for drives 160 o Disable physical disk & volume access by default; 167 o Disable physical disk & volume access by default; 161 168 call EnablePhysicalDiskAccess to enable it (custom build) 162 169 o FindFirst/NextVolumeA fixes for ignoring LVM volumes
Note:
See TracChangeset
for help on using the changeset viewer.