Changeset 3738 for trunk/changelog


Ignore:
Timestamp:
Jun 21, 2000, 8:41:03 PM (25 years ago)
Author:
phaller
Message:

Fix: CRTDLLclose()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3735 r3738  
    1  /* $Id: changelog,v 1.1000 2000-06-21 17:34:10 phaller Exp $ */
     1 /* $Id: changelog,v 1.1001 2000-06-21 18:41:03 phaller Exp $ */
    22
    33 2000-06-21: Patrick Haller <phaller@gmx.net>
    44    - MSVCRT:      - Added stub for __CxxLongjmpUnwind (NETSCAPE 4.7)
     5    - CRTDLL:      - CRTDLL is in some serious troble:
     6                     1. CRTDLL__close() -> _close()
     7                        CRTDLL__openU() -> CreateFileA()
     8                        this combination is incompatible !
     9                     2. calls like _close() go into the OS/2 kernel somewhere
     10                        without proper FS: protection -> CRASH.
     11                     CRTDLL__close() is fixed (CloseHandle()) now.
    512
    613 2000-06-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
Note: See TracChangeset for help on using the changeset viewer.