Changeset 7729 for trunk/changelog


Ignore:
Timestamp:
Jan 6, 2002, 5:49:22 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r7723 r7729  
    1 /* $Id: changelog,v 1.1937 2002-01-04 14:10:38 sandervl Exp $ */
     1/* $Id: changelog,v 1.1938 2002-01-06 16:49:22 sandervl Exp $ */
     2
     3 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - KERNEL32: o Changed HeapAlloc/HeapReAlloc:
     5                  - round up size to next 8 bytes boundary
     6                  - when reallocating memory block, don't use different
     7                    memory block unless new size is larger than old size
     8                    (rounded up to next 8 bytes boundary)
     9                  (Verified this behaviour in NT4 (Global/Heap(Re)Alloc);
     10                   fixes crashes in Opera 5.12 which relies on this 'feature')
    211
    312 2001-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.