Custom Query (518 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 518)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#168 fixed Review structure definitions and optimize field ordering - ongoing Steven Levine
Description

It's probably worthwhile to review our structure definitions and optimize the field ordering. Generally, ordering the fields from largest to smallest will result in the smallest possible structure. It may also be worthwhile to bit encode some of the flags fields. This too can save space. The result will be higher overall capacity at no cost to performance.

#169 fixed Implement and use CompareFDATEFTIME() Gregg Young Steven Levine
Description

We need an

INT result = CompareFTimes(FDATE fd1, FTIME ft1, FDATE fd2, FTIME ftime2);

to replace inline code (see rename.c)

This would return -1, 0 or 1.

#170 fixed WarpIN wpi builder can attempt to use wrong wic.exe John Small Steven Levine
Description

As luck would have it, there is more than one program named wic.exe. OpenWatcom has an interface builder application named wic.exe. Bld_fm2_wpi.cmd will attempt to use this wic.exe if it happens to find it.

A reasonable solution is to check that the directory which contains wic.exe also contains warpin.exe and wpirtl.dll.

This should catch all but the worst failure modes.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.