Changeset 1047


Ignore:
Timestamp:
Jul 7, 2008, 1:43:17 AM (17 years ago)
Author:
Gregg Young
Message:

Minor code cleanup

Location:
trunk/dll
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/grep2.c

    r1039 r1047  
    2020  06 Aug 07 GKY Reduce DosSleep times (ticket 148)
    2121  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    22   29 Feb 08 GKY Use xfree where appropriate
    2322
    2423  fixme for more excess locals to be gone
  • trunk/dll/literal.c

    r1039 r1047  
    1717  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1818  16 Nov 07 SHL Report fixup buffer overflow
    19   29 Feb 08 GKY Use xfree where appropriate
    2019  15 Mar 08 KOMH Fix wildcard for multiple dots
    2120
  • trunk/dll/notify.c

    r1039 r1047  
    1414  06 Aug 07 GKY Reduce DosSleep times (ticket 148)
    1515  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    16   29 Feb 08 GKY Use xfree where appropriate
    1716  16 Apr 08 SHL Comment and clean up logic
    1817
  • trunk/dll/pathutil.c

    r1039 r1047  
    1111  05 Jan 08 SHL Move from arccnrs.c and comp.c to here
    1212  06 Jan 08 GKY Add NormalizeCmdLine to check program strings on entry
    13   29 Feb 08 GKY Use xfree where appropriate
    1413  29 Feb 08 GKY Changes to enable user settable command line length
    1514
  • trunk/dll/presparm.c

    r1039 r1047  
    1313  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
    1414  10 Dec 07 GKY Updated CopyPresParams to copy all parameter types
    15   29 Feb 08 GKY Use xfree where appropriate
    1615
    1716***********************************************************************/
  • trunk/dll/saveclip.c

    r1039 r1047  
    2222  30 Dec 07 GKY Use CommaFmtULL
    2323  16 Feb 08 GKY Changed _fsopen flag so a new list file can be created
    24   29 Feb 08 GKY Use xfree where appropriate
    2524
    2625***********************************************************************/
  • trunk/dll/seticon.c

    r1039 r1047  
    1212  22 Mar 06 GKY Use QWL_USER
    1313  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    14   29 Feb 08 GKY Use xfree where appropriate
    1514
    1615***********************************************************************/
  • trunk/dll/shadow.c

    r1039 r1047  
    1313  06 Aug 07 SHL Use BldFullPathName
    1414  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    15   29 Feb 08 GKY Use xfree where appropriate
    1615
    1716***********************************************************************/
  • trunk/dll/subj.c

    r1039 r1047  
    1414  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1515  01 Sep 07 GKY Use xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry
    16   29 Feb 08 GKY Use xfree where appropriate
    1716
    1817***********************************************************************/
  • trunk/dll/systemf.c

    r1039 r1047  
    2020  06 Aug 07 GKY Reduce DosSleep times (ticket 148)
    2121  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    22   29 Feb 08 GKY Use xfree where appropriate
    2322  29 Feb 08 GKY Changes to enable user settable command line length
    2423  29 Feb 08 GKY Refactor global command line variables to notebook.h
  • trunk/dll/treecnr.c

    r1039 r1047  
    4646  15 Feb 08 SHL Sync with settings menu rework
    4747  15 Feb 08 SHL Avoid death if tree container 0 width
    48   29 Feb 08 GKY Use xfree where appropriate
    4948
    5049***********************************************************************/
  • trunk/dll/update.c

    r1039 r1047  
    1919  02 Aug 07 SHL Sync with CNRITEM mods
    2020  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    21   29 Feb 08 GKY Use xfree where appropriate
    2221
    2322***********************************************************************/
  • trunk/dll/viewer.c

    r1039 r1047  
    1616  26 Nov 07 GKY Allow open of readonly files in the editor with warning
    1717  26 Nov 07 GKY Add "Save as" menu option to editor
    18   29 Feb 08 GKY Use xfree where appropriate
    1918  29 Feb 08 GKY Refactor global command line variables to notebook.h
    2019
  • trunk/dll/viewinf.c

    r1039 r1047  
    1414  03 Nov 06 SHL Count thread usage
    1515  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    16   29 Feb 08 GKY Use xfree where appropriate
    1716
    1817***********************************************************************/
  • trunk/dll/winlist.c

    r1039 r1047  
    1212  22 Jul 06 SHL Check more run time errors
    1313  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    14   29 Feb 08 GKY Use xfree where appropriate
    1514
    1615***********************************************************************/
  • trunk/dll/worker.c

    r1039 r1047  
    2424  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2525  26 Aug 07 SHL Revert to DosSleep(0)
    26   29 Feb 08 GKY Use xfree where appropriate
    2726  29 Feb 08 GKY Refactor global command line variables to notebook.h
    2827  22 Jun 08 GKY Made Felete move to xworkplace trash can  on systems that have it
Note: See TracChangeset for help on using the changeset viewer.