Changeset 10399 for trunk/changelog
- Timestamp:
- Jan 15, 2004, 11:42:25 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r10388 r10399 1 /* $Id: changelog,v 1.2660 2004-01-14 11:05:39 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2661 2004-01-15 10:42:25 sandervl Exp $ */ 2 3 2004-01-15: knut st. osmundsen <bird-changelog@innotek > 4 - DBGWRAP: o Added optional display of caller address. 5 (Remove NO_CALLER #define) 6 - PE2LX: o Process imports in Ring-3. 7 - KERNEL32: o Rewrote pe2lx classes to match pe2lx import changes. 8 o Made pe2lx classes use the generic export lookup. 9 o Rewrote the generic PE export lookup in the base class 10 to use a binary search and support pe2lx images with 11 differnet RVA calculation. 12 o Fixed a couple of COMMIT_ALL issues where pages were touched 13 by winimagepeldr code before they were preloaded. 14 - USER32: o Removed duplicate (and dangerous) checks on framewindows 15 in a couple of enumerations (OSLibWinQueryClientWindow). 16 - MAKE: o Warn about uninitialized variables for C++ code. 17 (Looks like it give a lot of false warnings on C code, so 18 let's skip it there.) 2 19 3 20 2004-01-14: KO Myung-Hun <komh@chollian >
Note:
See TracChangeset
for help on using the changeset viewer.