This commit is contained in:
2026-08-18 09:20:44 +02:00
commit b826cd721a
522 changed files with 93730 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Pre11 Batch D
## Scope
- Rename `src/lz4.c` to `src/decompressor_lz4.c`.
- Update the source list and current architecture references to the new filename.
## Equivalence
- The pre-rename `lz4.c` blob and renamed `decompressor_lz4.c` blob are identical.
- Byte comparison confirms the renamed source content is unchanged.
- Rename detection reports a 100% rename.
- LZ4 definitions, declarations, descriptor references, and `lz4_finish` call counts are unchanged.
## Behavior and Testing
- This batch changes filenames and documentation only; it makes no behavior changes.
- No build, QEMU run, feature test, or other test was run.