[PR #188] [MERGED] plugin/Zip: Added support for writing Zip64 when needed. #218

Closed
opened 2026-05-05 03:43:12 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/188
Author: @User0755
Created: 2/11/2024
Status: Merged
Merged: 2/25/2024
Merged by: @mirek-fidler

Base: masterHead: Zip64


📝 Commits (3)

  • eca2c49 plugin/Zip: Added support for writing Zip64 when needed.
  • 54326f5 Merge branch 'ultimatepp:master' into Zip64
  • 00ddef3 plugin/Zip: Fixed creation of big files with mixed content. Added Put64( ... int64).

📊 Changes

2 files changed (+129 additions, -76 deletions)

View changed files

📝 uppsrc/plugin/zip/Zip.cpp (+120 -70)
📝 uppsrc/plugin/zip/zip.h (+9 -6)

📄 Description

plugin/Zip: Added support for writing Zip64 when needed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/188 **Author:** [@User0755](https://github.com/User0755) **Created:** 2/11/2024 **Status:** ✅ Merged **Merged:** 2/25/2024 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `Zip64` --- ### 📝 Commits (3) - [`eca2c49`](https://github.com/ultimatepp/ultimatepp/commit/eca2c496b85715e05cfd2e2ed3770956cb22b863) plugin/Zip: Added support for writing Zip64 when needed. - [`54326f5`](https://github.com/ultimatepp/ultimatepp/commit/54326f547cf10f945ad8d5eaa2f180507d1f781d) Merge branch 'ultimatepp:master' into Zip64 - [`00ddef3`](https://github.com/ultimatepp/ultimatepp/commit/00ddef35d1c1304a07b06b6994d2566c0279612a) plugin/Zip: Fixed creation of big files with mixed content. Added Put64( ... int64). ### 📊 Changes **2 files changed** (+129 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/plugin/zip/Zip.cpp` (+120 -70) 📝 `uppsrc/plugin/zip/zip.h` (+9 -6) </details> ### 📄 Description plugin/Zip: Added support for writing Zip64 when needed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:43:12 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#218
No description provided.