[PR #753] [MERGED] Update #1380

Open
opened 2026-01-29 20:53:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/753
Author: @eustas
Created: 5/2/2019
Status: Merged
Merged: 5/3/2019
Merged by: @eustas

Base: masterHead: upd05a


📝 Commits (1)

📊 Changes

17 files changed (+104 additions, -68 deletions)

View changed files

📝 c/dec/decode.c (+2 -1)
📝 c/enc/backward_references_hq.c (+7 -5)
📝 c/enc/block_splitter.c (+3 -3)
📝 c/enc/block_splitter_inc.h (+15 -6)
📝 c/enc/brotli_bit_stream.c (+4 -4)
📝 c/enc/cluster_inc.h (+6 -3)
📝 c/enc/encode.c (+20 -11)
📝 c/enc/hash.h (+1 -1)
📝 c/enc/hash_longest_match_quickly_inc.h (+7 -7)
📝 c/enc/hash_rolling_inc.h (+1 -1)
📝 c/enc/memory.h (+24 -12)
📝 c/enc/metablock.c (+11 -11)
📝 c/enc/metablock_inc.h (+1 -1)
📝 c/enc/ringbuffer.h (+1 -1)
📝 java/org/brotli/dec/BUILD (+1 -1)
📝 java/org/brotli/dec/proguard.pgcfg (+0 -0)
📝 js/decode.js (+0 -0)

📄 Description

  • fix executable mode of decode.js
  • explain clang-analyser about non-nullability
  • fix "dead assignment" (see also #737)
  • rename proguard.cfg -> proguard.pgcfg

🔄 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/753 **Author:** [@eustas](https://github.com/eustas) **Created:** 5/2/2019 **Status:** ✅ Merged **Merged:** 5/3/2019 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd05a` --- ### 📝 Commits (1) - [`2453e89`](https://github.com/google/brotli/commit/2453e89da8f20adb5ce0197238538e5b4a0da5a8) Update ### 📊 Changes **17 files changed** (+104 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `c/dec/decode.c` (+2 -1) 📝 `c/enc/backward_references_hq.c` (+7 -5) 📝 `c/enc/block_splitter.c` (+3 -3) 📝 `c/enc/block_splitter_inc.h` (+15 -6) 📝 `c/enc/brotli_bit_stream.c` (+4 -4) 📝 `c/enc/cluster_inc.h` (+6 -3) 📝 `c/enc/encode.c` (+20 -11) 📝 `c/enc/hash.h` (+1 -1) 📝 `c/enc/hash_longest_match_quickly_inc.h` (+7 -7) 📝 `c/enc/hash_rolling_inc.h` (+1 -1) 📝 `c/enc/memory.h` (+24 -12) 📝 `c/enc/metablock.c` (+11 -11) 📝 `c/enc/metablock_inc.h` (+1 -1) 📝 `c/enc/ringbuffer.h` (+1 -1) 📝 `java/org/brotli/dec/BUILD` (+1 -1) 📝 `java/org/brotli/dec/proguard.pgcfg` (+0 -0) 📝 `js/decode.js` (+0 -0) </details> ### 📄 Description * fix executable mode of decode.js * explain clang-analyser about non-nullability * fix "dead assignment" (see also #737) * rename proguard.cfg -> proguard.pgcfg --- <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:53:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1380