Changeset 866
- Timestamp:
- Nov 12, 2007, 7:01:48 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r861 r866 1 1 New stuff's at the top. This list is not necessarily complete. 2 2 3 3.08 (pending) 4 o Rework filemask logic to match last extension and allow for string matching (Gregg) 5 o Fix trap on search where file name length exceeds maxpath (Gregg) 3 3.08 4 o Cancel in walk directories dialog now directly closes dialog even if 5 directory path text has changed (Gregg) 6 o Fixed seek and scan crash caused by file names that exceed maxpath(Gregg) 7 o Fixed INVALID_NAME error caused by FILEFIND buffer crossing a 64k boundry (Steven) 8 o Added 32 bit DosQuerySysState API (Gregg) 9 o Warpin build will not attempt to use wrong wic.exe (John) 10 o Make directory now always lists current directory (not subdirectories) 11 on status line (Gregg) 12 o Use thousands separator from default COUNTRYINFO (Gregg, Steven) 13 o Add support for files over 4GiB (Gregg, Steven) 14 o Rework filemask logic to match last extension and allow for better 15 string matching (Gregg) 6 16 o Use 4096 byte buffers to protect against NFTS driver small read defect (Steven) 7 17 8 3.07 18 3.07 9 19 o Tweak build process (Steven) 10 20 o Rework internals to increase file and directory limits (Steven, Gregg) -
trunk/README
r834 r866 13 13 using the pattern *stuff* (stuff can't contain an * or ?). 14 14 If "stuff" contains an * or ? the old method of searching 15 (character by character)is used. 15 (character by character)is used.Large (>4GiB) file support 16 has been added. 16 17 17 18 FM/2 3.07 had changes made to its ini file structure. -
trunk/av2.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 65536 -
trunk/dirsize.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/dll/fm3dll.def
r841 r866 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.' 8 8 segment class 'DATA' readwrite loadoncall nonshared 9 9 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r820 r866 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/internal/makefile
r820 r866 50 50 @%write $^@ option map 51 51 @%write $^@ name $(BASE) 52 @%write $^@ op desc '@$#SLAInc:3.07$#@$#$#1$#$# 08/31/2007 03:07:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler'52 @%write $^@ op desc '@$#SLAInc:3.07$#@$#$#1$#$# 11/11/2007 03:08:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler' 53 53 @%write $^@ file $(BASE).obj 54 54 @%write $^@ library os2386.lib -
trunk/dll/version.h
r820 r866 49 49 50 50 #define VERMAJOR 3 51 #define VERMINOR 751 #define VERMINOR 8 52 52 // Ensure VERREALMINOR nul for non-beta releases 53 53 // #define VERREALMINOR "" -
trunk/eas.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r820 r866 1 FM/2 v3.0 7built with OpenWatcom1 FM/2 v3.08 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/ disk/archive/etc. -
trunk/fm3.def
r820 r866 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r820 r866 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/global.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/vdir.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r820 r866 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r820 r866 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 7#@##1## 08/31/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00 SLAMain::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416
Note:
See TracChangeset
for help on using the changeset viewer.