glosc-mcp 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/README.md +23 -0
  2. package/build/GloscMcp.js +207 -0
  3. package/build/GloscTools.js +495 -0
  4. package/build/index.js +12 -0
  5. package/libs/7z/Linux/7zz +0 -0
  6. package/libs/7z/Linux/7zzs +0 -0
  7. package/libs/7z/Linux/History.txt +178 -0
  8. package/libs/7z/Linux/License.txt +144 -0
  9. package/libs/7z/Linux/MANUAL/cmdline/commands/add.htm +96 -0
  10. package/libs/7z/Linux/MANUAL/cmdline/commands/bench.htm +186 -0
  11. package/libs/7z/Linux/MANUAL/cmdline/commands/delete.htm +64 -0
  12. package/libs/7z/Linux/MANUAL/cmdline/commands/extract.htm +101 -0
  13. package/libs/7z/Linux/MANUAL/cmdline/commands/extract_full.htm +77 -0
  14. package/libs/7z/Linux/MANUAL/cmdline/commands/hash.htm +101 -0
  15. package/libs/7z/Linux/MANUAL/cmdline/commands/index.htm +36 -0
  16. package/libs/7z/Linux/MANUAL/cmdline/commands/list.htm +79 -0
  17. package/libs/7z/Linux/MANUAL/cmdline/commands/rename.htm +51 -0
  18. package/libs/7z/Linux/MANUAL/cmdline/commands/style.css +232 -0
  19. package/libs/7z/Linux/MANUAL/cmdline/commands/test.htm +51 -0
  20. package/libs/7z/Linux/MANUAL/cmdline/commands/update.htm +74 -0
  21. package/libs/7z/Linux/MANUAL/cmdline/exit_codes.htm +27 -0
  22. package/libs/7z/Linux/MANUAL/cmdline/index.htm +29 -0
  23. package/libs/7z/Linux/MANUAL/cmdline/style.css +232 -0
  24. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
  25. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_include.htm +84 -0
  26. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_no.htm +52 -0
  27. package/libs/7z/Linux/MANUAL/cmdline/switches/bb.htm +61 -0
  28. package/libs/7z/Linux/MANUAL/cmdline/switches/bs.htm +67 -0
  29. package/libs/7z/Linux/MANUAL/cmdline/switches/charset.htm +61 -0
  30. package/libs/7z/Linux/MANUAL/cmdline/switches/email.htm +43 -0
  31. package/libs/7z/Linux/MANUAL/cmdline/switches/exclude.htm +81 -0
  32. package/libs/7z/Linux/MANUAL/cmdline/switches/include.htm +152 -0
  33. package/libs/7z/Linux/MANUAL/cmdline/switches/index.htm +117 -0
  34. package/libs/7z/Linux/MANUAL/cmdline/switches/large_pages.htm +60 -0
  35. package/libs/7z/Linux/MANUAL/cmdline/switches/list_tech.htm +36 -0
  36. package/libs/7z/Linux/MANUAL/cmdline/switches/method.htm +1067 -0
  37. package/libs/7z/Linux/MANUAL/cmdline/switches/output_dir.htm +53 -0
  38. package/libs/7z/Linux/MANUAL/cmdline/switches/overwrite.htm +56 -0
  39. package/libs/7z/Linux/MANUAL/cmdline/switches/password.htm +80 -0
  40. package/libs/7z/Linux/MANUAL/cmdline/switches/recurse.htm +104 -0
  41. package/libs/7z/Linux/MANUAL/cmdline/switches/sa.htm +58 -0
  42. package/libs/7z/Linux/MANUAL/cmdline/switches/scc.htm +42 -0
  43. package/libs/7z/Linux/MANUAL/cmdline/switches/scrc.htm +54 -0
  44. package/libs/7z/Linux/MANUAL/cmdline/switches/sdel.htm +39 -0
  45. package/libs/7z/Linux/MANUAL/cmdline/switches/sfx.htm +154 -0
  46. package/libs/7z/Linux/MANUAL/cmdline/switches/shared.htm +40 -0
  47. package/libs/7z/Linux/MANUAL/cmdline/switches/sni.htm +56 -0
  48. package/libs/7z/Linux/MANUAL/cmdline/switches/sns.htm +77 -0
  49. package/libs/7z/Linux/MANUAL/cmdline/switches/spf.htm +80 -0
  50. package/libs/7z/Linux/MANUAL/cmdline/switches/spm.htm +72 -0
  51. package/libs/7z/Linux/MANUAL/cmdline/switches/ssc.htm +50 -0
  52. package/libs/7z/Linux/MANUAL/cmdline/switches/stdin.htm +56 -0
  53. package/libs/7z/Linux/MANUAL/cmdline/switches/stdout.htm +54 -0
  54. package/libs/7z/Linux/MANUAL/cmdline/switches/stl.htm +39 -0
  55. package/libs/7z/Linux/MANUAL/cmdline/switches/stop_switch.htm +32 -0
  56. package/libs/7z/Linux/MANUAL/cmdline/switches/stx.htm +50 -0
  57. package/libs/7z/Linux/MANUAL/cmdline/switches/style.css +232 -0
  58. package/libs/7z/Linux/MANUAL/cmdline/switches/type.htm +146 -0
  59. package/libs/7z/Linux/MANUAL/cmdline/switches/update.htm +179 -0
  60. package/libs/7z/Linux/MANUAL/cmdline/switches/volume.htm +49 -0
  61. package/libs/7z/Linux/MANUAL/cmdline/switches/working_dir.htm +56 -0
  62. package/libs/7z/Linux/MANUAL/cmdline/switches/yes.htm +48 -0
  63. package/libs/7z/Linux/MANUAL/cmdline/syntax.htm +118 -0
  64. package/libs/7z/Linux/MANUAL/general/7z.htm +117 -0
  65. package/libs/7z/Linux/MANUAL/general/faq.htm +125 -0
  66. package/libs/7z/Linux/MANUAL/general/formats.htm +104 -0
  67. package/libs/7z/Linux/MANUAL/general/index.htm +28 -0
  68. package/libs/7z/Linux/MANUAL/general/license.htm +26 -0
  69. package/libs/7z/Linux/MANUAL/general/performance.htm +55 -0
  70. package/libs/7z/Linux/MANUAL/general/register.htm +24 -0
  71. package/libs/7z/Linux/MANUAL/general/style.css +232 -0
  72. package/libs/7z/Linux/MANUAL/general/thanks.htm +44 -0
  73. package/libs/7z/Linux/MANUAL/start.htm +38 -0
  74. package/libs/7z/Linux/MANUAL/style.css +232 -0
  75. package/libs/7z/Linux/readme.txt +100 -0
  76. package/libs/7z/README.md +1 -0
  77. package/libs/7z/macOS/7zz +0 -0
  78. package/libs/7z/macOS/History.txt +178 -0
  79. package/libs/7z/macOS/License.txt +144 -0
  80. package/libs/7z/macOS/MANUAL/cmdline/commands/add.htm +96 -0
  81. package/libs/7z/macOS/MANUAL/cmdline/commands/bench.htm +186 -0
  82. package/libs/7z/macOS/MANUAL/cmdline/commands/delete.htm +64 -0
  83. package/libs/7z/macOS/MANUAL/cmdline/commands/extract.htm +101 -0
  84. package/libs/7z/macOS/MANUAL/cmdline/commands/extract_full.htm +77 -0
  85. package/libs/7z/macOS/MANUAL/cmdline/commands/hash.htm +101 -0
  86. package/libs/7z/macOS/MANUAL/cmdline/commands/index.htm +36 -0
  87. package/libs/7z/macOS/MANUAL/cmdline/commands/list.htm +79 -0
  88. package/libs/7z/macOS/MANUAL/cmdline/commands/rename.htm +51 -0
  89. package/libs/7z/macOS/MANUAL/cmdline/commands/style.css +232 -0
  90. package/libs/7z/macOS/MANUAL/cmdline/commands/test.htm +51 -0
  91. package/libs/7z/macOS/MANUAL/cmdline/commands/update.htm +74 -0
  92. package/libs/7z/macOS/MANUAL/cmdline/exit_codes.htm +27 -0
  93. package/libs/7z/macOS/MANUAL/cmdline/index.htm +29 -0
  94. package/libs/7z/macOS/MANUAL/cmdline/style.css +232 -0
  95. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
  96. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_include.htm +84 -0
  97. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_no.htm +52 -0
  98. package/libs/7z/macOS/MANUAL/cmdline/switches/bb.htm +61 -0
  99. package/libs/7z/macOS/MANUAL/cmdline/switches/bs.htm +67 -0
  100. package/libs/7z/macOS/MANUAL/cmdline/switches/charset.htm +61 -0
  101. package/libs/7z/macOS/MANUAL/cmdline/switches/email.htm +43 -0
  102. package/libs/7z/macOS/MANUAL/cmdline/switches/exclude.htm +81 -0
  103. package/libs/7z/macOS/MANUAL/cmdline/switches/include.htm +152 -0
  104. package/libs/7z/macOS/MANUAL/cmdline/switches/index.htm +117 -0
  105. package/libs/7z/macOS/MANUAL/cmdline/switches/large_pages.htm +60 -0
  106. package/libs/7z/macOS/MANUAL/cmdline/switches/list_tech.htm +36 -0
  107. package/libs/7z/macOS/MANUAL/cmdline/switches/method.htm +1067 -0
  108. package/libs/7z/macOS/MANUAL/cmdline/switches/output_dir.htm +53 -0
  109. package/libs/7z/macOS/MANUAL/cmdline/switches/overwrite.htm +56 -0
  110. package/libs/7z/macOS/MANUAL/cmdline/switches/password.htm +80 -0
  111. package/libs/7z/macOS/MANUAL/cmdline/switches/recurse.htm +104 -0
  112. package/libs/7z/macOS/MANUAL/cmdline/switches/sa.htm +58 -0
  113. package/libs/7z/macOS/MANUAL/cmdline/switches/scc.htm +42 -0
  114. package/libs/7z/macOS/MANUAL/cmdline/switches/scrc.htm +54 -0
  115. package/libs/7z/macOS/MANUAL/cmdline/switches/sdel.htm +39 -0
  116. package/libs/7z/macOS/MANUAL/cmdline/switches/sfx.htm +154 -0
  117. package/libs/7z/macOS/MANUAL/cmdline/switches/shared.htm +40 -0
  118. package/libs/7z/macOS/MANUAL/cmdline/switches/sni.htm +56 -0
  119. package/libs/7z/macOS/MANUAL/cmdline/switches/sns.htm +77 -0
  120. package/libs/7z/macOS/MANUAL/cmdline/switches/spf.htm +80 -0
  121. package/libs/7z/macOS/MANUAL/cmdline/switches/spm.htm +72 -0
  122. package/libs/7z/macOS/MANUAL/cmdline/switches/ssc.htm +50 -0
  123. package/libs/7z/macOS/MANUAL/cmdline/switches/stdin.htm +56 -0
  124. package/libs/7z/macOS/MANUAL/cmdline/switches/stdout.htm +54 -0
  125. package/libs/7z/macOS/MANUAL/cmdline/switches/stl.htm +39 -0
  126. package/libs/7z/macOS/MANUAL/cmdline/switches/stop_switch.htm +32 -0
  127. package/libs/7z/macOS/MANUAL/cmdline/switches/stx.htm +50 -0
  128. package/libs/7z/macOS/MANUAL/cmdline/switches/style.css +232 -0
  129. package/libs/7z/macOS/MANUAL/cmdline/switches/type.htm +146 -0
  130. package/libs/7z/macOS/MANUAL/cmdline/switches/update.htm +179 -0
  131. package/libs/7z/macOS/MANUAL/cmdline/switches/volume.htm +49 -0
  132. package/libs/7z/macOS/MANUAL/cmdline/switches/working_dir.htm +56 -0
  133. package/libs/7z/macOS/MANUAL/cmdline/switches/yes.htm +48 -0
  134. package/libs/7z/macOS/MANUAL/cmdline/syntax.htm +118 -0
  135. package/libs/7z/macOS/MANUAL/general/7z.htm +117 -0
  136. package/libs/7z/macOS/MANUAL/general/faq.htm +125 -0
  137. package/libs/7z/macOS/MANUAL/general/formats.htm +104 -0
  138. package/libs/7z/macOS/MANUAL/general/index.htm +28 -0
  139. package/libs/7z/macOS/MANUAL/general/license.htm +26 -0
  140. package/libs/7z/macOS/MANUAL/general/performance.htm +55 -0
  141. package/libs/7z/macOS/MANUAL/general/register.htm +24 -0
  142. package/libs/7z/macOS/MANUAL/general/style.css +232 -0
  143. package/libs/7z/macOS/MANUAL/general/thanks.htm +44 -0
  144. package/libs/7z/macOS/MANUAL/start.htm +38 -0
  145. package/libs/7z/macOS/MANUAL/style.css +232 -0
  146. package/libs/7z/macOS/readme.txt +100 -0
  147. package/libs/7z/win/7za.dll +0 -0
  148. package/libs/7z/win/7za.exe +0 -0
  149. package/libs/7z/win/7zxa.dll +0 -0
  150. package/libs/7z/win/Far/7-ZipEng.hlf +85 -0
  151. package/libs/7z/win/Far/7-ZipEng.lng +220 -0
  152. package/libs/7z/win/Far/7-ZipFar.dll +0 -0
  153. package/libs/7z/win/Far/7-ZipFar64.dll +0 -0
  154. package/libs/7z/win/Far/7-ZipRus.hlf +84 -0
  155. package/libs/7z/win/Far/7-ZipRus.lng +220 -0
  156. package/libs/7z/win/Far/7zToFar.ini +67 -0
  157. package/libs/7z/win/Far/far7z.reg +67 -0
  158. package/libs/7z/win/Far/far7z.txt +73 -0
  159. package/libs/7z/win/License.txt +123 -0
  160. package/libs/7z/win/arm64/7-ZipFar.dll +0 -0
  161. package/libs/7z/win/arm64/7za.dll +0 -0
  162. package/libs/7z/win/arm64/7za.exe +0 -0
  163. package/libs/7z/win/arm64/7zxa.dll +0 -0
  164. package/libs/7z/win/history.txt +347 -0
  165. package/libs/7z/win/readme.txt +125 -0
  166. package/libs/7z/win/x64/7za.dll +0 -0
  167. package/libs/7z/win/x64/7za.exe +0 -0
  168. package/libs/7z/win/x64/7zxa.dll +0 -0
  169. package/package.json +50 -0
@@ -0,0 +1,178 @@
1
+ HISTORY of the 7-Zip
2
+ --------------------
3
+
4
+ This file contains information about changes for latest versions of 7-Zip.
5
+ The full changelog file can be downloaded here:
6
+ https://7-zip.org/history.txt
7
+
8
+ 25.01 2025-08-03
9
+ -------------------------
10
+ - The code for handling symbolic links has been changed
11
+ to provide greater security when extracting files from archives.
12
+ Command line switch -snld20 can be used to bypass default security
13
+ checks when creating symbolic links.
14
+
15
+
16
+ 25.00 2025-07-05
17
+ -------------------------
18
+ - 7-Zip for Windows can now use more than 64 CPU threads for compression
19
+ to zip/7z/xz archives and for the 7-Zip benchmark.
20
+ If there are more than one processor group in Windows (on systems with more than
21
+ 64 cpu threads), 7-Zip distributes running CPU threads across different processor groups.
22
+ - bzip2 compression speed was increased by 15-40%.
23
+ - deflate (zip/gz) compression speed was increased by 1-3%.
24
+ - improved support for zip, cpio and fat archives.
25
+ - fixed some bugs and vulnerabilities.
26
+ - the bug was fixed : CVE-2025-53816 : 7-Zip could work incorrectly for some incorrect RAR archives.
27
+ - the bug was fixed : CVE-2025-53817 : 7-Zip could crash for some incorrect COM (Compound File) archives.
28
+
29
+
30
+ 24.09 2024-11-29
31
+ -------------------------
32
+ - The default dictionary size values for LZMA/LZMA2 compression methods were increased:
33
+ dictionary size compression level
34
+ v24.08 v24.09 v24.09
35
+ 32-bit 64-bit
36
+ 8 MB 16 MB 16 MB -mx4
37
+ 16 MB 32 MB 32 MB -mx5 : Normal
38
+ 32 MB 64 MB 64 MB -mx6
39
+ 32 MB 64 MB 128 MB -mx7 : Maximum
40
+ 64 MB 64 MB 256 MB -mx8
41
+ 64 MB 64 MB 256 MB -mx9 : Ultra
42
+ The default dictionary size values for 32-bit versions of LZMA/LZMA2 don't exceed 64 MB.
43
+ - 7-Zip now can calculate the following hash checksums: SHA-512, SHA-384, SHA3-256 and MD5.
44
+ - APM and HFS support was improved.
45
+ - If an archive update operation uses a temporary archive folder and
46
+ the archive is moved to the destination folder, 7-Zip shows the progress of moving
47
+ the archive file, as this operation can take a long time if the archive is large.
48
+ - The bug was fixed: 7-Zip File Manager didn't propagate Zone.Identifier stream
49
+ for extracted files from nested archives (if there is open archive inside another open archive).
50
+ - Some bugs were fixed.
51
+
52
+
53
+ 24.08 2024-08-11
54
+ -------------------------
55
+ - The bug in 7-Zip 24.00-24.07 was fixed:
56
+ For creating a zip archive: 7-Zip could write extra zero bytes after the end of the archive,
57
+ if a file included to archive cannot be compressed to a size smaller than original.
58
+ The created zip archive is correct except for the useless zero bytes after the end of the archive.
59
+ When unpacking such a zip archive, 7-Zip displays a warning:
60
+ "WARNING: There are data after the end of archive".
61
+ - The bug was fixed: there was a leak of GDI objects (internal resources in Windows)
62
+ in "Confirm File Replace" window, causing problems after 1600 displays of "Confirm File Replace"
63
+ window from same running 7-Zip process.
64
+ - Some optimizations for displaying file icons in 7-Zip File Manager and in "Confirm File Replace" window.
65
+ - Some bugs were fixed.
66
+
67
+
68
+ 24.07 2024-06-19
69
+ -------------------------
70
+ - The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.
71
+
72
+
73
+ 24.06 2024-05-26
74
+ -------------------------
75
+ - The bug was fixed: 7-Zip could not unpack some ZSTD archives.
76
+
77
+
78
+ 24.05 2024-05-14
79
+ -------------------------
80
+ - New switch -myv={MMNN} to set decoder compatibility version for 7z archive creating.
81
+ {MMNN} is 4-digit number that represents the version of 7-Zip without a dot.
82
+ If -myv={MMNN} switch is specified, 7-Zip will only use compression methods that can
83
+ be decoded by the specified version {MMNN} of 7-Zip and newer versions.
84
+ If -myv={MMNN} switch is not specified, -myv=2300 is used, and 7-Zip will only
85
+ use compression methods that can be decoded by 7-Zip 23.00 and newer versions.
86
+ - New switch -myfa={FilterID} to allow 7-Zip to use the specified filter method for 7z archive creating.
87
+ - New switch -myfd={FilterID} to disallow 7-Zip to use the specified filter method for 7z archive creating.
88
+ - Some bugs were fixed.
89
+
90
+
91
+ 24.04 2024-04-05
92
+ -------------------------
93
+ - New menu item in 7-Zip File Manager: "Tools / Delete Temporary Files...".
94
+ This menu item opens a window showing temporary folders and files
95
+ created by 7-Zip in the user's "Temp" folder on a Windows system.
96
+ In this window, the user can delete temporary files.
97
+
98
+
99
+ 24.03 2024-03-23
100
+ -------------------------
101
+ - 7-Zip now can use new RISCV filter for compression to 7z and xz archives.
102
+ RISCV filter can increase compression ratio for data containing executable
103
+ files compiled for RISC-V architecture.
104
+ - The speed for LZMA and LZMA2 decompression in ARM64 version for Windows
105
+ was increased by 20%-60%.
106
+ - 7-Zip GUI and 7-Zip File Manager can ask user permission to unpack RAR archives that
107
+ require big amount of memory, if the dictionary size in RAR archive is larger than 4 GB.
108
+ - new switch -smemx{size}g : to set allowed memory usage limit for RAR archive unpacking.
109
+ RAR archives can use dictionary up 64 GB. Default allowed limit for RAR unpacking is 4 GB.
110
+ - 7zg.exe (7-Zip GUI): -y switch disables user requests and messages.
111
+ - 7-Zip shows hash methods XXH64 and BLAKE2sp in context menu.
112
+ - -slmu switch : to show timestamps as UTC instead of LOCAL TIME.
113
+ - -slsl switch : in console 7-Zip for Windows : to show file paths with
114
+ linux path separator slash '/' instead of backslash separator '\'.
115
+ - 7-Zip supports .sha256 files that use backslash path separator '\'.
116
+ - Some bugs were fixed.
117
+
118
+
119
+ 24.01 2024-01-31
120
+ -------------------------
121
+ - 7-Zip now can unpack ZSTD archives (.zst filename extension).
122
+ - 7-Zip now can unpack ZIP, SquashFS and RPM archives that use ZSTD compression method.
123
+ - 7-Zip now supports fast hash algorithm XXH64 that is used in ZSTD.
124
+ - 7-Zip now can unpack RAR archives (that use larger than 4 GB dictionary) created by new WinRAR 7.00.
125
+ - 7-Zip now can unpack DMG archives that use XZ (ULMO/LZMA) compression method.
126
+ - 7-Zip now can unpack NTFS images with cluster size larger than 64 KB.
127
+ - 7-Zip now can unpack MBR and GPT images with 4 KB sectors.
128
+ - Speed optimizations for archive unpacking: rar, cab, wim, zip, gz.
129
+ - Speed optimizations for hash caclulation: CRC-32, CRC-64, BLAKE2sp.
130
+ - The bug was fixed: 7-Zip for Linux could fail for multivolume creation in some cases.
131
+ - Some bugs were fixed.
132
+
133
+
134
+ 23.01 2023-06-20
135
+ -------------------------
136
+ - The page "Language" in 7-Zip's menu Tools/Options now shows information
137
+ about selected translation, including the number of translated lines.
138
+ - Some bugs were fixed.
139
+
140
+
141
+ 23.00 2023-05-07
142
+ -------------------------
143
+ - 7-Zip now can use new ARM64 filter for compression to 7z and xz archives.
144
+ ARM64 filter can increase compression ratio for data containing executable
145
+ files compiled for ARM64 (AArch64) architecture.
146
+ Also 7-Zip now parses executable files (that have exe and dll filename extensions)
147
+ before compressing, and it selects appropriate filter for each parsed file:
148
+ - BCJ or BCJ2 filter for x86 executable files,
149
+ - ARM64 filter for ARM64 executable files.
150
+ Previous versions by default used x86 filter BCJ or BCJ2 for all exe/dll files.
151
+ - Default section size for BCJ2 filter was changed from 64 MiB to 240 MiB.
152
+ It can increase compression ratio for executable files larger than 64 MiB.
153
+ - UDF: support was improved.
154
+ - cpio: support for hard links.
155
+ - Some changes and optimizations in WIM creation code.
156
+ - When new 7-Zip creates multivolume archive, 7-Zip keeps in open state
157
+ only volumes that still can be changed. Previous versions kept all volumes
158
+ in open state until the end of the archive creation.
159
+ - 7-Zip for Linux and macOS now can reduce the number of simultaneously open files,
160
+ when 7-Zip opens, extracts or creates multivolume archive. It allows to avoid
161
+ the failures for cases with big number of volumes, bacause there is a limitation
162
+ for number of open files allowed for a single program in Linux and macOS.
163
+ - There are optimizations in code for 7-Zip's context menu in Explorer:
164
+ the speed of preparing of the menu showing was improved for cases when big number of
165
+ files were selected by external program for context menu that contains 7-Zip menu commands.
166
+ - There are changes in code for the drag-and-drop operations to and from 7-Zip File Manager.
167
+ And the drag-and-drop operation with right button of mouse now is supported for some cases.
168
+ - The bugs were fixed:
169
+ - ZIP archives: if multithreaded zip compression was performed with more than one
170
+ file to stdout stream (-so switch), 7-Zip didn't write "data descriptor" for some files.
171
+ - ext4 archives: 7-Zip couldn't correctly extract symbolic link to directory from ext4 archives.
172
+ - HFS and APFS archives: 7-Zip incorrectly decoded uncompressed blocks (64 KiB) in compressed forks.
173
+ - HFS : zlib without Adler supported
174
+ - Some another bugs were fixed.
175
+
176
+
177
+ ==
178
+ End of document
@@ -0,0 +1,144 @@
1
+ 7-Zip for Linux and macOS
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
3
+ License for use and distribution
4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
+
6
+ 7-Zip Copyright (C) 1999-2025 Igor Pavlov.
7
+
8
+ The licenses for 7zz and 7zzs files are:
9
+
10
+ - The "GNU LGPL" as main license for most of the code
11
+ - The "GNU LGPL" with "unRAR license restriction" for some code
12
+ - The "BSD 3-clause License" for some code
13
+ - The "BSD 2-clause License" for some code
14
+
15
+ Redistributions in binary form must reproduce related license information from this file.
16
+
17
+ Note:
18
+ You can use 7-Zip on any computer, including a computer in a commercial
19
+ organization. You don't need to register or pay for 7-Zip.
20
+
21
+
22
+ GNU LGPL information
23
+ --------------------
24
+
25
+ This library is free software; you can redistribute it and/or
26
+ modify it under the terms of the GNU Lesser General Public
27
+ License as published by the Free Software Foundation; either
28
+ version 2.1 of the License, or (at your option) any later version.
29
+
30
+ This library is distributed in the hope that it will be useful,
31
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
32
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33
+ Lesser General Public License for more details.
34
+
35
+ You can receive a copy of the GNU Lesser General Public License from
36
+ http://www.gnu.org/
37
+
38
+
39
+
40
+
41
+ BSD 3-clause License in 7-Zip code
42
+ ----------------------------------
43
+
44
+ The "BSD 3-clause License" is used for the following code in 7z.dll
45
+ 1) LZFSE data decompression.
46
+ That code was derived from the code in the "LZFSE compression library" developed by Apple Inc,
47
+ that also uses the "BSD 3-clause License".
48
+ 2) ZSTD data decompression.
49
+ that code was developed using original zstd decoder code as reference code.
50
+ The original zstd decoder code was developed by Facebook Inc,
51
+ that also uses the "BSD 3-clause License".
52
+
53
+ Copyright (c) 2015-2016, Apple Inc. All rights reserved.
54
+ Copyright (c) Facebook, Inc. All rights reserved.
55
+ Copyright (c) 2023-2024 Igor Pavlov.
56
+
57
+ Text of the "BSD 3-clause License"
58
+ ----------------------------------
59
+
60
+ Redistribution and use in source and binary forms, with or without modification,
61
+ are permitted provided that the following conditions are met:
62
+
63
+ 1. Redistributions of source code must retain the above copyright notice, this
64
+ list of conditions and the following disclaimer.
65
+
66
+ 2. Redistributions in binary form must reproduce the above copyright notice,
67
+ this list of conditions and the following disclaimer in the documentation
68
+ and/or other materials provided with the distribution.
69
+
70
+ 3. Neither the name of the copyright holder nor the names of its contributors may
71
+ be used to endorse or promote products derived from this software without
72
+ specific prior written permission.
73
+
74
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
75
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
76
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
77
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
78
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
79
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
80
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
81
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
82
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
83
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
84
+
85
+ ---
86
+
87
+
88
+
89
+
90
+ BSD 2-clause License in 7-Zip code
91
+ ----------------------------------
92
+
93
+ The "BSD 2-clause License" is used for the XXH64 code in 7-Zip.
94
+
95
+ XXH64 code in 7-Zip was derived from the original XXH64 code developed by Yann Collet.
96
+
97
+ Copyright (c) 2012-2021 Yann Collet.
98
+ Copyright (c) 2023-2024 Igor Pavlov.
99
+
100
+ Text of the "BSD 2-clause License"
101
+ ----------------------------------
102
+
103
+ Redistribution and use in source and binary forms, with or without modification,
104
+ are permitted provided that the following conditions are met:
105
+
106
+ 1. Redistributions of source code must retain the above copyright notice, this
107
+ list of conditions and the following disclaimer.
108
+
109
+ 2. Redistributions in binary form must reproduce the above copyright notice,
110
+ this list of conditions and the following disclaimer in the documentation
111
+ and/or other materials provided with the distribution.
112
+
113
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
114
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
115
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
116
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
117
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
118
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
119
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
120
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
121
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
122
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
123
+
124
+ ---
125
+
126
+
127
+
128
+
129
+ unRAR license restriction
130
+ -------------------------
131
+
132
+ The decompression engine for RAR archives was developed using source
133
+ code of unRAR program.
134
+ All copyrights to original unRAR code are owned by Alexander Roshal.
135
+
136
+ The license for original unRAR code has the following restriction:
137
+
138
+ The unRAR sources cannot be used to re-create the RAR compression algorithm,
139
+ which is proprietary. Distribution of modified unRAR sources in separate form
140
+ or as a part of other software is permitted, provided that it is clearly
141
+ stated in the documentation and source comments that the code may
142
+ not be used to develop a RAR (WinRAR) compatible archiver.
143
+
144
+ --
@@ -0,0 +1,96 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>a (Add) command</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>a (Add) command</H1>
12
+
13
+ <P>Adds files to archive.</P>
14
+
15
+ <H4>Examples</H4>
16
+
17
+ <PRE class="example">
18
+ 7z a archive1.zip subdir\
19
+ </PRE>
20
+
21
+ <P>adds all files and subfolders from folder <SPAN class="filename">subdir</SPAN> to archive
22
+ <SPAN class="filename">archive1.zip</SPAN>.
23
+ The filenames in archive will contain <SPAN class="filename">subdir\</SPAN> prefix.</P>
24
+
25
+ <PRE class="example">
26
+ 7z a archive2.zip .\subdir\*
27
+ </PRE>
28
+
29
+ <P>adds all files and subfolders from folder <SPAN class="filename">subdir</SPAN> to archive
30
+ <SPAN class="filename">archive2.zip</SPAN>.
31
+ The filenames in archive will not contain <SPAN class="filename">subdir\</SPAN> prefix.</P>
32
+
33
+
34
+ <PRE class="example">
35
+ cd /D c:\dir1\
36
+ 7z a c:\archive3.zip dir2\dir3\
37
+ </PRE>
38
+
39
+ The filenames in archive <SPAN class="filename">c:\archive3.zip</SPAN>
40
+ will contain <SPAN class="filename">dir2\dir3\</SPAN> prefix,
41
+ but they will not contain <SPAN class="filename">c:\dir1\</SPAN> prefix.
42
+
43
+ <PRE class="example">
44
+ 7z a Files.7z *.txt -r
45
+ </PRE>
46
+
47
+ <P>adds all *.txt files from current folder and its subfolders to archive
48
+ <SPAN class="filename">Files.7z</SPAN>.</P>
49
+
50
+
51
+ <H4>Notes</H4>
52
+
53
+ <P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
54
+ follow the archaic rule by which *.* means any file. 7-Zip treats
55
+ *.* as matching the name of any file that has an extension. To process
56
+ all files, you must use a * wildcard.</P>
57
+
58
+
59
+ <H4>Switches that can be used with this command</H4>
60
+
61
+ <P>
62
+ <A href="../switches/bb.htm"> -bb (Set output log level)</A><BR>
63
+ <A href="../switches/include.htm">-i (Include)</A><BR>
64
+ <A href="../switches/method.htm">-m (Method)</A><BR>
65
+ <A href="../switches/password.htm">-p (Set Password)</A><BR>
66
+ <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
67
+ <A href="../switches/sdel.htm">-sdel (Delete files after including to archive)</A><BR>
68
+ <A href="../switches/sfx.htm">-sfx (create SFX)</A><BR>
69
+ <A href="../switches/stdin.htm">-si (use StdIn)</A><BR>
70
+ <A href="../switches/sni.htm">-sni (Store NT security information)</A><BR>
71
+ <A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
72
+ <A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
73
+ <A href="../switches/spf.htm">-spf (Use fully qualified file paths)</A><BR>
74
+ <A href="../switches/spm.htm">-spm (Require path separator mark for directory path)</A><BR>
75
+ <A href="../switches/shared.htm">-ssw (Compress shared files)</A><BR>
76
+ <A href="../switches/stl.htm">-stl (Set archive timestamp from the most recently modified file)</A><BR>
77
+ <A href="../switches/stx.htm">-stx (Exclude archive type)</A><BR>
78
+ <A href="../switches/type.htm">-t (Type of archive)</A><BR>
79
+ <A href="../switches/update.htm">-u (Update)</A><BR>
80
+ <A href="../switches/volume.htm">-v (Volumes)</A><BR>
81
+ <A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
82
+ <A href="../switches/exclude.htm">-x (Exclude)</A><BR>
83
+ </P>
84
+
85
+ <H4>See also</H4>
86
+
87
+ <P>
88
+ <B>Commands:</B>
89
+ <A href="delete.htm">d (Delete)</A>,
90
+ <A href="update.htm">u (Update)</A><BR>
91
+ <B>Switches:</B>
92
+ <A href="../switches/update.htm">-u (Update)</A>
93
+ </P>
94
+
95
+ </BODY>
96
+ </HTML>
@@ -0,0 +1,186 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>b (Benchmark) command</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>b (Benchmark) command</H1>
12
+
13
+ <P>Measures speed of the CPU.</P>
14
+ <P>Benchmark execution also can be used to check RAM for errors.</P>
15
+
16
+ <H4>Syntax</H4>
17
+
18
+ <PRE class="syntax">
19
+ b [number_of_iterations] [-mmt={N}] [-md{N}] [-mm={Method}] [-mtime={N}]
20
+ </PRE>
21
+
22
+ <P>The LZMA benchmark is default benchmark for benchmark command.</P>
23
+ <P>There are two tests for LZMA benchmark:<P>
24
+ <OL>
25
+ <LI>Compressing with LZMA method
26
+ <LI>Decompressing with LZMA method
27
+ </OL>
28
+
29
+ <P>The LZMA benchmark shows a rating in MIPS (million instructions per second).
30
+ The rating value is calculated from the measured speed, and it is normalized
31
+ with results of Intel Core 2 CPU with multi-threading option switched off.
32
+ So if you have modern CPU from Intel or AMD, rating values in single-thread mode
33
+ must be close to real CPU frequency.</P>
34
+
35
+ <P>You can change the upper dictionary size to increase memory usage by -md{N} switch.
36
+ Also, you can change the number of threads by -mmt{N} switch.</P>
37
+
38
+ <P>The <B>Dict</B> column shows dictionary size. For example, 21 means 2^21 = 2 MB.</P>
39
+
40
+ <P>The <B>Usage</B> column shows the percentage of time the processor is working.
41
+ It's normalized for a one-thread load. For example, 180% CPU Usage for 2 threads
42
+ can mean that average CPU usage is about 90% for each thread.</P>
43
+
44
+ <P>The <B>R / U</B> column shows the rating normalized for 100% of CPU usage.
45
+ That column shows the performance of one average CPU thread.</P>
46
+
47
+ <P><B>Avr</B> shows averages for different dictionary sizes.</P>
48
+ <P><B>Tot</B> shows averages of the compression and decompression ratings.</P>
49
+
50
+ <P>The test data that is used for compression in that test is produced with special
51
+ algorithm, that creates data stream that has some properties of real data,
52
+ like text or execution code.
53
+ Note that the speed of LZMA for real data can be slightly different.</P>
54
+
55
+ <H3> LZMA benchmark details </H3>
56
+
57
+ <P><B>Compression speed</B> strongly depends from memory (RAM) latency,
58
+ Data Cache size/speed and TLB.
59
+ Out-of-Order execution feature of CPU is also important for that test.</P>
60
+
61
+ <P><B>Decompression speed</B> strongly depends on CPU integer operations.
62
+ The most important things for that test are: branch misprediction penalty
63
+ (the length of pipeline) and the latencies of 32-bit instructions ("multiply",
64
+ "shift", "add" and other).
65
+ The decompression test has very high number of unpredictable branches.
66
+ Note that some CPU architectures (for example, 32-bit ARM) support instructions that
67
+ can be conditionally executed. So such CPUs can work without branches
68
+ (and without pipeline flushing) in many cases in LZMA decompression code.
69
+ And such CPUs can have some speed advantages over other architectures
70
+ that don't support complex conditionally execution.
71
+ Out-of-Order execution capability is not so important for LZMA Decompression.
72
+ </P>
73
+
74
+ <P>The test code doesn't use FPU and SSE. Most of the code is 32-bit integer code.
75
+ Only some minor part in compression code uses also 64-bit integers.
76
+ RAM and Cache bandwidth are not so important for these tests.
77
+ The latencies are much more important.</P>
78
+
79
+ <P>The CPU's IPC (Instructions per cycle) rate is not very high for these
80
+ tests. The estimated value of test's IPC is 1 (one instruction per cycle)
81
+ for modern CPU. The compression test has big number of random accesses to RAM and Data Cache.
82
+ So big part of execution time the CPU waits the data from Data Cache or from RAM.
83
+ The decompression test has big number of pipeline flushes after mispredicted branches.
84
+ Such low IPC means that there are some unloaded CPU resources.
85
+ But the CPU with Hyper-Threading feature can load these CPU resources using two threads.
86
+ So Hyper-Threading provides pretty big improvement in these tests.</P>
87
+
88
+ <H3> LZMA benchmark in multithreading mode </H3>
89
+
90
+ <P>When you specify (N*2) threads for test, the program creates
91
+ N copies of LZMA encoder, and each LZMA encoder instance compresses separated block of
92
+ test data. Each LZMA encoder instance creates 3 unsymmetrical execution threads:
93
+ two big threads and one small thread.
94
+ The total CPU load for these 3 threads can vary from 140% to 200%.
95
+ To provide better CPU load during compression, you can test the mode, where the
96
+ number of benchmark threads is larger than the number of hardware threads.</P>
97
+
98
+ <P>Each LZMA encoder instance in multithreading mode divides the task of compression
99
+ into 3 different tasks, where each task is executed in separated thread.
100
+ Each of these tasks is simpler than original task, and it uses less memory.
101
+ So each thread uses the data cache and TLB more effectively in multithreading mode.
102
+ And LZMA encoder is slightly more effective in multithreading mode in value of
103
+ "the Speed" divided to "CPU usage".</P>
104
+
105
+ <P>Note that there is some data traffic between 3 threads of LZMA encoder.
106
+ So data exchange bandwidth via memory between CPU threads is also can be important,
107
+ especially in multi-core system with big number of cores or CPUs.</P>
108
+
109
+
110
+ <P>All LZMA decoder threads are symmetrical and independent. So the decompression
111
+ test uses all hardware threads, if the number of hardware threads is used.</P>
112
+
113
+
114
+ <H2>7-Zip benchmark</H2>
115
+
116
+ <P>With -mm=* switch you can run a complex benchmark for 7-Zip code.
117
+ It tests hash calculation methods, compression and encryption codecs of 7-Zip.
118
+ Note that the tests of LZMA have big weight in "total" results.
119
+ And the results are normalized with AMD K8 cpu in that complex benchmark.</P>
120
+
121
+ <P>The <B>CPU</B> rows show CPU frequency. It's measured for sequence of simple
122
+ CPU instructions. Note: It can be inaccurate, if hyper-threading is used.</P>
123
+ <P>The <B>Effec</B> column shows Efficiency - the Rating normalized to CPU frequency.</P>
124
+ <P>The <B>E / U</B> column shows the Efficiency normalized for 100% of CPU usage.</P>
125
+
126
+
127
+ <H4>Examples</H4>
128
+
129
+ <PRE class="example">
130
+ 7z b
131
+ </PRE>
132
+ runs benchmarking.
133
+
134
+ <PRE class="example">
135
+ 7z b -mmt1 -md26
136
+ </PRE>
137
+ runs benchmarking with one thread and 64 MB dictionary.
138
+
139
+ <PRE class="example">
140
+ 7z b 30
141
+ </PRE>
142
+ <P>runs benchmarking for 30 iterations. It can be used to check RAM for errors.</P>
143
+
144
+ <PRE class="example">
145
+ 7z b -mm=*
146
+ </PRE>
147
+ <P>runs complex 7-Zip benchmark.</P>
148
+
149
+ <PRE class="example">
150
+ 7z b -mm=* -mmt=*
151
+ </PRE>
152
+ <P>runs complex 7-Zip benchmark for different number of threads : (1, max/2, max),
153
+ where max is number of available hardware threads. So it can test 3 main modes:
154
+ single-thread, multi-thread without hyper-threading, multi-thread with hyper-threading.</P>
155
+
156
+ <PRE class="example">
157
+ 7z b -mm=* -mmt1 -mtime=1
158
+ </PRE>
159
+ <P>runs complex 7-Zip benchmark for 1 thread. Also it tries to reduce the execution time
160
+ of each workload to 1 second, if it's possible.
161
+ So it's a fast way to check the performance of most of codecs in 7-Zip.</P>
162
+
163
+ <PRE class="example">
164
+ 7z b -mm=xxh64 -mtic=32
165
+ </PRE>
166
+ <P>runs XXH64 benchmark for different number of threads. Also benchmark comptexity
167
+ is reduced to (2^32) ticks.
168
+ xxh64 is fast hash calculation method that uses integer 64-bit MULTIPLY operations.
169
+ for multiple threads and big block, it can be limited memory reading bandwidth.
170
+ So result can show available Memory Reading bandwidth.</P>
171
+ </P>
172
+
173
+ <PRE class="example">
174
+ 7z b -mm=swap4 -mtic=31
175
+ </PRE>
176
+ <P>runs swap4 filter encoding decoding for different number of threads. Also
177
+ benchmark comptexity is reduced to (2^31) ticks.
178
+ swap4 is filter that changes the order of bytes in each 4-bytes block of data.
179
+ It can use vector instructions (SSE*/AVX2/NEON).
180
+ The results can be limited memory reading/writing bandwidth.
181
+ So result can show available Cache/RAM bandwidth. Note: real bandwidth of memory
182
+ is 2 times larger than reported value, because 2 memory operations (read and write)
183
+ are counted as one operation in benchmark results.</P>
184
+
185
+ </BODY>
186
+ </HTML>
@@ -0,0 +1,64 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <HTML>
3
+ <HEAD>
4
+ <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5
+ <TITLE>d (Delete) command</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>d (Delete) command</H1>
12
+
13
+ <P>Deletes files from archive.</P>
14
+
15
+ <H4>Example</H4>
16
+
17
+ <PRE class="example">
18
+ 7z d archive.zip *.bak -r
19
+ </PRE>
20
+
21
+ <P>deletes <SPAN class="filename">*.bak</SPAN> files from archive
22
+ <SPAN class="filename">archive.zip</SPAN>.</P>
23
+
24
+
25
+ <H4>Notes</H4>
26
+
27
+ <P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
28
+ follow the archaic rule by which *.* means any file. 7-Zip treats
29
+ *.* as matching the name of any file that has an extension. To process
30
+ all files, you must use a * wildcard.</P>
31
+
32
+
33
+ <H4>Switches that can be used with this command</H4>
34
+
35
+ <P>
36
+ <A href="../switches/bb.htm"> -bb (Set output log level)</A><BR>
37
+ <A href="../switches/include.htm">-i (Include)</A><BR>
38
+ <A href="../switches/method.htm">-m (Method)</A><BR>
39
+ <A href="../switches/password.htm">-p (Set Password)</A><BR>
40
+ <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
41
+ <A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
42
+ <A href="../switches/update.htm">-u (Update)</A><BR>
43
+ <A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
44
+ <A href="../switches/exclude.htm">-x (Exclude)</A>
45
+ </P>
46
+
47
+ <H4>See also</H4>
48
+
49
+ <P>
50
+ <B>Commands:</B>
51
+ <A href="add.htm">a (Add)</A>,
52
+ <A href="update.htm">u (Update)</A>
53
+ </P>
54
+
55
+ <P>
56
+ <B>Switches:</B>
57
+ <A href="../switches/spf.htm">-spf (Use fully qualified file paths)</A><BR>
58
+ <A href="../switches/spm.htm">-spm (Require path separator mark for directory path)</A><BR>
59
+ <A href="../switches/stl.htm">-stl (Set archive timestamp from the most recently modified file)</A><BR>
60
+ <A href="../switches/update.htm">-u (Update)</A>
61
+ </P>
62
+
63
+ </BODY>
64
+ </HTML>