Changeset 1859
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/cmdline.c
r1846 r1859 30 30 23 Oct 10 GKY Changes to populate and utilize a HELPTABLE for context specific help 31 31 28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed 32 12 Aug 15 JBS Ticket #52 4: Ensure no "highmem-unsafe" functions are called directly32 12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly 33 33 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 34 34 -
trunk/dll/init.c
r1858 r1859 133 133 02 Aug 15 GKY Serialize local hard drive scanning to reduce drive thrashing continue to scan 134 134 all other drive types in separate threads. 135 12 Aug 15 JBS Ticket #52 4: Ensure no "highmem-unsafe" functions are called directly135 12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly 136 136 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 137 137 19 Aug 15 SHL Delete obsoletes -
trunk/dll/killproc.c
r1846 r1859 35 35 22 Aug 14 JBS Ticket #519: Corrected mis-coded but probably harmless calls to strtol 36 36 and removed unneeded second parameter variables. 37 12 Aug 15 JBS Ticket #52 4: Ensure no "highmem-unsafe" functions are called directly37 12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly 38 38 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 39 39 -
trunk/dll/printer.c
r1846 r1859 16 16 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 17 17 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 #52 4: Ensure no "highmem-unsafe" functions are called directly18 12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly 19 19 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 20 20 -
trunk/dll/seeall.c
r1846 r1859 64 64 02 May 15 GKY Changes to allow a JAVA executable object to be created using "Real object" 65 65 menu item on a jar file. 66 12 Aug 15 JBS Ticket #52 4: Ensure no "highmem-unsafe" functions are called directly66 12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly 67 67 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 68 68 -
trunk/dll/sysinfo.c
r1846 r1859 19 19 20 Nov 10 GKY Check that pTmpDir IsValid and recreate if not found; Fixes hangs caused 20 20 by temp file creation failures. 21 12 Aug 15 JBS Ticket #52 4: Ensure no "highmem-unsafe" functions are called directly21 12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly 22 22 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 23 23 -
trunk/dll/systemf.c
r1846 r1859 45 45 and file. 46 46 28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed 47 12 Aug 15 JBS Ticket #52 4: Ensure no "highmem-unsafe" functions are called directly47 12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly 48 48 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 49 49 -
trunk/dll/worker.c
r1846 r1859 68 68 24 Jun 15 GKY Corrected failure to show error message when locked non-exe/dll file fails 69 69 delete 70 12 Aug 15 JBS Ticket #52 4: Ensure no "highmem-unsafe" functions are called directly70 12 Aug 15 JBS Ticket #522: Ensure no "highmem-unsafe" functions are called directly 71 71 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 72 72
Note:
See TracChangeset
for help on using the changeset viewer.
