Changeset 658 for trunk/changelog


Ignore:
Timestamp:
Aug 24, 1999, 2:25:19 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r656 r658  
    1  /* $Id: changelog,v 1.129 1999-08-24 11:45:27 phaller Exp $ */
     1 /* $Id: changelog,v 1.130 1999-08-24 12:25:19 sandervl Exp $ */
    22
    33 99-08-24: Patrick Haller <phaller@gmx.net>
     
    77        - USER32\NEW: One mutex per type of generic object + mutex protection
    88                      of linked list access in win32 classes
     9        - KERNEL32: Implemented VirtualQuery (not yet tested)
     10                    VirtualQueryEx calls VirtualQuery, VirtualProtectEx calls
     11                    VirtualProtect
     12          NOTE: VirtualQueryEx & VirtualProtectEx can't handle addresses of other
     13                processes
     14        - KERNEL32: Added memory mapped file class (not hooked up to apis or
     15                    exception handler yet; just committing my preliminary code)
    916
    1017 99-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.