Changeset 7493 for trunk/changelog
- Timestamp:
- Nov 29, 2001, 7:47:52 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r7488 r7493 1 /* $Id: changelog,v 1.1865 2001-11-29 13:38:24 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1866 2001-11-29 18:47:52 phaller Exp $ */ 2 3 2001-11-29: Patrick Haller <patrick.haller@innotek.de> 4 - KERNEL32: o Split dosdevice.cpp from stubs.cpp 5 (DefineDosDevice, QueryDosDevice) 6 o Fixed CDROM ioctls and disk access 7 (previous fix failed or cause possible regression) 8 - OLEAUT32: o olepicture.c: fixed null pointer exception 9 cause: our TRACE, FIXME, etc. debugtools macros all 10 go out of scope of a braceless if-statement before! 11 Therefore, we're getting false (error) messages or 12 even crashes. (to be fixed) 2 13 3 14 2001-11-29: Sander van Leeuwen <sandervl@xs4all.nl> … … 5 16 (don't exclude report margin) 6 17 - KERNEL32: o Fixed disk access (yesterday's changes broke it) 7 8 2001-11-29: Patrick Haller <patrick.haller@innotek.de>9 - KERNEL32: o Split dosdevice.cpp from stubs.cpp10 (DefineDosDevice, QueryDosDevice)11 - OLEAUT32: o olepicture.c: fixed null pointer exception12 18 13 19 2001-11-28: Patrick Haller <patrick.haller@innotek.de>
Note:
See TracChangeset
for help on using the changeset viewer.