[X2Go-Commits] [pale-moon] 182/294: Merge branch 'master' into Sync-weave

git-admin at x2go.org git-admin at x2go.org
Sat Apr 27 08:58:07 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch upstream/28.5.0
in repository pale-moon.

commit 88083f8c683c18f4de68a20c863a82a9da65db8f
Merge: f999f54 843e4ce
Author: wolfbeast <mcwerewolf at wolfbeast.com>
Date:   Fri Mar 29 16:04:01 2019 +0100

    Merge branch 'master' into Sync-weave

 application/basilisk/app/profile/basilisk.js       |   11 -
 .../basilisk/base/content/browser-context.inc      |   16 +-
 .../basilisk/base/content/browser-menubar.inc      |    9 +-
 application/basilisk/base/content/browser.js       |  129 +-
 application/basilisk/base/content/browser.xul      |    8 +-
 application/basilisk/base/content/content.js       |    6 +-
 application/basilisk/base/content/nsContextMenu.js |   34 +-
 application/basilisk/base/content/tab-content.js   |   27 -
 application/basilisk/base/content/tabbrowser.xml   |  187 +-
 .../basilisk/base/content/utilityOverlay.js        |  101 +-
 .../contextualidentity/content/usercontext.css     |   91 -
 .../basilisk/components/contextualidentity/jar.mn  |    6 -
 .../components/contextualidentity/moz.build        |    7 -
 .../customizableui/CustomizableWidgets.jsm         |   85 -
 application/basilisk/components/moz.build          |    1 -
 .../basilisk/components/preferences/containers.js  |  176 -
 .../basilisk/components/preferences/containers.xul |   52 -
 .../basilisk/components/preferences/cookies.js     |   39 +-
 .../basilisk/components/preferences/cookies.xul    |    4 -
 .../basilisk/components/preferences/handlers.css   |    4 -
 .../basilisk/components/preferences/handlers.xml   |   23 -
 .../preferences/in-content/containers.js           |   73 -
 .../preferences/in-content/containers.xul          |   54 -
 .../components/preferences/in-content/jar.mn       |    1 -
 .../preferences/in-content/preferences.js          |    1 -
 .../preferences/in-content/preferences.xul         |   11 -
 .../components/preferences/in-content/privacy.js   |   88 -
 .../components/preferences/in-content/privacy.xul  |   25 -
 application/basilisk/components/preferences/jar.mn |    2 -
 .../components/sessionstore/ContentRestore.jsm     |    4 -
 .../components/sessionstore/SessionHistory.jsm     |    3 +-
 .../components/sessionstore/SessionStore.jsm       |   42 +-
 .../basilisk/components/sessionstore/TabState.jsm  |    4 -
 .../basilisk/extensions/pdfjs/content/PdfJs.jsm    |   23 +-
 .../pdfjs/content/PdfStreamConverter.jsm           |   38 +-
 .../basilisk/installer/windows/nsis/installer.nsi  |   31 -
 .../en-US/chrome/browser/browser.properties        |   31 -
 .../chrome/browser/preferences/containers.dtd      |   24 -
 .../browser/preferences/containers.properties      |   31 -
 .../en-US/chrome/browser/preferences/cookies.dtd   |    1 -
 .../chrome/browser/preferences/preferences.dtd     |    1 -
 .../browser/preferences/preferences.properties     |   14 -
 .../en-US/chrome/browser/preferences/privacy.dtd   |    7 -
 .../locales/en-US/installer/custom.properties      |    4 -
 application/basilisk/locales/jar.mn                |    2 -
 application/basilisk/modules/ContentClick.jsm      |    5 -
 .../themes/shared/incontentprefs/containers.css    |   32 -
 .../shared/incontentprefs/preferences.inc.css      |    3 +-
 application/basilisk/themes/shared/jar.inc.mn      |    2 -
 .../themes/shared/preferences/containers.css       |   53 -
 application/palemoon/app/profile/palemoon.js       |    5 +-
 application/palemoon/base/content/aboutDialog.xul  |    3 -
 .../palemoon/base/content/browser-menudragging.js  |   26 +-
 application/palemoon/base/content/browser.js       |   12 +-
 application/palemoon/base/content/content.js       |    2 -
 application/palemoon/base/content/tabbrowser.xml   |   26 +-
 .../palemoon/base/content/utilityOverlay.js        |   22 +-
 .../palemoon/branding/shared/pref/uaoverrides.inc  |    4 +
 .../palemoon/components/preferences/newtaburl.js   |   36 +-
 .../palemoon/components/preferences/tabs.js        |   29 +-
 .../palemoon/installer/windows/nsis/installer.nsi  |   31 -
 application/palemoon/themes/linux/browser.css      |   11 +
 application/palemoon/themes/osx/browser.css        |   11 +
 application/palemoon/themes/windows/browser.css    |   25 +-
 config/milestone.txt                               |    2 +-
 .../client/responsive.html/docs/browser-swap.md    |    3 -
 devtools/client/responsive.html/manager.js         |   16 +-
 devtools/client/shared/curl.js                     |    1 +
 devtools/client/styleeditor/test/browser.ini       |    1 -
 .../browser_styleeditor_loading_with_containers.js |   63 -
 .../test/fixtures/stubs/consoleApi.js              |   72 +-
 devtools/server/actors/stylesheets.js              |   13 +-
 dom/bindings/BindingUtils.cpp                      |   10 +-
 dom/bindings/BindingUtils.h                        |  101 +-
 dom/bindings/Codegen.py                            |  340 +-
 dom/bindings/Configuration.py                      |    2 +-
 dom/bindings/MozMap.h                              |  121 -
 dom/bindings/Record.h                              |   91 +
 dom/bindings/moz.build                             |    2 +-
 dom/bindings/parser/WebIDL.py                      |  152 +-
 dom/browser-element/BrowserElementParent.js        |   13 +-
 dom/canvas/CanvasRenderingContext2D.cpp            |    7 +
 dom/canvas/CanvasRenderingContext2D.h              |    4 +-
 dom/fetch/Headers.cpp                              |   14 +-
 dom/fetch/Headers.h                                |   12 +-
 dom/fetch/InternalHeaders.cpp                      |   11 +-
 dom/fetch/InternalHeaders.h                        |    4 +-
 dom/html/HTMLTableElement.cpp                      |   15 +-
 dom/html/HTMLTableSectionElement.cpp               |    2 +-
 dom/ipc/ContentChild.h                             |    4 +-
 dom/media/MediaManager.cpp                         |   11 +-
 dom/media/VideoFrameContainer.cpp                  |   12 +-
 dom/media/gmp/widevine-adapter/WidevineAdapter.cpp |   10 +-
 .../gmp/widevine-adapter/WidevineDecryptor.cpp     |  101 +-
 dom/media/gmp/widevine-adapter/WidevineDecryptor.h |   24 +-
 dom/media/gmp/widevine-adapter/WidevineUtils.cpp   |    4 +-
 dom/media/gmp/widevine-adapter/WidevineUtils.h     |   10 +-
 .../gmp/widevine-adapter/WidevineVideoDecoder.h    |    2 +-
 .../widevine-adapter/content_decryption_module.h   |  289 +-
 .../content_decryption_module_export.h             |   22 +
 .../content_decryption_module_ext.h                |   64 +
 dom/smil/nsSMILAnimationController.cpp             |    2 +-
 dom/url/URLSearchParams.cpp                        |   51 +-
 dom/url/URLSearchParams.h                          |   19 +-
 dom/webidl/Headers.webidl                          |    2 +-
 dom/webidl/InstallTrigger.webidl                   |    2 +-
 dom/webidl/TestInterfaceJS.webidl                  |    2 +-
 dom/webidl/URLSearchParams.webidl                  |    3 +-
 image/imgFrame.cpp                                 |    2 +-
 js/public/Value.h                                  |    7 +-
 js/src/gc/Nursery.cpp                              |    1 +
 js/src/gc/Nursery.h                                |    1 +
 js/src/jit/AliasAnalysisShared.cpp                 |    3 +-
 js/src/jit/IonAnalysis.cpp                         |   21 +-
 js/src/jit/JitOptions.cpp                          |    2 +-
 js/src/jit/MIR.h                                   |    7 +-
 js/src/jit/StupidAllocator.cpp                     |    1 -
 js/src/jsapi.cpp                                   |    3 +
 js/src/jsapi.h                                     |   25 +-
 js/src/jsfun.cpp                                   |   58 +-
 js/src/vm/ObjectGroup.cpp                          |    1 -
 js/xpconnect/src/XPCJSContext.cpp                  |    4 +
 layout/base/nsLayoutUtils.h                        |    9 +-
 layout/base/nsPresShell.cpp                        |   10 +-
 layout/generic/nsAbsoluteContainingBlock.cpp       |   28 +-
 ...position-absolute-containing-block-001-ref.html |   27 +
 .../position-absolute-containing-block-001.html    |   30 +
 ...position-absolute-containing-block-002-ref.html |   27 +
 .../position-absolute-containing-block-002.html    |   38 +
 .../w3c-css/submitted/flexbox/reftest.list         |    4 +
 media/libcubeb/src/cubeb.c                         |    2 +-
 media/libcubeb/src/cubeb_audiounit.cpp             |    2 +-
 mfbt/RangedPtr.h                                   |    2 +-
 mobile/android/components/AddonUpdateService.js    |   12 +-
 modules/libpref/init/all.js                        |    1 +
 modules/libpref/nsIPrefBranch.idl                  |   24 +-
 modules/libpref/nsPrefBranch.cpp                   |   57 +
 modules/libpref/test/unit/test_defaultValues.js    |   48 +
 modules/libpref/test/unit/xpcshell.ini             |    1 +
 netwerk/base/security-prefs.js                     |    4 -
 netwerk/protocol/ftp/FTPChannelChild.cpp           |   41 +-
 netwerk/protocol/ftp/nsFtpConnectionThread.cpp     |   81 +-
 netwerk/protocol/http/TunnelUtils.cpp              |   67 +-
 netwerk/protocol/http/TunnelUtils.h                |   11 +-
 netwerk/protocol/http/nsHttpConnection.cpp         |   21 +-
 netwerk/protocol/http/nsHttpConnection.h           |    3 +-
 netwerk/sctp/datachannel/DataChannel.cpp           |   11 +-
 other-licenses/7zstub/LICENSE                      |    7 +
 other-licenses/7zstub/README.mcp                   |   71 +
 other-licenses/7zstub/ReleaseD/7zSD.sfx.exe        |  Bin 0 -> 155136 bytes
 other-licenses/7zstub/customizations.diff          |  363 ++
 other-licenses/7zstub/palemoon/7zSD.manifest       |   29 +
 other-licenses/7zstub/palemoon/7zSD.sfx            |  Bin 231936 -> 156672 bytes
 .../7zstub/src/7zip/Archive/7z/7zCompressionMode.h |   64 -
 .../7zstub/src/7zip/Archive/7z/7zDecode.cpp        |  443 ---
 .../7zstub/src/7zip/Archive/7z/7zDecode.h          |   71 -
 .../7zstub/src/7zip/Archive/7z/7zExtract.cpp       |  265 --
 .../src/7zip/Archive/7z/7zFolderOutStream.cpp      |  161 -
 .../7zstub/src/7zip/Archive/7z/7zFolderOutStream.h |   57 -
 .../7zstub/src/7zip/Archive/7z/7zHandler.cpp       |  757 -----
 .../7zstub/src/7zip/Archive/7z/7zHandler.h         |  234 --
 .../7zstub/src/7zip/Archive/7z/7zHeader.cpp        |   19 -
 .../7zstub/src/7zip/Archive/7z/7zHeader.h          |   96 -
 other-licenses/7zstub/src/7zip/Archive/7z/7zIn.cpp | 1294 -------
 other-licenses/7zstub/src/7zip/Archive/7z/7zIn.h   |  288 --
 other-licenses/7zstub/src/7zip/Archive/7z/7zItem.h |  181 -
 .../7zstub/src/7zip/Archive/7z/7zMethodID.cpp      |   76 -
 .../7zstub/src/7zip/Archive/7z/7zMethodID.h        |   29 -
 .../7zstub/src/7zip/Archive/7z/7zMethods.cpp       |  174 -
 .../7zstub/src/7zip/Archive/7z/7zMethods.h         |   36 -
 .../7zstub/src/7zip/Archive/7z/7zProperties.cpp    |  166 -
 .../7zstub/src/7zip/Archive/7z/7zProperties.h      |   22 -
 other-licenses/7zstub/src/7zip/Archive/Archive.def |    3 -
 .../7zstub/src/7zip/Archive/Common/CoderMixer2.cpp |  121 -
 .../7zstub/src/7zip/Archive/Common/CoderMixer2.h   |  168 -
 .../src/7zip/Archive/Common/CoderMixer2MT.cpp      |  359 --
 .../7zstub/src/7zip/Archive/Common/CoderMixer2MT.h |  121 -
 .../7zip/Archive/Common/CrossThreadProgress.cpp    |   15 -
 .../src/7zip/Archive/Common/CrossThreadProgress.h  |   31 -
 .../7zstub/src/7zip/Archive/Common/FilterCoder.cpp |  242 --
 .../7zstub/src/7zip/Archive/Common/FilterCoder.h   |  130 -
 .../src/7zip/Archive/Common/ItemNameUtils.cpp      |   59 -
 .../7zstub/src/7zip/Archive/Common/ItemNameUtils.h |   24 -
 .../src/7zip/Archive/Common/OutStreamWithCRC.cpp   |   23 -
 .../src/7zip/Archive/Common/OutStreamWithCRC.h     |   33 -
 other-licenses/7zstub/src/7zip/Archive/IArchive.h  |  173 -
 .../7zip/Bundles/SFXSetup-moz/ExtractCallback.cpp  |  249 --
 .../7zip/Bundles/SFXSetup-moz/ExtractCallback.h    |   96 -
 .../7zip/Bundles/SFXSetup-moz/ExtractEngine.cpp    |  139 -
 .../src/7zip/Bundles/SFXSetup-moz/ExtractEngine.h  |   17 -
 .../7zstub/src/7zip/Bundles/SFXSetup-moz/Main.cpp  |  561 ----
 .../src/7zip/Bundles/SFXSetup-moz/SFXSetup-moz.dsp |  696 ----
 .../src/7zip/Bundles/SFXSetup-moz/SFXSetup-moz.dsw |   29 -
 .../7zstub/src/7zip/Bundles/SFXSetup-moz/StdAfx.h  |   10 -
 .../7zstub/src/7zip/Bundles/SFXSetup-moz/makefile  |  156 -
 .../src/7zip/Bundles/SFXSetup-moz/resource.h       |    8 -
 .../src/7zip/Bundles/SFXSetup-moz/resource.rc      |   18 -
 .../7zstub/src/7zip/Common/FilePathAutoRename.cpp  |   57 -
 .../7zstub/src/7zip/Common/FilePathAutoRename.h    |   10 -
 .../7zstub/src/7zip/Common/FileStreams.cpp         |  251 --
 .../7zstub/src/7zip/Common/FileStreams.h           |   98 -
 other-licenses/7zstub/src/7zip/Common/InBuffer.cpp |   80 -
 other-licenses/7zstub/src/7zip/Common/InBuffer.h   |   76 -
 .../7zstub/src/7zip/Common/InOutTempBuffer.cpp     |  122 -
 .../7zstub/src/7zip/Common/InOutTempBuffer.h       |   55 -
 .../7zstub/src/7zip/Common/LSBFDecoder.cpp         |   34 -
 .../7zstub/src/7zip/Common/LSBFDecoder.h           |  127 -
 .../7zstub/src/7zip/Common/LSBFEncoder.cpp         |   29 -
 .../7zstub/src/7zip/Common/LSBFEncoder.h           |   51 -
 .../7zstub/src/7zip/Common/LimitedStreams.cpp      |   24 -
 .../7zstub/src/7zip/Common/LimitedStreams.h        |   23 -
 .../7zstub/src/7zip/Common/LockedStream.cpp        |   23 -
 .../7zstub/src/7zip/Common/LockedStream.h          |   38 -
 .../7zstub/src/7zip/Common/MSBFDecoder.h           |   69 -
 .../7zstub/src/7zip/Common/MSBFEncoder.h           |   59 -
 .../7zstub/src/7zip/Common/OffsetStream.cpp        |   35 -
 .../7zstub/src/7zip/Common/OffsetStream.h          |   25 -
 .../7zstub/src/7zip/Common/OutBuffer.cpp           |  116 -
 other-licenses/7zstub/src/7zip/Common/OutBuffer.h  |   64 -
 .../7zstub/src/7zip/Common/ProgressUtils.cpp       |   58 -
 .../7zstub/src/7zip/Common/ProgressUtils.h         |   43 -
 other-licenses/7zstub/src/7zip/Common/StdAfx.h     |    9 -
 .../7zstub/src/7zip/Common/StreamBinder.cpp        |  162 -
 .../7zstub/src/7zip/Common/StreamBinder.h          |   37 -
 .../7zstub/src/7zip/Common/StreamObjects.cpp       |  102 -
 .../7zstub/src/7zip/Common/StreamObjects.h         |  156 -
 .../7zstub/src/7zip/Common/StreamUtils.cpp         |   44 -
 .../7zstub/src/7zip/Common/StreamUtils.h           |   11 -
 .../src/7zip/Compress/Branch/BranchCoder.cpp       |   18 -
 .../7zstub/src/7zip/Compress/Branch/BranchCoder.h  |   54 -
 .../7zstub/src/7zip/Compress/Branch/BranchTypes.h  |   15 -
 .../7zstub/src/7zip/Compress/Branch/BranchX86.c    |  101 -
 .../7zstub/src/7zip/Compress/Branch/BranchX86.h    |   13 -
 .../7zstub/src/7zip/Compress/Branch/x86.cpp        |   18 -
 .../7zstub/src/7zip/Compress/Branch/x86.h          |   19 -
 .../7zstub/src/7zip/Compress/Branch/x86_2.cpp      |  412 ---
 .../7zstub/src/7zip/Compress/Branch/x86_2.h        |  133 -
 .../7zstub/src/7zip/Compress/Copy/CopyCoder.cpp    |   52 -
 .../7zstub/src/7zip/Compress/Copy/CopyCoder.h      |   31 -
 .../7zstub/src/7zip/Compress/LZ/LZOutWindow.cpp    |   17 -
 .../7zstub/src/7zip/Compress/LZ/LZOutWindow.h      |   56 -
 .../7zstub/src/7zip/Compress/LZMA/LZMA.h           |   82 -
 .../7zstub/src/7zip/Compress/LZMA/LZMADecoder.cpp  |  337 --
 .../7zstub/src/7zip/Compress/LZMA/LZMADecoder.h    |  251 --
 .../src/7zip/Compress/RangeCoder/RangeCoder.h      |  205 --
 .../src/7zip/Compress/RangeCoder/RangeCoderBit.cpp |   80 -
 .../src/7zip/Compress/RangeCoder/RangeCoderBit.h   |  120 -
 .../7zip/Compress/RangeCoder/RangeCoderBitTree.h   |  161 -
 .../src/7zip/Compress/RangeCoder/RangeCoderOpt.h   |   31 -
 .../7zstub/src/7zip/FileManager/FormatUtils.cpp    |   40 -
 .../7zstub/src/7zip/FileManager/FormatUtils.h      |   18 -
 .../Resource/ProgressDialog/ProgressDialog.cpp     |  175 -
 .../Resource/ProgressDialog/ProgressDialog.h       |  129 -
 .../FileManager/Resource/ProgressDialog/StdAfx.h   |   16 -
 .../FileManager/Resource/ProgressDialog/resource.h |    3 -
 .../Resource/ProgressDialog/resource.rc            |   20 -
 other-licenses/7zstub/src/7zip/GuiCommon.rc        |   37 -
 other-licenses/7zstub/src/7zip/ICoder.h            |  163 -
 other-licenses/7zstub/src/7zip/IPassword.h         |   26 -
 other-licenses/7zstub/src/7zip/IProgress.h         |   32 -
 other-licenses/7zstub/src/7zip/IStream.h           |   62 -
 other-licenses/7zstub/src/7zip/MyVersion.h         |    8 -
 other-licenses/7zstub/src/7zip/MyVersionInfo.rc    |   41 -
 other-licenses/7zstub/src/7zip/PropID.h            |   51 -
 .../src/7zip/UI/Common/ArchiveOpenCallback.cpp     |  117 -
 .../src/7zip/UI/Common/ArchiveOpenCallback.h       |   87 -
 .../7zstub/src/7zip/UI/Common/ArchiverInfo.cpp     |  359 --
 .../7zstub/src/7zip/UI/Common/ArchiverInfo.h       |   66 -
 .../7zstub/src/7zip/UI/Common/DefaultName.cpp      |   23 -
 .../7zstub/src/7zip/UI/Common/DefaultName.h        |   11 -
 .../7zstub/src/7zip/UI/Common/OpenArchive.cpp      |  528 ---
 .../7zstub/src/7zip/UI/Common/OpenArchive.h        |  134 -
 .../7zstub/src/7zip/UI/Explorer/MyMessages.cpp     |   45 -
 .../7zstub/src/7zip/UI/Explorer/MyMessages.h       |   24 -
 .../7zstub/src/7zip/UI/GUI/OpenCallbackGUI.cpp     |   53 -
 .../7zstub/src/7zip/UI/GUI/OpenCallbackGUI.h       |   30 -
 other-licenses/7zstub/src/Asm/arm/7zCrcOpt.asm     |  100 +
 other-licenses/7zstub/src/Asm/x86/7zAsm.asm        |  147 +
 other-licenses/7zstub/src/Asm/x86/7zCrcOpt.asm     |  147 +
 other-licenses/7zstub/src/Asm/x86/AesOpt.asm       |  237 ++
 other-licenses/7zstub/src/Asm/x86/LzmaDecOpt.asm   | 1258 +++++++
 other-licenses/7zstub/src/Asm/x86/XzCrc64Opt.asm   |  205 ++
 other-licenses/7zstub/src/C/7z.h                   |  202 ++
 other-licenses/7zstub/src/C/7zAlloc.c              |   80 +
 other-licenses/7zstub/src/C/7zAlloc.h              |   19 +
 other-licenses/7zstub/src/C/7zArcIn.c              | 1771 ++++++++++
 other-licenses/7zstub/src/C/7zBuf.c                |   36 +
 other-licenses/7zstub/src/C/7zBuf.h                |   35 +
 other-licenses/7zstub/src/C/7zBuf2.c               |   52 +
 other-licenses/7zstub/src/C/7zCrc.c                |  128 +
 other-licenses/7zstub/src/C/7zCrc.h                |   25 +
 other-licenses/7zstub/src/C/7zCrcOpt.c             |  115 +
 other-licenses/7zstub/src/C/7zDec.c                |  591 ++++
 other-licenses/7zstub/src/C/7zFile.c               |  286 ++
 other-licenses/7zstub/src/C/7zFile.h               |   83 +
 other-licenses/7zstub/src/C/7zStream.c             |  176 +
 other-licenses/7zstub/src/C/7zTypes.h              |  374 +++
 other-licenses/7zstub/src/C/7zVersion.h            |   27 +
 other-licenses/7zstub/src/C/7zVersion.rc           |   55 +
 other-licenses/7zstub/src/C/Aes.c                  |  306 ++
 other-licenses/7zstub/src/C/Aes.h                  |   38 +
 other-licenses/7zstub/src/C/AesOpt.c               |  184 +
 other-licenses/7zstub/src/C/Alloc.c                |  455 +++
 other-licenses/7zstub/src/C/Alloc.h                |   51 +
 other-licenses/7zstub/src/C/Bcj2.c                 |  257 ++
 other-licenses/7zstub/src/C/Bcj2.h                 |  146 +
 other-licenses/7zstub/src/C/Bcj2Enc.c              |  311 ++
 other-licenses/7zstub/src/C/Bra.c                  |  230 ++
 other-licenses/7zstub/src/C/Bra.h                  |   64 +
 other-licenses/7zstub/src/C/Bra86.c                |   82 +
 other-licenses/7zstub/src/C/BraIA64.c              |   53 +
 other-licenses/7zstub/src/C/Compiler.h             |   33 +
 other-licenses/7zstub/src/C/CpuArch.c              |  200 ++
 other-licenses/7zstub/src/C/CpuArch.h              |  335 ++
 other-licenses/7zstub/src/C/Delta.c                |   64 +
 other-licenses/7zstub/src/C/Delta.h                |   19 +
 other-licenses/7zstub/src/C/DllSecur.c             |   87 +
 other-licenses/7zstub/src/C/DllSecur.h             |   19 +
 other-licenses/7zstub/src/C/LzFind.c               | 1069 ++++++
 other-licenses/7zstub/src/C/LzFind.h               |  121 +
 other-licenses/7zstub/src/C/LzFindMt.c             |  820 +++++
 other-licenses/7zstub/src/C/LzFindMt.h             |  101 +
 other-licenses/7zstub/src/C/LzHash.h               |   57 +
 other-licenses/7zstub/src/C/Lzma2Dec.c             |  488 +++
 other-licenses/7zstub/src/C/Lzma2Dec.h             |  120 +
 other-licenses/7zstub/src/C/Lzma2DecMt.c           | 1082 ++++++
 other-licenses/7zstub/src/C/Lzma2DecMt.h           |   79 +
 other-licenses/7zstub/src/C/Lzma2Enc.c             |  803 +++++
 other-licenses/7zstub/src/C/Lzma2Enc.h             |   55 +
 other-licenses/7zstub/src/C/Lzma86.h               |  111 +
 other-licenses/7zstub/src/C/Lzma86Dec.c            |   54 +
 other-licenses/7zstub/src/C/Lzma86Enc.c            |  106 +
 other-licenses/7zstub/src/C/LzmaDec.c              | 1185 +++++++
 other-licenses/7zstub/src/C/LzmaDec.h              |  234 ++
 other-licenses/7zstub/src/C/LzmaEnc.c              | 2787 +++++++++++++++
 other-licenses/7zstub/src/C/LzmaEnc.h              |   76 +
 other-licenses/7zstub/src/C/LzmaLib.c              |   40 +
 other-licenses/7zstub/src/C/LzmaLib.h              |  131 +
 other-licenses/7zstub/src/C/MtCoder.c              |  601 ++++
 other-licenses/7zstub/src/C/MtCoder.h              |  141 +
 other-licenses/7zstub/src/C/MtDec.c                | 1137 +++++++
 other-licenses/7zstub/src/C/MtDec.h                |  201 ++
 other-licenses/7zstub/src/C/Ppmd.h                 |   85 +
 other-licenses/7zstub/src/C/Ppmd7.c                |  712 ++++
 other-licenses/7zstub/src/C/Ppmd7.h                |  142 +
 other-licenses/7zstub/src/C/Ppmd7Dec.c             |  191 ++
 other-licenses/7zstub/src/C/Ppmd7Enc.c             |  187 ++
 other-licenses/7zstub/src/C/Precomp.h              |   10 +
 other-licenses/7zstub/src/C/RotateDefs.h           |   30 +
 other-licenses/7zstub/src/C/Sha256.c               |  248 ++
 other-licenses/7zstub/src/C/Sha256.h               |   26 +
 other-licenses/7zstub/src/C/Sort.c                 |  141 +
 other-licenses/7zstub/src/C/Sort.h                 |   18 +
 other-licenses/7zstub/src/C/Threads.c              |   95 +
 other-licenses/7zstub/src/C/Threads.h              |   68 +
 other-licenses/7zstub/src/C/Util/7z/7z.dsp         |  241 ++
 other-licenses/7zstub/src/C/Util/7z/7z.dsw         |   29 +
 other-licenses/7zstub/src/C/Util/7z/7zMain.c       |  686 ++++
 other-licenses/7zstub/src/C/Util/7z/Precomp.c      |    4 +
 other-licenses/7zstub/src/C/Util/7z/Precomp.h      |   10 +
 other-licenses/7zstub/src/C/Util/7z/makefile       |   40 +
 other-licenses/7zstub/src/C/Util/7z/makefile.gcc   |   75 +
 other-licenses/7zstub/src/C/Util/Lzma/LzmaUtil.c   |  258 ++
 other-licenses/7zstub/src/C/Util/Lzma/LzmaUtil.dsp |  168 +
 other-licenses/7zstub/src/C/Util/Lzma/LzmaUtil.dsw |   29 +
 other-licenses/7zstub/src/C/Util/Lzma/makefile     |   28 +
 other-licenses/7zstub/src/C/Util/Lzma/makefile.gcc |   44 +
 .../7zstub/src/C/Util/LzmaLib/LzmaLib.def          |    4 +
 .../7zstub/src/C/Util/LzmaLib/LzmaLib.dsp          |  178 +
 .../7zstub/src/C/Util/LzmaLib/LzmaLib.dsw          |   29 +
 .../7zstub/src/C/Util/LzmaLib/LzmaLibExports.c     |   14 +
 other-licenses/7zstub/src/C/Util/LzmaLib/makefile  |   34 +
 .../7zstub/src/C/Util/LzmaLib/resource.rc          |    3 +
 .../7zstub/src/C/Util/SfxSetup/Precomp.c           |    4 +
 .../7zstub/src/C/Util/SfxSetup/Precomp.h           |   10 +
 .../7zstub/src/C/Util/SfxSetup/SfxSetup.c          |  640 ++++
 .../7zstub/src/C/Util/SfxSetup/SfxSetup.dsp        |  231 ++
 .../7zstub/src/C/Util/SfxSetup/SfxSetup.dsw        |   29 +
 other-licenses/7zstub/src/C/Util/SfxSetup/makefile |   37 +
 .../7zstub/src/C/Util/SfxSetup/makefile_con        |   38 +
 .../7zstub/src/C/Util/SfxSetup/resource.rc         |    5 +
 .../7zstub/src/C/Util/SfxSetup/setup.ico           |  Bin 0 -> 1078 bytes
 other-licenses/7zstub/src/C/Xz.c                   |   90 +
 other-licenses/7zstub/src/C/Xz.h                   |  460 +++
 other-licenses/7zstub/src/C/XzCrc64.c              |   86 +
 other-licenses/7zstub/src/C/XzCrc64.h              |   26 +
 other-licenses/7zstub/src/C/XzCrc64Opt.c           |   69 +
 other-licenses/7zstub/src/C/XzDec.c                | 2773 +++++++++++++++
 other-licenses/7zstub/src/C/XzEnc.c                | 1329 ++++++++
 other-licenses/7zstub/src/C/XzEnc.h                |   60 +
 other-licenses/7zstub/src/C/XzIn.c                 |  319 ++
 other-licenses/7zstub/src/CPP/7zip/7zip.mak        |  240 ++
 other-licenses/7zstub/src/CPP/7zip/Aes.mak         |    7 +
 .../7zip/Archive/7z/7zCompressionMode.cpp          |    0
 .../src/CPP/7zip/Archive/7z/7zCompressionMode.h    |   76 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zDecode.cpp    |  567 ++++
 .../7zstub/src/CPP/7zip/Archive/7z/7zDecode.h      |   70 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zEncode.cpp    |  678 ++++
 .../7zstub/src/CPP/7zip/Archive/7z/7zEncode.h      |   92 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zExtract.cpp   |  423 +++
 .../src/CPP/7zip/Archive/7z/7zFolderInStream.cpp   |  139 +
 .../src/CPP/7zip/Archive/7z/7zFolderInStream.h     |   61 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zHandler.cpp   |  756 +++++
 .../7zstub/src/CPP/7zip/Archive/7z/7zHandler.h     |  181 +
 .../src/CPP/7zip/Archive/7z/7zHandlerOut.cpp       |  939 ++++++
 .../7zstub/src/CPP/7zip/Archive/7z/7zHeader.cpp    |   19 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zHeader.h      |  148 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zIn.cpp        | 1663 +++++++++
 .../7zstub/src/CPP/7zip/Archive/7z/7zIn.h          |  435 +++
 .../7zstub/src/CPP/7zip/Archive/7z/7zItem.h        |  202 ++
 .../7zstub/src/CPP/7zip/Archive/7z/7zOut.cpp       |  901 +++++
 .../7zstub/src/CPP/7zip/Archive/7z/7zOut.h         |  335 ++
 .../src/CPP/7zip/Archive/7z/7zProperties.cpp       |  174 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zProperties.h  |   22 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zRegister.cpp  |   21 +
 .../src/CPP/7zip/Archive/7z/7zSpecStream.cpp       |   22 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zSpecStream.h  |   35 +
 .../7zstub/src/CPP/7zip/Archive/7z/7zUpdate.cpp    | 2497 ++++++++++++++
 .../7zstub/src/CPP/7zip/Archive/7z/7zUpdate.h      |  139 +
 .../7zip/Archive/7z}/StdAfx.cpp                    |    0
 .../7zstub/src/CPP/7zip/Archive/7z/StdAfx.h        |    8 +
 .../7zstub/src/CPP/7zip/Archive/Archive.def        |   12 +
 .../7zstub/src/CPP/7zip/Archive/Archive2.def       |   19 +
 .../7zstub/src/CPP/7zip/Archive/ArchiveExports.cpp |  151 +
 .../src/CPP/7zip/Archive/Common/CoderMixer2.cpp    | 1124 +++++++
 .../src/CPP/7zip/Archive/Common/CoderMixer2.h      |  447 +++
 .../src/CPP/7zip/Archive/Common/DummyOutStream.cpp |   17 +
 .../src/CPP/7zip/Archive/Common/DummyOutStream.h   |   25 +
 .../src/CPP/7zip/Archive/Common/HandlerOut.cpp     |  232 ++
 .../src/CPP/7zip/Archive/Common/HandlerOut.h       |  110 +
 .../CPP/7zip/Archive/Common/InStreamWithCRC.cpp    |   46 +
 .../src/CPP/7zip/Archive/Common/InStreamWithCRC.h  |   67 +
 .../src/CPP/7zip/Archive/Common/ItemNameUtils.cpp  |   88 +
 .../src/CPP/7zip/Archive/Common/ItemNameUtils.h    |   28 +
 .../src/CPP/7zip/Archive/Common/MultiStream.cpp    |  191 ++
 .../src/CPP/7zip/Archive/Common/MultiStream.h      |   89 +
 .../CPP/7zip/Archive/Common/OutStreamWithCRC.cpp   |   18 +
 .../src/CPP/7zip/Archive/Common/OutStreamWithCRC.h |   37 +
 .../CPP/7zip/Archive/Common/ParseProperties.cpp    |    3 +
 .../src/CPP/7zip/Archive/Common/ParseProperties.h  |    6 +
 .../7zstub/src/CPP/7zip/Archive/Common/StdAfx.h    |    8 +
 .../7zstub/src/CPP/7zip/Archive/DllExports2.cpp    |  122 +
 .../7zstub/src/CPP/7zip/Archive/IArchive.h         |  608 ++++
 .../7zstub/src/CPP/7zip/Archive/Icons/7z.ico       |  Bin 0 -> 4710 bytes
 .../7zstub/src/CPP/7zip/Archive/LzmaHandler.cpp    |  605 ++++
 .../7zstub/src/CPP/7zip/Archive/SplitHandler.cpp   |  359 ++
 .../7zstub/src/CPP/7zip/Archive/StdAfx.h           |    8 +
 .../7zstub/src/CPP/7zip/Archive/XzHandler.cpp      | 1308 ++++++++
 .../7zstub/src/CPP/7zip/Archive/XzHandler.h        |   11 +
 other-licenses/7zstub/src/CPP/7zip/Asm.mak         |    9 +
 .../7zstub/src/CPP/7zip/Bundles/Alone7z/Alone.dsp  | 1901 +++++++++++
 .../7zstub/src/CPP/7zip/Bundles/Alone7z/Alone.dsw  |   29 +
 .../7zip/Bundles/Alone7z}/StdAfx.cpp               |    0
 .../7zstub/src/CPP/7zip/Bundles/Alone7z/StdAfx.h   |    8 +
 .../7zstub/src/CPP/7zip/Bundles/Alone7z/makefile   |  158 +
 .../src/CPP/7zip/Bundles/Alone7z/resource.rc       |    7 +
 .../7zip/Bundles/Format7zExtractR}/StdAfx.cpp      |    0
 .../src/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h |    8 +
 .../src/CPP/7zip/Bundles/Format7zExtractR/makefile |   96 +
 .../CPP/7zip/Bundles/Format7zExtractR/resource.rc  |    5 +
 .../7zip/Bundles/Format7zR}/StdAfx.cpp             |    0
 .../7zstub/src/CPP/7zip/Bundles/Format7zR/StdAfx.h |    8 +
 .../7zstub/src/CPP/7zip/Bundles/Format7zR/makefile |  116 +
 .../src/CPP/7zip/Bundles/Format7zR/resource.rc     |    5 +
 .../src/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp     |  799 +++++
 .../src/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsp       |  477 +++
 .../src/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsw       |   29 +
 .../7zip/Bundles/LzmaCon}/StdAfx.cpp               |    0
 .../7zstub/src/CPP/7zip/Bundles/LzmaCon/StdAfx.h   |    8 +
 .../7zstub/src/CPP/7zip/Bundles/LzmaCon/makefile   |   59 +
 .../src/CPP/7zip/Bundles/LzmaCon/makefile.gcc      |  195 ++
 .../src/CPP/7zip/Bundles/LzmaCon/resource.rc       |    3 +
 .../src/CPP/7zip/Bundles/LzmaSpec/LzmaSpec.cpp     |  715 ++++
 .../7zstub/src/CPP/7zip/Bundles/SFXCon/7z.ico      |  Bin 0 -> 1078 bytes
 .../7zstub/src/CPP/7zip/Bundles/SFXCon/SFXCon.dsp  |  912 +++++
 .../7zstub/src/CPP/7zip/Bundles/SFXCon/SFXCon.dsw  |   29 +
 .../7zstub/src/CPP/7zip/Bundles/SFXCon/SfxCon.cpp  |  482 +++
 .../7zip/Bundles/SFXCon}/StdAfx.cpp                |    0
 .../7zstub/src/CPP/7zip/Bundles/SFXCon/StdAfx.h    |    8 +
 .../7zstub/src/CPP/7zip/Bundles/SFXCon/makefile    |  135 +
 .../7zstub/src/CPP/7zip/Bundles/SFXCon/resource.rc |    5 +
 .../7zip/Bundles/SFXSetup/ExtractCallbackSfx.cpp   |  246 ++
 .../CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.h |   86 +
 .../CPP/7zip/Bundles/SFXSetup/ExtractEngine.cpp    |  137 +
 .../src/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h  |   11 +
 .../src/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp     |  803 +++++
 .../src/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsw     |   29 +
 .../src/CPP/7zip/Bundles/SFXSetup/SfxSetup.cpp     |  596 ++++
 .../7zip/Bundles/SFXSetup}/StdAfx.cpp              |    0
 .../7zstub/src/CPP/7zip/Bundles/SFXSetup/StdAfx.h  |   13 +
 .../7zstub/src/CPP/7zip/Bundles/SFXSetup/makefile  |  117 +
 .../src/CPP/7zip/Bundles/SFXSetup/resource.h       |    8 +
 .../src/CPP/7zip/Bundles/SFXSetup/resource.rc      |   18 +
 .../7zip/Bundles/SFXSetup}/setup.ico               |  Bin
 .../7zstub/src/CPP/7zip/Bundles/SFXWin/7z.ico      |  Bin 0 -> 1078 bytes
 .../7zstub/src/CPP/7zip/Bundles/SFXWin/SFXWin.dsp  |  988 ++++++
 .../7zstub/src/CPP/7zip/Bundles/SFXWin/SFXWin.dsw  |   29 +
 .../7zstub/src/CPP/7zip/Bundles/SFXWin/SfxWin.cpp  |  241 ++
 .../7zip/Bundles/SFXWin}/StdAfx.cpp                |    0
 .../7zstub/src/CPP/7zip/Bundles/SFXWin/StdAfx.h    |   14 +
 .../7zstub/src/CPP/7zip/Bundles/SFXWin/makefile    |  153 +
 .../7zstub/src/CPP/7zip/Bundles/SFXWin/resource.h  |    1 +
 .../7zstub/src/CPP/7zip/Bundles/SFXWin/resource.rc |   50 +
 .../7zstub/src/CPP/7zip/Common/CWrappers.cpp       |  250 ++
 .../7zstub/src/CPP/7zip/Common/CWrappers.h         |  120 +
 .../7zstub/src/CPP/7zip/Common/CreateCoder.cpp     |  536 +++
 .../7zstub/src/CPP/7zip/Common/CreateCoder.h       |  192 ++
 .../src/CPP/7zip/Common/FilePathAutoRename.cpp     |   46 +
 .../src/CPP/7zip/Common/FilePathAutoRename.h       |   10 +
 .../7zstub/src/CPP/7zip/Common/FileStreams.cpp     |  475 +++
 .../7zstub/src/CPP/7zip/Common/FileStreams.h       |  166 +
 .../7zstub/src/CPP/7zip/Common/FilterCoder.cpp     |  418 +++
 .../7zstub/src/CPP/7zip/Common/FilterCoder.h       |  235 ++
 .../7zstub/src/CPP/7zip/Common/InBuffer.cpp        |  163 +
 .../7zstub/src/CPP/7zip/Common/InBuffer.h          |   92 +
 .../7zstub/src/CPP/7zip/Common/InOutTempBuffer.cpp |  127 +
 .../7zstub/src/CPP/7zip/Common/InOutTempBuffer.h   |   48 +
 .../7zstub/src/CPP/7zip/Common/LimitedStreams.cpp  |  367 ++
 .../7zstub/src/CPP/7zip/Common/LimitedStreams.h    |  252 ++
 .../7zstub/src/CPP/7zip/Common/LockedStream.cpp    |    3 +
 .../7zstub/src/CPP/7zip/Common/LockedStream.h      |    6 +
 .../7zstub/src/CPP/7zip/Common/MethodId.cpp        |    3 +
 .../7zstub/src/CPP/7zip/Common/MethodId.h          |   10 +
 .../7zstub/src/CPP/7zip/Common/MethodProps.cpp     |  509 +++
 .../7zstub/src/CPP/7zip/Common/MethodProps.h       |  264 ++
 .../7zstub/src/CPP/7zip/Common/OffsetStream.cpp    |   39 +
 .../7zstub/src/CPP/7zip/Common/OffsetStream.h      |   26 +
 .../7zstub/src/CPP/7zip/Common/OutBuffer.cpp       |  111 +
 .../7zstub/src/CPP/7zip/Common/OutBuffer.h         |   66 +
 .../7zstub/src/CPP/7zip/Common/ProgressUtils.cpp   |   51 +
 .../7zstub/src/CPP/7zip/Common/ProgressUtils.h     |   35 +
 .../7zstub/src/CPP/7zip/Common/PropId.cpp          |  108 +
 .../7zstub/src/CPP/7zip/Common/RegisterArc.h       |   78 +
 .../7zstub/src/CPP/7zip/Common/RegisterCodec.h     |  106 +
 other-licenses/7zstub/src/CPP/7zip/Common/StdAfx.h |    8 +
 .../7zstub/src/CPP/7zip/Common/StreamBinder.cpp    |  156 +
 .../7zstub/src/CPP/7zip/Common/StreamBinder.h      |   60 +
 .../7zstub/src/CPP/7zip/Common/StreamObjects.cpp   |  285 ++
 .../7zstub/src/CPP/7zip/Common/StreamObjects.h     |  157 +
 .../7zstub/src/CPP/7zip/Common/StreamUtils.cpp     |   56 +
 .../7zstub/src/CPP/7zip/Common/StreamUtils.h       |   13 +
 .../7zstub/src/CPP/7zip/Common/UniqBlocks.cpp      |   57 +
 .../7zstub/src/CPP/7zip/Common/UniqBlocks.h        |   26 +
 .../7zstub/src/CPP/7zip/Common/VirtThread.cpp      |   48 +
 .../7zstub/src/CPP/7zip/Common/VirtThread.h        |   24 +
 .../7zstub/src/CPP/7zip/Compress/Bcj2Coder.cpp     |  666 ++++
 .../7zstub/src/CPP/7zip/Compress/Bcj2Coder.h       |  120 +
 .../7zstub/src/CPP/7zip/Compress/Bcj2Register.cpp  |   24 +
 .../7zstub/src/CPP/7zip/Compress/BcjCoder.cpp      |   24 +
 .../7zstub/src/CPP/7zip/Compress/BcjCoder.h        |   31 +
 .../7zstub/src/CPP/7zip/Compress/BcjRegister.cpp   |   17 +
 .../7zstub/src/CPP/7zip/Compress/BranchMisc.cpp    |   23 +
 .../7zstub/src/CPP/7zip/Compress/BranchMisc.h      |   35 +
 .../src/CPP/7zip/Compress/BranchRegister.cpp       |   41 +
 .../7zstub/src/CPP/7zip/Compress/ByteSwap.cpp      |   92 +
 .../7zstub/src/CPP/7zip/Compress/CodecExports.cpp  |  344 ++
 .../7zstub/src/CPP/7zip/Compress/CopyCoder.cpp     |  120 +
 .../7zstub/src/CPP/7zip/Compress/CopyCoder.h       |   49 +
 .../7zstub/src/CPP/7zip/Compress/CopyRegister.cpp  |   15 +
 .../7zstub/src/CPP/7zip/Compress/DeltaFilter.cpp   |  128 +
 .../7zstub/src/CPP/7zip/Compress/Lzma2Decoder.cpp  |  265 ++
 .../7zstub/src/CPP/7zip/Compress/Lzma2Decoder.h    |   96 +
 .../7zstub/src/CPP/7zip/Compress/Lzma2Encoder.cpp  |  122 +
 .../7zstub/src/CPP/7zip/Compress/Lzma2Encoder.h    |   42 +
 .../7zstub/src/CPP/7zip/Compress/Lzma2Register.cpp |   22 +
 .../7zstub/src/CPP/7zip/Compress/LzmaDecoder.cpp   |  343 ++
 .../7zstub/src/CPP/7zip/Compress/LzmaDecoder.h     |  113 +
 .../7zstub/src/CPP/7zip/Compress/LzmaEncoder.cpp   |  182 +
 .../7zstub/src/CPP/7zip/Compress/LzmaEncoder.h     |   46 +
 .../7zstub/src/CPP/7zip/Compress/LzmaRegister.cpp  |   22 +
 .../7zstub/src/CPP/7zip/Compress/PpmdDecoder.cpp   |  170 +
 .../7zstub/src/CPP/7zip/Compress/PpmdDecoder.h     |   86 +
 .../7zstub/src/CPP/7zip/Compress/PpmdEncoder.cpp   |  152 +
 .../7zstub/src/CPP/7zip/Compress/PpmdEncoder.h     |   58 +
 .../7zstub/src/CPP/7zip/Compress/PpmdRegister.cpp  |   22 +
 .../7zstub/src/CPP/7zip/Compress/StdAfx.h          |    8 +
 .../7zstub/src/CPP/7zip/Compress/XzDecoder.cpp     |  150 +
 .../7zstub/src/CPP/7zip/Compress/XzDecoder.h       |   92 +
 .../7zstub/src/CPP/7zip/Compress/XzEncoder.cpp     |  245 ++
 .../7zstub/src/CPP/7zip/Compress/XzEncoder.h       |   46 +
 other-licenses/7zstub/src/CPP/7zip/Crc.mak         |    8 +
 other-licenses/7zstub/src/CPP/7zip/Crc64.mak       |    8 +
 .../7zstub/src/CPP/7zip/Crypto/7zAes.cpp           |  280 ++
 other-licenses/7zstub/src/CPP/7zip/Crypto/7zAes.h  |  118 +
 .../7zstub/src/CPP/7zip/Crypto/7zAesRegister.cpp   |   17 +
 .../7zstub/src/CPP/7zip/Crypto/MyAes.cpp           |  112 +
 other-licenses/7zstub/src/CPP/7zip/Crypto/MyAes.h  |   57 +
 .../7zstub/src/CPP/7zip/Crypto/MyAesReg.cpp        |   16 +
 .../7zstub/src/CPP/7zip/Crypto/RandGen.cpp         |  124 +
 .../7zstub/src/CPP/7zip/Crypto/RandGen.h           |   21 +
 other-licenses/7zstub/src/CPP/7zip/Crypto/StdAfx.h |    8 +
 other-licenses/7zstub/src/CPP/7zip/GuiCommon.rc    |   84 +
 other-licenses/7zstub/src/CPP/7zip/Guid.txt        |  220 ++
 other-licenses/7zstub/src/CPP/7zip/ICoder.h        |  399 +++
 other-licenses/7zstub/src/CPP/7zip/IDecl.h         |   28 +
 other-licenses/7zstub/src/CPP/7zip/IPassword.h     |   23 +
 other-licenses/7zstub/src/CPP/7zip/IProgress.h     |   19 +
 other-licenses/7zstub/src/CPP/7zip/IStream.h       |  127 +
 other-licenses/7zstub/src/CPP/7zip/LzmaDec.mak     |    5 +
 other-licenses/7zstub/src/CPP/7zip/MyVersion.h     |    2 +
 .../7zstub/src/CPP/7zip/MyVersionInfo.rc           |    2 +
 other-licenses/7zstub/src/CPP/7zip/PropID.h        |  127 +
 other-licenses/7zstub/src/CPP/7zip/SubBuild.mak    |    3 +
 .../7zstub/src/CPP/7zip/UI/Client7z/Client7z.cpp   |  993 ++++++
 .../7zstub/src/CPP/7zip/UI/Client7z/Client7z.dsp   |  235 ++
 .../7zstub/src/CPP/7zip/UI/Client7z/Client7z.dsw   |   29 +
 .../7zip/UI/Client7z}/StdAfx.cpp                   |    0
 .../7zstub/src/CPP/7zip/UI/Client7z/StdAfx.h       |    8 +
 .../7zstub/src/CPP/7zip/UI/Client7z/makefile       |   28 +
 .../7zstub/src/CPP/7zip/UI/Client7z/resource.rc    |    3 +
 .../src/CPP/7zip/UI/Common/ArchiveCommandLine.cpp  | 1281 +++++++
 .../src/CPP/7zip/UI/Common/ArchiveCommandLine.h    |  136 +
 .../CPP/7zip/UI/Common/ArchiveExtractCallback.cpp  | 1691 ++++++++++
 .../CPP/7zip/UI/Common/ArchiveExtractCallback.h    |  403 +++
 .../7zstub/src/CPP/7zip/UI/Common/ArchiveName.cpp  |   78 +
 .../7zstub/src/CPP/7zip/UI/Common/ArchiveName.h    |   13 +
 .../src/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp |  154 +
 .../src/CPP/7zip/UI/Common/ArchiveOpenCallback.h   |  112 +
 .../7zstub/src/CPP/7zip/UI/Common/Bench.cpp        | 3492 +++++++++++++++++++
 .../7zstub/src/CPP/7zip/UI/Common/Bench.h          |   72 +
 .../7zstub/src/CPP/7zip/UI/Common/DefaultName.cpp  |   37 +
 .../7zstub/src/CPP/7zip/UI/Common/DefaultName.h    |   11 +
 .../7zstub/src/CPP/7zip/UI/Common/DirItem.h        |  190 ++
 .../7zstub/src/CPP/7zip/UI/Common/EnumDirItems.cpp | 1086 ++++++
 .../7zstub/src/CPP/7zip/UI/Common/EnumDirItems.h   |   41 +
 .../7zstub/src/CPP/7zip/UI/Common/ExitCode.h       |   27 +
 .../7zstub/src/CPP/7zip/UI/Common/Extract.cpp      |  482 +++
 .../7zstub/src/CPP/7zip/UI/Common/Extract.h        |   94 +
 .../7zstub/src/CPP/7zip/UI/Common/ExtractMode.h    |   34 +
 .../src/CPP/7zip/UI/Common/ExtractingFilePath.cpp  |  280 ++
 .../src/CPP/7zip/UI/Common/ExtractingFilePath.h    |   31 +
 .../7zstub/src/CPP/7zip/UI/Common/HashCalc.cpp     |  347 ++
 .../7zstub/src/CPP/7zip/UI/Common/HashCalc.h       |  106 +
 .../src/CPP/7zip/UI/Common/IFileExtractCallback.h  |  114 +
 .../7zstub/src/CPP/7zip/UI/Common/LoadCodecs.cpp   | 1074 ++++++
 .../7zstub/src/CPP/7zip/UI/Common/LoadCodecs.h     |  424 +++
 .../7zstub/src/CPP/7zip/UI/Common/OpenArchive.cpp  | 3550 ++++++++++++++++++++
 .../7zstub/src/CPP/7zip/UI/Common/OpenArchive.h    |  436 +++
 .../7zstub/src/CPP/7zip/UI/Common/PropIDUtils.cpp  |  668 ++++
 .../7zstub/src/CPP/7zip/UI/Common/PropIDUtils.h    |   18 +
 .../7zstub/src/CPP/7zip/UI/Common/Property.h       |   14 +
 .../src/CPP/7zip/UI/Common/SetProperties.cpp       |   80 +
 .../7zstub/src/CPP/7zip/UI/Common/SetProperties.h  |   10 +
 .../7zstub/src/CPP/7zip/UI/Common/SortUtils.cpp    |   25 +
 .../7zstub/src/CPP/7zip/UI/Common/SortUtils.h      |   10 +
 .../7zstub/src/CPP/7zip/UI/Common/StdAfx.h         |    8 +
 .../7zstub/src/CPP/7zip/UI/Common/TempFiles.cpp    |   19 +
 .../7zstub/src/CPP/7zip/UI/Common/TempFiles.h      |   16 +
 .../7zstub/src/CPP/7zip/UI/Common/Update.cpp       | 1667 +++++++++
 .../7zstub/src/CPP/7zip/UI/Common/Update.h         |  200 ++
 .../7zstub/src/CPP/7zip/UI/Common/UpdateAction.cpp |   64 +
 .../7zstub/src/CPP/7zip/UI/Common/UpdateAction.h   |   66 +
 .../src/CPP/7zip/UI/Common/UpdateCallback.cpp      |  771 +++++
 .../7zstub/src/CPP/7zip/UI/Common/UpdateCallback.h |  162 +
 .../7zstub/src/CPP/7zip/UI/Common/UpdatePair.cpp   |  233 ++
 .../7zstub/src/CPP/7zip/UI/Common/UpdatePair.h     |   27 +
 .../src/CPP/7zip/UI/Common/UpdateProduce.cpp       |   70 +
 .../7zstub/src/CPP/7zip/UI/Common/UpdateProduce.h  |   55 +
 .../7zstub/src/CPP/7zip/UI/Common/WorkDir.cpp      |   94 +
 .../7zstub/src/CPP/7zip/UI/Common/WorkDir.h        |   26 +
 .../7zstub/src/CPP/7zip/UI/Common/ZipRegistry.h    |  130 +
 .../7zstub/src/CPP/7zip/UI/Console/BenchCon.cpp    |   41 +
 .../7zstub/src/CPP/7zip/UI/Console/BenchCon.h      |   14 +
 .../7zstub/src/CPP/7zip/UI/Console/Console.mak     |   36 +
 .../src/CPP/7zip/UI/Console/Console.manifest       |   13 +
 .../src/CPP/7zip/UI/Console/ConsoleClose.cpp       |   69 +
 .../7zstub/src/CPP/7zip/UI/Console/ConsoleClose.h  |   33 +
 .../CPP/7zip/UI/Console/ExtractCallbackConsole.cpp |  825 +++++
 .../CPP/7zip/UI/Console/ExtractCallbackConsole.h   |  164 +
 .../7zstub/src/CPP/7zip/UI/Console/HashCon.cpp     |  367 ++
 .../7zstub/src/CPP/7zip/UI/Console/HashCon.h       |   48 +
 .../7zstub/src/CPP/7zip/UI/Console/List.cpp        | 1349 ++++++++
 .../7zstub/src/CPP/7zip/UI/Console/List.h          |   27 +
 .../7zstub/src/CPP/7zip/UI/Console/Main.cpp        | 1151 +++++++
 .../7zstub/src/CPP/7zip/UI/Console/MainAr.cpp      |  167 +
 .../CPP/7zip/UI/Console/OpenCallbackConsole.cpp    |  115 +
 .../src/CPP/7zip/UI/Console/OpenCallbackConsole.h  |   66 +
 .../src/CPP/7zip/UI/Console/PercentPrinter.cpp     |  183 +
 .../src/CPP/7zip/UI/Console/PercentPrinter.h       |   62 +
 .../7zip/UI/Console}/StdAfx.cpp                    |    0
 .../7zstub/src/CPP/7zip/UI/Console/StdAfx.h        |    8 +
 .../CPP/7zip/UI/Console/UpdateCallbackConsole.cpp  |  702 ++++
 .../CPP/7zip/UI/Console/UpdateCallbackConsole.h    |  124 +
 .../src/CPP/7zip/UI/Console/UserInputUtils.cpp     |  110 +
 .../src/CPP/7zip/UI/Console/UserInputUtils.h       |   27 +
 .../7zstub/src/CPP/7zip/UI/Console/makefile        |   69 +
 .../7zstub/src/CPP/7zip/UI/Console/resource.rc     |    7 +
 .../7zstub/src/CPP/7zip/UI/Explorer/MyMessages.cpp |   37 +
 .../7zstub/src/CPP/7zip/UI/Explorer/MyMessages.h   |   16 +
 .../src/CPP/7zip/UI/FileManager/BrowseDialog.cpp   | 1025 ++++++
 .../src/CPP/7zip/UI/FileManager/BrowseDialog.h     |   21 +
 .../src/CPP/7zip/UI/FileManager/BrowseDialogRes.h  |    9 +
 .../src/CPP/7zip/UI/FileManager/ComboDialog.cpp    |   64 +
 .../src/CPP/7zip/UI/FileManager/ComboDialog.h      |   28 +
 .../src/CPP/7zip/UI/FileManager/ComboDialogRes.h   |    4 +
 .../src/CPP/7zip/UI/FileManager/DialogSize.h       |   16 +
 .../CPP/7zip/UI/FileManager/ExtractCallback.cpp    | 1033 ++++++
 .../src/CPP/7zip/UI/FileManager/ExtractCallback.h  |  328 ++
 .../src/CPP/7zip/UI/FileManager/FormatUtils.cpp    |   28 +
 .../src/CPP/7zip/UI/FileManager/FormatUtils.h      |   14 +
 .../7zstub/src/CPP/7zip/UI/FileManager/LangUtils.h |   40 +
 .../src/CPP/7zip/UI/FileManager/MyWindowsNew.h     |   76 +
 .../CPP/7zip/UI/FileManager/OverwriteDialog.cpp    |  122 +
 .../src/CPP/7zip/UI/FileManager/OverwriteDialog.h  |   69 +
 .../src/CPP/7zip/UI/FileManager/OverwriteDialog.rc |   91 +
 .../CPP/7zip/UI/FileManager/OverwriteDialogRes.h   |   17 +
 .../src/CPP/7zip/UI/FileManager/PasswordDialog.cpp |   58 +
 .../src/CPP/7zip/UI/FileManager/PasswordDialog.h   |   28 +
 .../src/CPP/7zip/UI/FileManager/PasswordDialog.rc  |   14 +
 .../CPP/7zip/UI/FileManager/PasswordDialogRes.h    |    5 +
 .../src/CPP/7zip/UI/FileManager/ProgressDialog.cpp |  197 ++
 .../src/CPP/7zip/UI/FileManager/ProgressDialog.h   |  170 +
 .../src/CPP/7zip/UI/FileManager/ProgressDialog.rc  |   12 +
 .../CPP/7zip/UI/FileManager/ProgressDialog2.cpp    | 1337 ++++++++
 .../src/CPP/7zip/UI/FileManager/ProgressDialog2.h  |  351 ++
 .../src/CPP/7zip/UI/FileManager/ProgressDialog2.rc |   40 +
 .../CPP/7zip/UI/FileManager/ProgressDialog2Res.h   |   48 +
 .../CPP/7zip/UI/FileManager/ProgressDialog2a.rc    |   80 +
 .../CPP/7zip/UI/FileManager/ProgressDialogRes.h    |    3 +
 .../src/CPP/7zip/UI/FileManager/PropertyName.cpp   |   23 +
 .../src/CPP/7zip/UI/FileManager/PropertyName.h     |   10 +
 .../src/CPP/7zip/UI/FileManager/PropertyNameRes.h  |   95 +
 .../src/CPP/7zip/UI/FileManager/SysIconUtils.cpp   |  255 ++
 .../src/CPP/7zip/UI/FileManager/SysIconUtils.h     |   62 +
 .../7zstub/src/CPP/7zip/UI/FileManager/resource.h  |  177 +
 .../src/CPP/7zip/UI/FileManager/resourceGui.h      |   15 +
 .../7zstub/src/CPP/7zip/UI/GUI/Extract.rc          |   59 +
 .../7zstub/src/CPP/7zip/UI/GUI/ExtractDialog.cpp   |  418 +++
 .../7zstub/src/CPP/7zip/UI/GUI/ExtractDialog.h     |  113 +
 .../7zstub/src/CPP/7zip/UI/GUI/ExtractDialog.rc    |   98 +
 .../7zstub/src/CPP/7zip/UI/GUI/ExtractDialogRes.h  |   24 +
 .../7zstub/src/CPP/7zip/UI/GUI/ExtractGUI.cpp      |  278 ++
 .../7zstub/src/CPP/7zip/UI/GUI/ExtractGUI.h        |   38 +
 .../7zstub/src/CPP/7zip/UI/GUI/ExtractRes.h        |   51 +
 .../7zstub/src/CPP/7zip/UI/GUI/HashGUI.h           |   27 +
 .../7zstub/src/CPP/7zip/UI/GUI/resource2.h         |    2 +
 other-licenses/7zstub/src/CPP/Build.mak            |  145 +
 other-licenses/7zstub/src/CPP/Common/AutoPtr.h     |   35 +
 other-licenses/7zstub/src/CPP/Common/CRC.cpp       |    7 +
 other-licenses/7zstub/src/CPP/Common/C_FileIO.cpp  |   92 +
 other-licenses/7zstub/src/CPP/Common/C_FileIO.h    |   53 +
 other-licenses/7zstub/src/CPP/Common/ComTry.h      |   21 +
 .../7zstub/src/CPP/Common/CommandLineParser.cpp    |  197 ++
 .../7zstub/src/CPP/Common/CommandLineParser.h      |   63 +
 other-licenses/7zstub/src/CPP/Common/Common.h      |   43 +
 other-licenses/7zstub/src/CPP/Common/CrcReg.cpp    |   98 +
 other-licenses/7zstub/src/CPP/Common/Defs.h        |   15 +
 .../7zstub/src/CPP/Common/DynamicBuffer.h          |   64 +
 .../7zstub/src/CPP/Common/IntToString.cpp          |  193 ++
 other-licenses/7zstub/src/CPP/Common/IntToString.h |   28 +
 other-licenses/7zstub/src/CPP/Common/Lang.h        |   23 +
 .../7zstub/src/CPP/Common/ListFileUtils.cpp        |  117 +
 .../7zstub/src/CPP/Common/ListFileUtils.h          |   14 +
 other-licenses/7zstub/src/CPP/Common/MyBuffer.h    |  259 ++
 other-licenses/7zstub/src/CPP/Common/MyBuffer2.h   |   45 +
 other-licenses/7zstub/src/CPP/Common/MyCom.h       |  277 ++
 other-licenses/7zstub/src/CPP/Common/MyException.h |   14 +
 other-licenses/7zstub/src/CPP/Common/MyGuidDef.h   |   54 +
 other-licenses/7zstub/src/CPP/Common/MyInitGuid.h  |   45 +
 other-licenses/7zstub/src/CPP/Common/MyLinux.h     |   42 +
 other-licenses/7zstub/src/CPP/Common/MyString.cpp  | 1659 +++++++++
 other-licenses/7zstub/src/CPP/Common/MyString.h    |  867 +++++
 other-licenses/7zstub/src/CPP/Common/MyTypes.h     |   35 +
 other-licenses/7zstub/src/CPP/Common/MyUnknown.h   |   17 +
 other-licenses/7zstub/src/CPP/Common/MyVector.cpp  |    3 +
 other-licenses/7zstub/src/CPP/Common/MyVector.h    |  634 ++++
 other-licenses/7zstub/src/CPP/Common/MyWindows.cpp |  145 +
 other-licenses/7zstub/src/CPP/Common/MyWindows.h   |  231 ++
 .../7zstub/src/CPP/Common/NewHandler.cpp           |  163 +
 other-licenses/7zstub/src/CPP/Common/NewHandler.h  |   88 +
 other-licenses/7zstub/src/CPP/Common/Sha256Reg.cpp |   40 +
 other-licenses/7zstub/src/CPP/Common/StdAfx.h      |    8 +
 .../7zstub/src/CPP/Common/StdInStream.cpp          |   89 +
 other-licenses/7zstub/src/CPP/Common/StdInStream.h |   38 +
 .../7zstub/src/CPP/Common/StdOutStream.cpp         |  163 +
 .../7zstub/src/CPP/Common/StdOutStream.h           |   71 +
 .../7zstub/src/CPP/Common/StringConvert.cpp        |  319 ++
 .../7zstub/src/CPP/Common/StringConvert.h          |   88 +
 .../7zstub/src/CPP/Common/StringToInt.cpp          |  144 +
 other-licenses/7zstub/src/CPP/Common/StringToInt.h |   21 +
 .../7zstub/src/CPP/Common/TextConfig.cpp           |  124 +
 other-licenses/7zstub/src/CPP/Common/TextConfig.h  |   19 +
 .../7zstub/src/CPP/Common/UTFConvert.cpp           |  288 ++
 other-licenses/7zstub/src/CPP/Common/UTFConvert.h  |   12 +
 other-licenses/7zstub/src/CPP/Common/Wildcard.cpp  |  676 ++++
 other-licenses/7zstub/src/CPP/Common/Wildcard.h    |  149 +
 .../7zstub/src/CPP/Common/XzCrc64Init.cpp          |    7 +
 .../7zstub/src/CPP/Common/XzCrc64Reg.cpp           |   42 +
 other-licenses/7zstub/src/CPP/Windows/COM.h        |   70 +
 .../7zstub/src/CPP/Windows/CommonDialog.cpp        |  185 +
 .../7zstub/src/CPP/Windows/CommonDialog.h          |   23 +
 .../7zstub/src/CPP/Windows/Control/ComboBox.cpp    |   66 +
 .../7zstub/src/CPP/Windows/Control/ComboBox.h      |   65 +
 .../7zstub/src/CPP/Windows/Control/CommandBar.h    |   52 +
 .../7zstub/src/CPP/Windows/Control/Dialog.cpp      |  251 ++
 .../7zstub/src/CPP/Windows/Control/Dialog.h        |  170 +
 .../7zstub/src/CPP/Windows/Control/Edit.h          |   19 +
 .../7zstub/src/CPP/Windows/Control/ImageList.cpp   |   10 +
 .../7zstub/src/CPP/Windows/Control/ImageList.h     |   87 +
 .../7zstub/src/CPP/Windows/Control/ListView.cpp    |  155 +
 .../7zstub/src/CPP/Windows/Control/ListView.h      |  146 +
 .../7zstub/src/CPP/Windows/Control/ProgressBar.h   |   35 +
 .../src/CPP/Windows/Control/PropertyPage.cpp       |  143 +
 .../7zstub/src/CPP/Windows/Control/PropertyPage.h  |   50 +
 .../7zstub/src/CPP/Windows/Control/ReBar.h         |   34 +
 .../7zstub/src/CPP/Windows/Control/Static.h        |   28 +
 .../7zstub/src/CPP/Windows/Control/StatusBar.h     |   42 +
 .../7zstub/src/CPP/Windows/Control/StdAfx.h        |    8 +
 .../7zstub/src/CPP/Windows/Control/ToolBar.h       |   43 +
 .../7zstub/src/CPP/Windows/Control/Trackbar.h      |   27 +
 .../7zstub/src/CPP/Windows/Control/Window2.cpp     |  200 ++
 .../7zstub/src/CPP/Windows/Control/Window2.h       |   51 +
 other-licenses/7zstub/src/CPP/Windows/DLL.cpp      |  109 +
 other-licenses/7zstub/src/CPP/Windows/DLL.h        |   58 +
 other-licenses/7zstub/src/CPP/Windows/Defs.h       |   17 +
 other-licenses/7zstub/src/CPP/Windows/ErrorMsg.cpp |   66 +
 other-licenses/7zstub/src/CPP/Windows/ErrorMsg.h   |   15 +
 other-licenses/7zstub/src/CPP/Windows/FileDir.cpp  |  714 ++++
 other-licenses/7zstub/src/CPP/Windows/FileDir.h    |  117 +
 other-licenses/7zstub/src/CPP/Windows/FileFind.cpp |  749 +++++
 other-licenses/7zstub/src/CPP/Windows/FileFind.h   |  161 +
 other-licenses/7zstub/src/CPP/Windows/FileIO.cpp   |  432 +++
 other-licenses/7zstub/src/CPP/Windows/FileIO.h     |  212 ++
 other-licenses/7zstub/src/CPP/Windows/FileLink.cpp |  440 +++
 .../7zstub/src/CPP/Windows/FileMapping.cpp         |   12 +
 .../7zstub/src/CPP/Windows/FileMapping.h           |   66 +
 other-licenses/7zstub/src/CPP/Windows/FileName.cpp |  839 +++++
 other-licenses/7zstub/src/CPP/Windows/FileName.h   |  115 +
 .../7zstub/src/CPP/Windows/FileSystem.cpp          |  131 +
 other-licenses/7zstub/src/CPP/Windows/FileSystem.h |   27 +
 other-licenses/7zstub/src/CPP/Windows/Handle.h     |   37 +
 .../7zstub/src/CPP/Windows/MemoryLock.cpp          |   97 +
 other-licenses/7zstub/src/CPP/Windows/MemoryLock.h |   40 +
 other-licenses/7zstub/src/CPP/Windows/NtCheck.h    |   46 +
 .../7zstub/src/CPP/Windows/PropVariant.cpp         |  347 ++
 .../7zstub/src/CPP/Windows/PropVariant.h           |  114 +
 .../7zstub/src/CPP/Windows/PropVariantConv.cpp     |  138 +
 .../7zstub/src/CPP/Windows/PropVariantConv.h       |   37 +
 other-licenses/7zstub/src/CPP/Windows/Registry.cpp |  390 +++
 other-licenses/7zstub/src/CPP/Windows/Registry.h   |   84 +
 .../7zstub/src/CPP/Windows/ResourceString.cpp      |  103 +
 .../7zstub/src/CPP/Windows/ResourceString.h        |   16 +
 .../7zstub/src/CPP/Windows/SecurityUtils.cpp       |  181 +
 .../7zstub/src/CPP/Windows/SecurityUtils.h         |  167 +
 other-licenses/7zstub/src/CPP/Windows/Shell.cpp    |  340 ++
 other-licenses/7zstub/src/CPP/Windows/Shell.h      |   94 +
 other-licenses/7zstub/src/CPP/Windows/StdAfx.h     |    8 +
 .../7zstub/src/CPP/Windows/Synchronization.cpp     |   10 +
 .../7zstub/src/CPP/Windows/Synchronization.h       |  164 +
 other-licenses/7zstub/src/CPP/Windows/System.cpp   |  142 +
 other-licenses/7zstub/src/CPP/Windows/System.h     |   40 +
 other-licenses/7zstub/src/CPP/Windows/Thread.h     |   38 +
 .../7zstub/src/CPP/Windows/TimeUtils.cpp           |  213 ++
 other-licenses/7zstub/src/CPP/Windows/TimeUtils.h  |   32 +
 other-licenses/7zstub/src/CPP/Windows/Window.cpp   |  179 +
 other-licenses/7zstub/src/CPP/Windows/Window.h     |  284 ++
 other-licenses/7zstub/src/CS/7zip/Common/CRC.cs    |   55 +
 .../7zstub/src/CS/7zip/Common/CommandLineParser.cs |  274 ++
 .../7zstub/src/CS/7zip/Common/InBuffer.cs          |   72 +
 .../7zstub/src/CS/7zip/Common/OutBuffer.cs         |   47 +
 .../7zstub/src/CS/7zip/Compress/LZ/IMatchFinder.cs |   24 +
 .../7zstub/src/CS/7zip/Compress/LZ/LzBinTree.cs    |  367 ++
 .../7zstub/src/CS/7zip/Compress/LZ/LzInWindow.cs   |  132 +
 .../7zstub/src/CS/7zip/Compress/LZ/LzOutWindow.cs  |  110 +
 .../7zstub/src/CS/7zip/Compress/LZMA/LzmaBase.cs   |   76 +
 .../src/CS/7zip/Compress/LZMA/LzmaDecoder.cs       |  398 +++
 .../src/CS/7zip/Compress/LZMA/LzmaEncoder.cs       | 1480 ++++++++
 .../src/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs    |  364 ++
 .../CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj    |   90 +
 .../src/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln   |   20 +
 .../src/CS/7zip/Compress/LzmaAlone/LzmaBench.cs    |  340 ++
 .../Compress/LzmaAlone/Properties/AssemblyInfo.cs  |   29 +
 .../Compress/LzmaAlone/Properties/Resources.cs     |   70 +
 .../7zip/Compress/LzmaAlone/Properties/Settings.cs |   42 +
 .../src/CS/7zip/Compress/RangeCoder/RangeCoder.cs  |  234 ++
 .../CS/7zip/Compress/RangeCoder/RangeCoderBit.cs   |  117 +
 .../7zip/Compress/RangeCoder/RangeCoderBitTree.cs  |  157 +
 other-licenses/7zstub/src/CS/7zip/ICoder.cs        |  157 +
 other-licenses/7zstub/src/Common/Alloc.cpp         |  118 -
 other-licenses/7zstub/src/Common/Alloc.h           |   29 -
 other-licenses/7zstub/src/Common/Buffer.h          |   77 -
 other-licenses/7zstub/src/Common/CRC.cpp           |   61 -
 other-licenses/7zstub/src/Common/CRC.h             |   36 -
 other-licenses/7zstub/src/Common/ComTry.h          |   17 -
 .../7zstub/src/Common/CommandLineParser.cpp        |  232 --
 .../7zstub/src/Common/CommandLineParser.h          |   72 -
 other-licenses/7zstub/src/Common/Defs.h            |   20 -
 other-licenses/7zstub/src/Common/DynamicBuffer.h   |   47 -
 other-licenses/7zstub/src/Common/IntToString.cpp   |   63 -
 other-licenses/7zstub/src/Common/IntToString.h     |   15 -
 other-licenses/7zstub/src/Common/MyCom.h           |  203 --
 other-licenses/7zstub/src/Common/MyUnknown.h       |   24 -
 other-licenses/7zstub/src/Common/MyWindows.cpp     |  113 -
 other-licenses/7zstub/src/Common/MyWindows.h       |  200 --
 other-licenses/7zstub/src/Common/NewHandler.cpp    |  116 -
 other-licenses/7zstub/src/Common/NewHandler.h      |   16 -
 other-licenses/7zstub/src/Common/Random.cpp        |   17 -
 other-licenses/7zstub/src/Common/Random.h          |   16 -
 other-licenses/7zstub/src/Common/StdInStream.cpp   |   78 -
 other-licenses/7zstub/src/Common/StdInStream.h     |   31 -
 other-licenses/7zstub/src/Common/StdOutStream.cpp  |   87 -
 other-licenses/7zstub/src/Common/StdOutStream.h    |   35 -
 other-licenses/7zstub/src/Common/String.cpp        |  198 --
 other-licenses/7zstub/src/Common/String.h          |  631 ----
 other-licenses/7zstub/src/Common/StringConvert.cpp |   93 -
 other-licenses/7zstub/src/Common/StringConvert.h   |   71 -
 other-licenses/7zstub/src/Common/TextConfig.cpp    |  137 -
 other-licenses/7zstub/src/Common/TextConfig.h      |   22 -
 other-licenses/7zstub/src/Common/Types.h           |   19 -
 other-licenses/7zstub/src/Common/UTFConvert.cpp    |   91 -
 other-licenses/7zstub/src/Common/UTFConvert.h      |   11 -
 other-licenses/7zstub/src/Common/Vector.cpp        |   74 -
 other-licenses/7zstub/src/Common/Vector.h          |  228 --
 other-licenses/7zstub/src/Common/Wildcard.cpp      |  462 ---
 other-licenses/7zstub/src/Common/Wildcard.h        |   78 -
 other-licenses/7zstub/src/DOC/7zC.txt              |  114 +-
 other-licenses/7zstub/src/DOC/7zFormat.txt         |  469 +++
 other-licenses/7zstub/src/DOC/Methods.txt          |  167 +
 other-licenses/7zstub/src/DOC/copying.txt          |  504 ---
 other-licenses/7zstub/src/DOC/installer.txt        |  166 +
 other-licenses/7zstub/src/DOC/lzma-history.txt     |  424 +++
 other-licenses/7zstub/src/DOC/lzma-sdk.txt         |  357 ++
 .../7zstub/src/DOC/lzma-specification.txt          | 1176 +++++++
 other-licenses/7zstub/src/DOC/lzma.txt             |  758 ++---
 other-licenses/7zstub/src/DOC/readme.txt           |  226 --
 other-licenses/7zstub/src/Java/SevenZip/CRC.java   |   52 +
 .../src/Java/SevenZip/Compression/LZ/BinTree.java  |  382 +++
 .../src/Java/SevenZip/Compression/LZ/InWindow.java |  131 +
 .../Java/SevenZip/Compression/LZ/OutWindow.java    |   85 +
 .../src/Java/SevenZip/Compression/LZMA/Base.java   |   88 +
 .../Java/SevenZip/Compression/LZMA/Decoder.java    |  329 ++
 .../Java/SevenZip/Compression/LZMA/Encoder.java    | 1416 ++++++++
 .../Compression/RangeCoder/BitTreeDecoder.java     |   55 +
 .../Compression/RangeCoder/BitTreeEncoder.java     |   99 +
 .../SevenZip/Compression/RangeCoder/Decoder.java   |   88 +
 .../SevenZip/Compression/RangeCoder/Encoder.java   |  151 +
 .../7zstub/src/Java/SevenZip/ICodeProgress.java    |    6 +
 .../7zstub/src/Java/SevenZip/LzmaAlone.java        |  253 ++
 .../7zstub/src/Java/SevenZip/LzmaBench.java        |  392 +++
 other-licenses/7zstub/src/Windows/COM.cpp          |   37 -
 other-licenses/7zstub/src/Windows/COM.h            |   57 -
 .../7zstub/src/Windows/Control/Dialog.cpp          |  145 -
 other-licenses/7zstub/src/Windows/Control/Dialog.h |  141 -
 .../7zstub/src/Windows/Control/ProgressBar.h       |   41 -
 other-licenses/7zstub/src/Windows/DLL.cpp          |  115 -
 other-licenses/7zstub/src/Windows/DLL.h            |   54 -
 other-licenses/7zstub/src/Windows/Defs.h           |   18 -
 other-licenses/7zstub/src/Windows/Error.cpp        |   50 -
 other-licenses/7zstub/src/Windows/Error.h          |   33 -
 other-licenses/7zstub/src/Windows/FileDir.cpp      |  672 ----
 other-licenses/7zstub/src/Windows/FileDir.h        |  189 --
 other-licenses/7zstub/src/Windows/FileFind.cpp     |  365 --
 other-licenses/7zstub/src/Windows/FileFind.h       |  176 -
 other-licenses/7zstub/src/Windows/FileIO.cpp       |  245 --
 other-licenses/7zstub/src/Windows/FileIO.h         |   98 -
 other-licenses/7zstub/src/Windows/FileName.cpp     |  111 -
 other-licenses/7zstub/src/Windows/FileName.h       |   43 -
 other-licenses/7zstub/src/Windows/Handle.h         |   37 -
 other-licenses/7zstub/src/Windows/PropVariant.cpp  |  310 --
 other-licenses/7zstub/src/Windows/PropVariant.h    |   57 -
 .../7zstub/src/Windows/PropVariantConversions.cpp  |  145 -
 .../7zstub/src/Windows/PropVariantConversions.h    |   14 -
 .../7zstub/src/Windows/ResourceString.cpp          |   53 -
 other-licenses/7zstub/src/Windows/ResourceString.h |   20 -
 .../7zstub/src/Windows/Synchronization.cpp         |   17 -
 .../7zstub/src/Windows/Synchronization.h           |  114 -
 other-licenses/7zstub/src/Windows/Thread.h         |   52 -
 other-licenses/7zstub/src/Windows/Time.h           |   66 -
 other-licenses/7zstub/src/Windows/Window.cpp       |  169 -
 other-licenses/7zstub/src/Windows/Window.h         |  211 --
 other-licenses/7zstub/src/bin/7zS2.sfx             |  Bin 0 -> 34816 bytes
 other-licenses/7zstub/src/bin/7zS2con.sfx          |  Bin 0 -> 34816 bytes
 other-licenses/7zstub/src/bin/7zSD.sfx             |  Bin 0 -> 124928 bytes
 other-licenses/7zstub/src/bin/7zdec.exe            |  Bin 0 -> 42496 bytes
 other-licenses/7zstub/src/bin/7zr.exe              |  Bin 0 -> 518656 bytes
 other-licenses/7zstub/src/bin/installer/config.txt |    5 +
 other-licenses/7zstub/src/bin/installer/cr.bat     |    5 +
 other-licenses/7zstub/src/bin/lzma.exe             |  Bin 0 -> 106496 bytes
 other-licenses/7zstub/src/bin/x64/7zr.exe          |  Bin 0 -> 798720 bytes
 other-licenses/7zstub/uxp/7zSD.manifest            |   29 +
 other-licenses/7zstub/uxp/7zSD.sfx                 |  Bin 231936 -> 156672 bytes
 security/manager/ssl/nsSiteSecurityService.cpp     |    2 +-
 toolkit/components/blocklist/nsBlocklistService.js |   43 +-
 toolkit/components/places/UnifiedComplete.js       |   80 +-
 .../components/places/mozIPlacesAutoComplete.idl   |    8 +-
 toolkit/components/places/nsPlacesTables.h         |    4 +-
 toolkit/components/places/nsPlacesTriggers.h       |    3 +-
 .../tests/unifiedcomplete/head_autocomplete.js     |    8 +-
 .../tests/unifiedcomplete/test_tab_matches.js      |   53 +-
 .../components/search/current/nsSearchService.js   |   26 +-
 .../components/search/orginal/nsSearchService.js   |   26 +-
 .../components/thumbnails/BackgroundPageThumbs.jsm |   40 +-
 .../timermanager/nsUpdateTimerManager.js           |   32 +-
 toolkit/mozapps/update/content/updates.js          |   28 +-
 toolkit/mozapps/update/nsUpdateService.js          |   98 +-
 toolkit/xre/nsAppRunner.cpp                        |   14 +-
 uriloader/exthandler/win/nsOSHelperAppService.cpp  |  192 +-
 xpcom/glue/nsTArray.h                              |   18 +
 998 files changed, 134209 insertions(+), 26753 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list