Changeset 2179 for trunk/changelog


Ignore:
Timestamp:
Dec 21, 1999, 1:30:50 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2175 r2179  
    1  /* $Id: changelog,v 1.566 1999-12-21 01:39:26 hugh Exp $ */
     1 /* $Id: changelog,v 1.567 1999-12-21 12:30:50 sandervl Exp $ */
    22
    33 99-12-21: Markus Montkowski <mmontkowski@gmx.de>
     
    77                  between the highcolormodes
    88                 Do Colorfills for the above modes.
    9                  Removed inhertiance rom IBASE in DDRectangle
     9                 Removed inhertiance from IBASE in DDRectangle
    1010
    1111 99-12-21: Sander van Leeuwen <sandervl@xs4all.nl>
    1212        - ADVAPI32: Fixed some bugs in service.cpp; implemented some service apis
    1313        - INCLUDE\WIN: Added winsvc.h; removed service definitions from winbase.h & winreg.h
     14        - NTDLL/CRTDLL: Moved all CRT functions into CRTDLL
     15                        CRTDLL should contain all shared RTL functions (in addition
     16                        to those present in the win32 version); this is more
     17                        consistent than putting half the rtl functions in NTDLL
     18                        and the rest in CRTDLL.
     19        - MSVCRT: Removed all forwarders from def file. Link with CRTDLL instead.
     20                  NOTE: Non-existant forwarders don't generate errors when loading
     21                        this dll!!!
     22                        Linking with a lib makes sure the import really exists.
     23        - KERNEL32: Moved memmove to NTDLL (forwarded to CRTDLL)
     24        - ODINCRT: Added wrappers for file io functions (to prevent FS corruption)
    1425
    1526 99-12-20: Rene Pronk <R.Pronk@twi.tudelft.nl>
Note: See TracChangeset for help on using the changeset viewer.