zig/lib/std/compress/deflate
Linus Groh 94e30a756e std: fix a bunch of typos
The majority of these are in comments, some in doc comments which might
affect the generated documentation, and a few in parameter names -
nothing that should be breaking, however.
2023-04-30 18:16:04 -07:00
..
testdata compress: add a deflate compressor 2022-01-23 19:30:06 +01:00
bits_utils.zig std.compress: Improve tests, remove reliance on openDirAbsolute 2022-12-15 05:13:21 -05:00
compressor.zig std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
compressor_test.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
decompressor.zig std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
deflate_const.zig compress: add a deflate compressor 2022-01-23 19:30:06 +01:00
deflate_fast.zig std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
deflate_fast_test.zig std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
dict_decoder.zig std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
huffman_bit_writer.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
huffman_code.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
token.zig std.compress: Improve tests, remove reliance on openDirAbsolute 2022-12-15 05:13:21 -05:00