Changeset 8876 for trunk/changelog


Ignore:
Timestamp:
Jul 15, 2002, 4:26:46 PM (23 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r8869 r8876  
    1 /* $Id: changelog,v 1.2220 2002-07-15 09:59:39 sandervl Exp $ */
     1/* $Id: changelog,v 1.2221 2002-07-15 14:26:46 sandervl Exp $ */
    22
    33 2002-07-15: Sander van Leeuwen <sandervl@innotek.de>
     
    99    - USER32:   o Updates for new handle management
    1010                o System pens & brushes can't be deleted by applications
    11     - KERNEL32: o Suspend all threads (except current one) in ExitProcess,
    12                   unload all dlls and then kill all threads (except current one)
    13                   (prevents rogue threads from accessing memory of dlls that
    14                    have just been unloaded)
    15                   (disabled for now; not a perfect solution)
     11    - KERNEL32: o Rewrote algorithm for 64kb alignment in VirtualAlloc'ed memory
     12                o Allocate fake PE headers in high memory
     13                o Allocate win32 & code heap memory in 64kb chunks
     14                o Allocate PE image memory at 64kb boundary
    1615
    1716 2002-07-13: Sander van Leeuwen <sandervl@innotek.de>
Note: See TracChangeset for help on using the changeset viewer.