Changeset 8761 for trunk/changelog


Ignore:
Timestamp:
Jun 25, 2002, 12:26:07 PM (23 years ago)
Author:
sandervl
Message:

* empty log message *

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)
    27
    38 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).
    1617
    1718 2002-06-24: knut st. osmundsen <bird@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.