[PR #858] [CLOSED] fix 'include' #1457

Closed
opened 2026-01-29 20:54:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/858
Author: @vorfol
Created: 10/19/2020
Status: Closed

Base: masterHead: openvms


📝 Commits (2)

📊 Changes

50 files changed (+913 additions, -0 deletions)

View changed files

📝 common/dictionary.c (+5 -0)
📝 dec/bit_reader.c (+8 -0)
📝 dec/bit_reader.h (+4 -0)
📝 dec/decode.c (+28 -0)
📝 dec/huffman.c (+8 -0)
📝 dec/huffman.h (+4 -0)
📝 dec/state.c (+8 -0)
📝 dec/state.h (+12 -0)
📝 dec/transform.h (+4 -0)
📝 enc/backward_references.c (+60 -0)
📝 enc/backward_references.h (+16 -0)
📝 enc/backward_references_hq.c (+36 -0)
📝 enc/backward_references_hq.h (+20 -0)
📝 enc/bit_cost.c (+28 -0)
📝 enc/bit_cost.h (+12 -0)
📝 enc/block_splitter.c (+48 -0)
📝 enc/block_splitter.h (+16 -0)
📝 enc/brotli_bit_stream.c (+44 -0)
📝 enc/brotli_bit_stream.h (+24 -0)
📝 enc/cluster.c (+36 -0)

...and 30 more files

📄 Description

OpenVMS compiler fails if include file starts with ./


🔄 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/google/brotli/pull/858 **Author:** [@vorfol](https://github.com/vorfol) **Created:** 10/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `openvms` --- ### 📝 Commits (2) - [`d04ffe2`](https://github.com/google/brotli/commit/d04ffe2a4e23fd6fe326ea48ebcde6448560f61d) fix 'include' - [`906a427`](https://github.com/google/brotli/commit/906a4272d6bdb0076a8a28fa6529ad2079a86aec) add a comment to test conflict ### 📊 Changes **50 files changed** (+913 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `common/dictionary.c` (+5 -0) 📝 `dec/bit_reader.c` (+8 -0) 📝 `dec/bit_reader.h` (+4 -0) 📝 `dec/decode.c` (+28 -0) 📝 `dec/huffman.c` (+8 -0) 📝 `dec/huffman.h` (+4 -0) 📝 `dec/state.c` (+8 -0) 📝 `dec/state.h` (+12 -0) 📝 `dec/transform.h` (+4 -0) 📝 `enc/backward_references.c` (+60 -0) 📝 `enc/backward_references.h` (+16 -0) 📝 `enc/backward_references_hq.c` (+36 -0) 📝 `enc/backward_references_hq.h` (+20 -0) 📝 `enc/bit_cost.c` (+28 -0) 📝 `enc/bit_cost.h` (+12 -0) 📝 `enc/block_splitter.c` (+48 -0) 📝 `enc/block_splitter.h` (+16 -0) 📝 `enc/brotli_bit_stream.c` (+44 -0) 📝 `enc/brotli_bit_stream.h` (+24 -0) 📝 `enc/cluster.c` (+36 -0) _...and 30 more files_ </details> ### 📄 Description OpenVMS compiler fails if include file starts with ./ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:54:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1457