Custom Query (527 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 527)

Ticket Owner Reporter Resolution Summary
#187 John Small Steven Levine fixed Refactor fm3dll.h into separate .h files - ongoing
Description

Minor changes to fm3dll.h cause unneccessary build storms. The fix for this is to refactor the defintions for each .c to a specfic .h file. What is left in fm3dll.h will be truely global definitions.

The benefit will be more efficient developement because the working set for most modifications will be much smaller.

This can be an incremental process. As each .c is modified, the .h can be built.

#189 Steven Levine Steven Levine fixed Avoid closing os2.ini and os2sys.ini
Description

The inis.c logic typically does not open os2.ini or os2sys.ini. For this reason it should not be closing it either.

#192 Gregg Young Steven Levine fixed system.c::CheckApp_QuoteAddExe returns data on the stack
Description

This is not allowed for C. :-)

The code should be reworked to work like BldQuotedPathName.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.