Changeset 5922 for trunk/changelog
- Timestamp:
- Jun 7, 2001, 2:40:30 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5917 r5922 1 /* $Id: changelog,v 1.1484 2001-06-06 17:13:14 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1485 2001-06-07 00:40:30 bird Exp $ */ 2 3 2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 4 - FastDep: o Performance enh. Don't scan files more than 1 month older 5 than existing .depend file. 6 o Optimized AVL tree sligtly by not performing two strcmp 7 on the same keys (but resuing the result from the first). 8 o Improoved dependencies genereated for OS/2 resource files. 9 (TODO: Fix possible bad precompiler checks for C/C++ and RC.) 10 o Code is now in sync with OS2Tools. 2 11 3 12 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl> … … 12 21 (fixes endless repainting loop in WinRAR 2.80) 13 22 - KERNEL32: o Optimized ordinal lookup even more. 14 (6900 ordinal lookups takes (on average) 31 ms now instead 23 (6900 ordinal lookups takes (on average) 31 ms now instead 15 24 of 78) 16 25 … … 51 60 DosOpen returned 110 (ERROR_OPEN_FAILED) in this case. 52 61 Verified with Windows 2000 SP2 53 (makes Acrobat Distiller 5.0 startup and work!) 62 (makes Acrobat Distiller 5.0 startup and work!) 54 63 55 64 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.