Commits
Click on a commit to change the comparison rangefeat(fold): add column counting for character width mode in process_ascii_line4 months ago
by mattsu2020 fix fold: emit output early when column count reaches width limit4 months ago
by mattsu2020 refactor(fold): split long if-conditions into multiple lines for readability4 months ago
by mattsu2020 feat(fold): add streaming output with periodic flushing to reduce memory usage4 months ago
by mattsu2020 fix(fold): correct premature output emission in character mode and add tests4 months ago
by mattsu2020 refactor: clean up formatting in fold utility and tests4 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility4 months ago
by mattsu2020 feat(fold): add unicode-width dependency and tests for zero-width characters4 months ago
by mattsu2020 perf: use bytecount for efficient newline counting in fold tests4 months ago
by mattsu2020 refactor: Handle zero-width bytes across buffer boundaries in fold4 months ago
by mattsu2020 refactor(fold): condense variable assignment to single line4 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_compatibility3 months ago
by mattsu2020 fix(fold): properly handle combining characters in character-counting mode3 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility3 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by mattsu2020 refactor(fold): add comments to explain streaming flush logic and prevent unbounded buffering2 months ago
by mattsu2020 refactor(fold): extract UTF-8 char processing and improve pending chunk handling2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by sylvestre refactor(fold): add streaming flush threshold and enhance comments in fold logic2 months ago
by mattsu2020 refactor(fold): optimize output flushing and vector preallocation2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by sylvestre fix(fold): flush output after pushing byte in push_byte function2 months ago
by mattsu2020 chore(deps): update Rust dependencies to latest versions2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by sylvestre Merge branch 'main' into fold_compatibility2 months ago
by sylvestre Merge branch 'main' into fold_compatibility2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility2 months ago
by mattsu2020 chore: update Rust dependencies to latest versions2 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility1 month ago
by mattsu2020 Merge branch 'main' into fold_compatibility