Commits
Click on a commit to change the comparison rangefeat(fold): add column counting for character width mode in process_ascii_line3 months ago
by mattsu2020 fix fold: emit output early when column count reaches width limit3 months ago
by mattsu2020 refactor(fold): split long if-conditions into multiple lines for readability3 months ago
by mattsu2020 feat(fold): add streaming output with periodic flushing to reduce memory usage3 months ago
by mattsu2020 fix(fold): correct premature output emission in character mode and add tests3 months ago
by mattsu2020 refactor: clean up formatting in fold utility and tests3 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility3 months ago
by mattsu2020 feat(fold): add unicode-width dependency and tests for zero-width characters3 months ago
by mattsu2020 perf: use bytecount for efficient newline counting in fold tests3 months ago
by mattsu2020 refactor: Handle zero-width bytes across buffer boundaries in fold3 months ago
by mattsu2020 refactor(fold): condense variable assignment to single line3 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility3 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility3 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by mattsu2020 fix(fold): properly handle combining characters in character-counting mode2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility1 month ago
by mattsu2020 refactor(fold): add comments to explain streaming flush logic and prevent unbounded buffering1 month ago
by mattsu2020 refactor(fold): extract UTF-8 char processing and improve pending chunk handling1 month ago
by mattsu2020 Merge branch 'main' into fold_compatibility1 month ago
by mattsu2020 Merge branch 'main' into fold_compatibility refactor(fold): add streaming flush threshold and enhance comments in fold logic1 month ago
by mattsu2020 refactor(fold): optimize output flushing and vector preallocation1 month ago
by mattsu2020 Merge branch 'main' into fold_compatibility fix(fold): flush output after pushing byte in push_byte function23 days ago
by mattsu2020 chore(deps): update Rust dependencies to latest versions23 days ago
by mattsu2020 Merge branch 'main' into fold_compatibility23 days ago
by mattsu2020 Merge branch 'main' into fold_compatibility Merge branch 'main' into fold_compatibility Merge branch 'main' into fold_compatibility18 days ago
by mattsu2020 Merge branch 'main' into fold_compatibility17 days ago
by mattsu2020 chore: update Rust dependencies to latest versions17 days ago
by mattsu2020 Merge branch 'main' into fold_compatibility13 days ago
by mattsu2020 Merge branch 'main' into fold_compatibility