Changeset 8761 for trunk/changelog
- Timestamp:
- Jun 25, 2002, 12:26:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r8758 r8761 1 /* $Id: changelog,v 1.2184 2002-06-25 07:14:32 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2185 2002-06-25 10:26:07 sandervl Exp $ */ 2 3 2002-06-25: Sander van Leeuwen <sandervl@innotek.de> 4 - KERNEL32: o RegQueryValueExA(/W) fix for querying the length of string 5 key data; registry.dll returns the wrong value (too big; 6 appears size of internal storage) 2 7 3 8 2002-06-25: knut st. osmundsen <bird@anduin.net> 4 - UNICODE: 5 o Fancy 16 step fallthru case isn't cool if the src length 6 is bad. 7 - SHELL32: 8 o Bad linked list walking. (accessed node after free) 9 - USER32: 10 o Allocate space the two missing RGB2 entries. 11 o Use "%.*s" and "%.*ls" when we have a string with a length. 12 (Crashing in logging is awfull. Creates zombies!) 13 - ODINCRT: 14 o Reserve low 32MB of address space before initializing 15 the CRT IF we compile with the debug heap (kLib). 9 - UNICODE: o Fancy 16 step fallthru case isn't cool if the src length 10 is bad. 11 - SHELL32: o Bad linked list walking. (accessed node after free) 12 - USER32: o Allocate space the two missing RGB2 entries. 13 o Use "%.*s" and "%.*ls" when we have a string with a length. 14 (Crashing in logging is awfull. Creates zombies!) 15 - ODINCRT: o Reserve low 32MB of address space before initializing 16 the CRT IF we compile with the debug heap (kLib). 16 17 17 18 2002-06-24: knut st. osmundsen <bird@anduin.net>
Note:
See TracChangeset
for help on using the changeset viewer.