|
|
@1673
|
13 years |
Gregg Young |
Update to Doxygen comment style Ticket 55. Also some minor code cleanup.
|
|
|
@1628
|
14 years |
Gregg Young |
Hard coded the flags for the xDosAlloc* wrappers and added a …
|
|
|
@1627
|
14 years |
Gregg Young |
Add a low mem version of xDosAlloc* wrappers; move error checking into …
|
|
|
@1554
|
15 years |
Gregg Young |
Check that pTmpDir IsValid and recreate if not found; Fixes hangs …
|
|
|
@1544
|
15 years |
Gregg Young |
Changes to fopen and _fsopen to allow FM2 to be loaded in high memory
|
|
|
@1533
|
15 years |
Gregg Young |
Fixed possible loss of precision compiler warnings by casting the …
|
|
|
@1505
|
16 years |
Gregg Young |
Remove unnecessary type casts; minor formating cleanup.
|
|
|
@1498
|
16 years |
Gregg Young |
Changes to get FM2 to compile with the latest watcom 1.9 beta (mostly …
|
|
|
@1497
|
16 years |
Gregg Young |
Update ExecOnList to pass environment
|
|
|
@1492
|
16 years |
Gregg Young |
Provide readable error message when DosQueryAppType fails because it …
|
|
|
@1488
|
16 years |
Gregg Young |
Fixed commands so reordering them in commands.dat no longer changes …
|
|
|
@1480
|
16 years |
Gregg Young |
Fix failure to correctly check for large file support in …
|
|
|
@1475
|
16 years |
Gregg Young |
Add comments rem dbgmsgs
|
|
|
@1450
|
16 years |
Gregg Young |
Add a PCSZ srting for error messages; prevent error popup for locked …
|
|
|
@1439
|
16 years |
Gregg Young |
Changes to allow high mem loading of dll; Refactor .LONGNAME and …
|
|
|
@1438
|
16 years |
Gregg Young |
Improved drivebar changes; Added AddBackslashToPath() to remove …
|
|
|
@1402
|
17 years |
Gregg Young |
Remove variable aurgs from docopy & unlinkf (not used); Move more …
|
|
|
@1398
|
17 years |
Gregg Young |
Move embeded strings to PCSZ variables or string table; Eliminate …
|
|
|
@1394
|
17 years |
Steven Levine |
Ticket 340: Convert GetPString to use STRINGTABLE.
Drop …
|
|
|
@1375
|
17 years |
Gregg Young |
Updated history; comments minor code cleanup for recent changes
|
|
|
@1371
|
17 years |
Gregg Young |
Fix trap on attempt to execute a dll; it was a missing variable in the …
|
|
|
@1369
|
17 years |
Gregg Young |
Add check for p-rotectonly system to gray out dos/win commandline …
|
|
|
@1348
|
17 years |
Gregg Young |
More code cleanup
|
|
|
@1321
|
17 years |
Steven Levine |
Rework casts variable types for OpenWatcom 1.8 compatibility
Add more …
|
|
|
@1274
|
17 years |
Gregg Young |
Clean up of system.c changes to reflect final fix for ticket 58
|
|
|
@1272
|
17 years |
Gregg Young |
Remove priority_bumped from WaitChildThread and added some comments …
|
|
|
@1271
|
17 years |
Gregg Young |
A fix for the ticket 58 hang which runs runemf2 with the WAIT flag in …
|
|
|
@1270
|
17 years |
Gregg Young |
Comments and code cleanup for WaitChildThread solution to hang cused …
|
|
|
@1268
|
17 years |
Gregg Young |
Added a thread to monitor completion of unarchive to send message to …
|
|
|
@1252
|
17 years |
Gregg Young |
Fixed remark to point to the correct .h file for the flag definitions …
|
|
|
@1227
|
17 years |
John Small |
Ticket 187: Moved typedef's and some #define's from fm3dll.h
|
|
|
@1213
|
17 years |
John Small |
Ticket 187: Move data declarations/definitions out of fm3dll.h
|
|
|
@1193
|
17 years |
John Small |
Improved comment on new "#if 0" lines.
|
|
|
@1186
|
17 years |
John Small |
Ticket 187: Draft 2: Move remaining function declarations
|
|
|
@1162
|
17 years |
John Small |
Ticket 187: Draft 1: Functions only
|
|
|
@1104
|
17 years |
Gregg Young |
Replace save_dir2(dir) with strcpy(dir, pFM2SaveDirectory)
|
|
|
@1082
|
17 years |
Gregg Young |
Changes so FM2 will use TMP/TEMP directory for all temp files; …
|
|
|
@1047
|
17 years |
Gregg Young |
Minor code cleanup
|
|
|
@1039
|
17 years |
Gregg Young |
Removed unnecessary xfrees and included fortify.h where needed; moved …
|
|
|
@1021
|
17 years |
Steven Levine |
Use uiLineNumber correctly
|
|
|
@1014
|
17 years |
Gregg Young |
Fix 2 more memory leaks.
|
|
|
@1009
|
17 years |
Steven Levine |
Add xfree xstrdup Fortify support
Add MT capable Fortify scope logic
|
|
|
@989
|
18 years |
Gregg Young |
Refactor fm3dll.h to create command.h; broken ini is now replaced with …
|
|
|
@985
|
18 years |
Gregg Young |
Update sizes dialog (ticket 44); Make max command line length user …
|
|
|
@920
|
18 years |
Gregg Young |
Cleanup of NormalizeCmdLine moved to pathutil.c
|
|
|
@918
|
18 years |
Gregg Young |
Fix CheckApp_QuoteAddExe to return a pointer on the stack instead of a …
|
|
|
@917
|
18 years |
Steven Levine |
Correct/enhance settings notebook navigation, ticket #188 (Steven) …
|
|
|
@911
|
18 years |
Gregg Young |
Commenting, help file, history update for recent changes; Minor clean up.
|
|
|
@910
|
18 years |
Gregg Young |
Cover case where exe without an extention calls a.cmd file. Cleanup …
|
|
|
@909
|
18 years |
Gregg Young |
Added quoting code to commands, associations and avv; Minor clean up …
|
|
|
@907
|
18 years |
Steven Levine |
Avoid out of memory traps in Compare Directories
Rework Compare …
|
|
|
@906
|
18 years |
Gregg Young |
The basic program quoting code and some mailto cleanup.
|
|
|
@893
|
18 years |
Gregg Young |
Remark out quoting code in runemf; Cleanup of dialog update for …
|
|
|
@889
|
18 years |
Gregg Young |
Fix crash in runemf2 quote check code when program sring in capitals
|
|
|
@888
|
18 years |
Gregg Young |
runemf2 now quotes executable strings if needed (Ticket 180); it also …
|
|
|
@793
|
18 years |
Gregg Young |
Move #pragma alloc_text to end for OpenWatcom compat
|
|
|
@775
|
18 years |
Gregg Young |
Minor clean up add comments re recent changes
|
|
|
@773
|
18 years |
Steven Levine |
Correct some compare directories collector nits
Use BldQuoted... …
|
|
|
@771
|
18 years |
Gregg Young |
Increase subject to 1024 reduce DosSleep times
|
|
|
@766
|
18 years |
Gregg Young |
format cleanup
|
|
|
@730
|
18 years |
Gregg Young |
Preliminary work on variable sized container buffers. Removes …
|
|
|
@632
|
19 years |
Gregg Young |
Move RunFM2Util from systemf.c to srchpath.c added error includes and …
|
|
|
@630
|
19 years |
Gregg Young |
Improved fix of utility app path problem
|
|
|
@563
|
19 years |
Steven Levine |
Avoid DosStartSession viewer hangs
|
|
|
@562
|
19 years |
Gregg Young |
Fixed arc viewer hang
|
|
|
@552
|
19 years |
Gregg Young |
font cleanup; new image and archiver masks; messages moved to string …
|
|
|
@540
|
19 years |
root |
runemf2: rework termination queue logic to work for multiple threads
|
|
|
@519
|
19 years |
root |
runemf2: temp fix for hung windows caused by termq errors
|
|
|
@441
|
19 years |
root |
More error popups
|
|
|
@396
|
19 years |
root |
Clean
|
|
|
@373
|
19 years |
root |
Use convert_nl_to_nul
|
|
|
@330
|
19 years |
root |
Use Runtime_Error
|
|
|
@123
|
21 years |
root |
Rework lstrip/rstrip usage
|
|
|
@105
|
21 years |
root |
Indent -i2
|
|
|
@78
|
22 years |
root |
Comments
|
|
|
@2
|
23 years |
root |
Initial revision
|