Changeset 1119
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r1118 r1119 19 19 29 Feb 08 GKY Use xfree where appropriate 20 20 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 21 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 21 22 22 23 **************************************************************************************/ -
trunk/dll/avv.c
r1118 r1119 26 26 29 Feb 08 GKY Changes to enable user settable command line length 27 27 24 Aug 08 GKY Fix truncation of cmdline length to 3 characters is now MaxComLineStrg 28 24 Aug 08 GKY Warn full drive on save of .BB2 file; prevent loss of existing file 28 29 29 30 ***********************************************************************/ -
trunk/dll/cmdline.c
r1118 r1119 19 19 20 Apr 08 GKY New variable names; Save and Load command lines of user set length 20 20 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 21 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 21 22 22 23 ***********************************************************************/ -
trunk/dll/command.c
r1118 r1119 26 26 18 Jul 08 SHL Add Fortify support 27 27 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 28 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 28 29 29 30 ***********************************************************************/ -
trunk/dll/filter.c
r1118 r1119 16 16 29 Feb 08 GKY Use xfree where appropriate 17 17 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 18 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 18 19 19 20 ***********************************************************************/ -
trunk/dll/grep2.c
r1118 r1119 21 21 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 22 22 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 23 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 23 24 24 25 fixme for more excess locals to be gone -
trunk/dll/remap.c
r1118 r1119 15 15 29 Feb 08 GKY Use xfree where appropriate 16 16 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 17 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 17 18 18 19 ***********************************************************************/ -
trunk/dll/saveclip.c
r1118 r1119 24 24 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 25 25 20 Jul 08 GKY Modify ListtoClipHab to provide either fullpath name or filename for save to clipboard 26 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 26 27 27 28 ***********************************************************************/ -
trunk/dll/tools.c
r1118 r1119 19 19 29 Feb 08 GKY Use xfree where appropriate 20 20 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 21 24 Aug 08 GKY Warn full drive on save of .DAT & .TLS files; prevent loss of existing file 21 22 22 23 ***********************************************************************/ -
trunk/dll/walkem.c
r1118 r1119 33 33 18 Jul 08 SHL More Fortify support 34 34 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 35 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 35 36 36 37 ***********************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.