Changeset 1919


Ignore:
Timestamp:
Dec 1, 1999, 11:53:40 AM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/changelog

    r1908 r1919  
    1  /* $Id: changelog,v 1.491 1999-12-01 01:13:57 phaller Exp $ */
     1 /* $Id: changelog,v 1.492 1999-12-01 10:53:40 sandervl Exp $ */
     2
     3 99-12-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
     4        - KERNEL32: Removed check in CreateFileMapping (hFile == -1 && (protect & SEC_COMMIT))
     5        - USER32: Added check for valid parent if window is child in ::SetWindowPos
     6        - SHELL32: SHGetFileInfoA: set pidlLast to NULL)
     7
     8 99-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
     9        - ODINCRT: Wrappers for allocation/free functions to prevent them
     10                   from trashing FS. (happens when called from a thread (
     11                   that is not the main thread))
     12        - KERNEL32: Increase max nr of open files when DosOpen fails with ERROR_TOO_MANY_OPEN_FILES
     13                    (OSLibDosOpen)
     14        - ADVAPI32: Fix for RegQueryInfoKeyW (return size = 0)
    215
    316 99-11-30: Patrick Haller <phaller@gmx.net>
     
    720
    821 99-11-30: Sander van Leeuwen <sandervl@xs4all.nl>
    9         - ODINCRT: Wrappers for allocation/free functions to prevent them
    10                    from trashing FS. (happens when called from a thread (
    11                    that is not the main thread))
    12 
    13  99-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
    1422        - KERNEL32: Ported Wine process apis (not done) (kernel32\process.cpp)
    1523                    Unitialized data section bugfix.
     
    1725        - ADVAPI32: Call security apis in ntdll (security.cpp; Wine 991031)
    1826
    19  99-11-29: Jens Wiessner <wiessnej@rfi.de>
     27 99-11-30: Jens Wiessner <wiessnej@rfi.de>
    2028        - CRTDLL: Completed GetMainArgs
    2129                  Implemented several functions.
     
    2331                  Now builds msvcrt, msvcrt20 & msvcrt40 dlls.
    2432
    25  99-11-29: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
     33 99-11-30: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
    2634        - KERNEL32: Another VirtualProtect bugfix
    2735
     
    2937        - USER32: eliminate superfluous background erases (part 1)
    3038
    31  99-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
     39 99-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
    3240        - KERNEL32: Added EnumResourceTypesA/W (not tested)
    3341        - USER32: Get/SetActiveWindow bugfixes (don't return OS/2 wnd handles)
Note: See TracChangeset for help on using the changeset viewer.