Changeset 1859


Ignore:
Timestamp:
Aug 21, 2015, 5:59:51 PM (10 years ago)
Author:
John Small
Message:

Corrected typo in previous comment.

Location:
trunk/dll
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/cmdline.c

    r1846 r1859  
    3030  23 Oct 10 GKY Changes to populate and utilize a HELPTABLE for context specific help
    3131  28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed
    32   12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     32  12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly
    3333                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    3434
  • trunk/dll/init.c

    r1858 r1859  
    133133  02 Aug 15 GKY Serialize local hard drive scanning to reduce drive thrashing continue to scan
    134134                all other drive types in separate threads.
    135   12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     135  12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly
    136136                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    137137  19 Aug 15 SHL Delete obsoletes
  • trunk/dll/killproc.c

    r1846 r1859  
    3535  22 Aug 14 JBS Ticket #519: Corrected mis-coded but probably harmless calls to strtol
    3636                and removed unneeded second parameter variables.
    37   12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     37  12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly
    3838                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    3939
  • trunk/dll/printer.c

    r1846 r1859  
    1616  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
    1717  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
    18   12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     18  12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly
    1919                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    2020
  • trunk/dll/seeall.c

    r1846 r1859  
    6464  02 May 15 GKY Changes to allow a JAVA executable object to be created using "Real object"
    6565                menu item on a jar file.
    66   12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     66  12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly
    6767                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    6868
  • trunk/dll/sysinfo.c

    r1846 r1859  
    1919  20 Nov 10 GKY Check that pTmpDir IsValid and recreate if not found; Fixes hangs caused
    2020                by temp file creation failures.
    21   12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     21  12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly
    2222                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    2323
  • trunk/dll/systemf.c

    r1846 r1859  
    4545                and file.
    4646  28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed
    47   12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     47  12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly
    4848                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    4949
  • trunk/dll/worker.c

    r1846 r1859  
    6868  24 Jun 15 GKY Corrected failure to show error message when locked non-exe/dll file fails
    6969                delete
    70   12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     70  12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly
    7171                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    7272
Note: See TracChangeset for help on using the changeset viewer.