-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge post-070715 commits that were trapped in the old CVS repository. #43
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
avoid a harmless error message (bug reported by Pierre Gentile).
redirection mechanism on Mac OS X Leopard.
…inimum length for them to contain any information) instead of reporting a bad header and terminating.
reading (bug reported by Keith Doyle).
substitutions in the order specified. Previously, everything except the first occurrence was ignored.
the documentation, i.e. to suppress conversion of spaces to tabs (patch by Markus Schnalke).
field specified with "-f" (bugreport by Pierre Gentile).
…lf on extraction, do nothing at all instead of discarding its data. This mainly happens if a file with more than one link is included under the same name in an archive twice. Since special situations on extraction such as bind mounts on Linux may lead to this scenario even in cases where both link names are different, this is now treated like a successful link() step (bugreport by Thomas Graf).
Well, there's no problem if this breaks something, since I will be testing it anyway in 20240220-fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request, as the title says, intends to include modifications that were made by Gunnar Ritter and other contributors after the 070715 release, but that unfortunately didn't live up to a new release.
It's saddening to see such grand changes being left apart, but we're including them in the new release.
We're back.