Changeset 1919
- Timestamp:
- Dec 1, 1999, 11:53:40 AM (25 years ago)
- 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) 2 15 3 16 99-11-30: Patrick Haller <phaller@gmx.net> … … 7 20 8 21 99-11-30: Sander van Leeuwen <sandervl@xs4all.nl> 9 - ODINCRT: Wrappers for allocation/free functions to prevent them10 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>14 22 - KERNEL32: Ported Wine process apis (not done) (kernel32\process.cpp) 15 23 Unitialized data section bugfix. … … 17 25 - ADVAPI32: Call security apis in ntdll (security.cpp; Wine 991031) 18 26 19 99-11- 29: Jens Wiessner <wiessnej@rfi.de>27 99-11-30: Jens Wiessner <wiessnej@rfi.de> 20 28 - CRTDLL: Completed GetMainArgs 21 29 Implemented several functions. … … 23 31 Now builds msvcrt, msvcrt20 & msvcrt40 dlls. 24 32 25 99-11- 29: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>33 99-11-30: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru> 26 34 - KERNEL32: Another VirtualProtect bugfix 27 35 … … 29 37 - USER32: eliminate superfluous background erases (part 1) 30 38 31 99-11-2 8: Sander van Leeuwen <sandervl@xs4all.nl>39 99-11-29: Sander van Leeuwen <sandervl@xs4all.nl> 32 40 - KERNEL32: Added EnumResourceTypesA/W (not tested) 33 41 - USER32: Get/SetActiveWindow bugfixes (don't return OS/2 wnd handles)
Note:
See TracChangeset
for help on using the changeset viewer.