|
3 | 3 | helpname: 'pi_tar' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="pi_tar.html" name="pi_tar.txt">pi_tar.txt</a> For <span class="Identifier">Vim バージョン 9.2.</span> Last change: 2026 Feb 14<br> |
| 6 | +<a class="Constant" href="pi_tar.html" name="pi_tar.txt">pi_tar.txt</a> For <span class="Identifier">Vim バージョン 9.2.</span> Last change: 2026 Apr 16<br> |
7 | 7 | <br> |
8 | 8 | +====================+<br> |
9 | 9 | | Tar File Interface |<br> |
|
105 | 105 | 4. 開発履歴 <a class="Constant" href="pi_tar.html#tar-history" name="tar-history">tar-history</a><br> |
106 | 106 | <br> |
107 | 107 | unreleased:<br> |
| 108 | + Apr 16, 2026 * add missing g:tar_secure into tar#Extract<br> |
| 109 | + Apr 15, 2026 * add path traversal checks in tar#Extract()<br> |
| 110 | + Apr 09, 2026 * fix zstd support and dotted filename support<br> |
| 111 | + Apr 06, 2026 * fix lz4 support<br> |
| 112 | + Feb 07, 2026 * make path traversal detection more robust<br> |
| 113 | + Feb 06, 2026 * fix bug with nowrapscan<br> |
| 114 | + Jul 16, 2025 * update minimum required Vim version<br> |
108 | 115 | Jul 13, 2025 * drop leading /<br> |
109 | 116 | May 19, 2025 * restore working directory after read/write<br> |
110 | 117 | Apr 16, 2025 * decouple from netrw by adding s:WinPath()<br> |
111 | | - instead of shelling out to file(1)<br> |
| 118 | + instead of shelling out to file(1)<br> |
112 | 119 | Mar 02, 2025 * determine the compression using readblob()<br> |
113 | 120 | Mar 02, 2025 * escape the filename before using :read<br> |
114 | 121 | Mar 01, 2025 * fix syntax error in tar#Read()<br> |
|
0 commit comments