Changeset 3479
Legend:
- Unmodified
- Added
- Removed
-
trunk/OS2.bugs
r3432 r3479 11 11 attributes and then access the memory with a 16 bit API (such as DosRead), 12 12 it will have the old (alloc time) attributes 13 14 - If you allocate memory without PAG_EXECUTE and use DosSetMem to commit and 15 set that flag, then DosQueryMem does not return that flag. 16 If you allocate it with PAG_EXECUTE set, then DosQueryMem does what it's supposed to. 13 17 14 18 FP13: -
trunk/changelog
r3478 r3479 1 /* $Id: changelog,v 1.922 2000-05-02 14:42:18 bird Exp $ */ 1 /* $Id: changelog,v 1.923 2000-05-02 20:48:55 sandervl Exp $ */ 2 3 2000-05-02: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE 5 should be >= 2, not > 2) 6 VirtualFree: Check for ERROR_ALIAS return value 7 8 Ported and changed/fixed XFolder stack dump code (symbol file only) 9 When a win32 app crashes, a dump of the stack is written 10 in odin32_0.log. 11 - USER32: Merged some Wine dialog changes (setting focus + font size) 12 Extra logging for some apis 13 Added support for RDW_FRAME flag to GetDCEx 14 - INCLUDE\makefiles: Added rule for converting map to symfile 15 A symbol file is now created for each exe/dll 16 - INCLUDE\ODINWRAP: Turned off profiling by default. 17 Our log is big enough as it is without even 18 more logging. 2 19 3 20 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
Note:
See TracChangeset
for help on using the changeset viewer.
