Changeset 6370 for trunk/changelog
- Timestamp:
- Jul 20, 2001, 5:31:23 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6360 r6370 1 /* $Id: changelog,v 1.1610 2001-07-19 19:52:07 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1611 2001-07-20 15:31:23 sandervl Exp $ */ 2 3 2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: o Moved wsnprintf to user32 5 - USER32: o Removed FatalAppExitA/W (already in kernel32) 6 - SHLWAPI: o Removed WINE_StringFromCLSID & StringFromGUID2 (not used) 7 o Removed several string function that were not used or exported 8 - NTDLL: o Replaced 64 bits math assembly functions (disassembled Wine C code 9 compiled with VAC 3.6.5) 10 - ODINCRT: o Export 64 bits math rtl functions 11 o Added 64 bits math rtl functions for VAC 3.0 (assembly; 12 borrowed from VAC 3.6.5) 13 NOTE: __divi64 might cause problems (in theory) since 14 it uses the FPU and doesn't save the FPU state 15 - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/ 16 RPCRT4/WSOCK32/VERSION: 17 o Rewrote initterm + debug logging to allow us to build 18 a single dll containing the code of many Odin dlls 19 - CUSTOMBUILD: 20 o Example of creating a custom dll with the Odin32 environment 21 that can be used for a ported win32 app. (not done yet) 2 22 3 23 2001-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.