Changeset 1387
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/defview.c
r1386 r1387 20 20 25 Aug 08 GKY Check TMP directory space warn if lee than 5 MiB prevent archiver from opening if 21 21 less than 10 KiB (It hangs and can't be closed) 22 05 Jan 09 GKY Use TestBinary so that text veiwer isn't used for hex files by default 22 23 23 24 ***********************************************************************/ -
trunk/dll/valid.c
r1386 r1387 7 7 8 8 Copyright (c) 1993, 1998 M. Kimes 9 Copyright (c) 2002, 200 8Steven H.Levine9 Copyright (c) 2002, 2009 Steven H.Levine 10 10 11 11 23 Nov 02 SHL RootName: rework for sanity … … 30 30 03 Jan 09 GKY Check for system that is protectonly to gray out Dos/Win command lines and prevent 31 31 Dos/Win programs from being inserted into the execute dialog with message why. 32 03 Jan 0 8GKY Modify IsExecutable to prevent some text files from being treated as executable32 03 Jan 09 GKY Modify IsExecutable to prevent some text files from being treated as executable 33 33 and prevent dlls from being loaded into execute dialog. 34 05 Jan 09 GKY Fix IsBinary to recognize values above \xc4 (maybe lower) as positive. 35 When these high codes were it text files they showed as hex in new view. 34 36 35 37 ***********************************************************************/ … … 991 993 && str[x] != '\x1b' && str[x] != '\x1a' && str[x] != '\x07' 992 994 && str[x] != '\x0c') { 993 //DbgMsg(pszSrcFile, __LINE__, "IsBinary str %x x %x len %x", str[x], x, len);994 995 return TRUE; 995 996 }
Note:
See TracChangeset
for help on using the changeset viewer.