Commits
Click on a commit to change the comparison rangefeat(fold): add column counting for character width mode in process_ascii_line9 months ago
by mattsu2020 fix fold: emit output early when column count reaches width limit9 months ago
by mattsu2020 refactor(fold): split long if-conditions into multiple lines for readability9 months ago
by mattsu2020 feat(fold): add streaming output with periodic flushing to reduce memory usage9 months ago
by mattsu2020 fix(fold): correct premature output emission in character mode and add tests9 months ago
by mattsu2020 refactor: clean up formatting in fold utility and tests9 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility9 months ago
by mattsu2020 feat(fold): add unicode-width dependency and tests for zero-width characters9 months ago
by mattsu2020 perf: use bytecount for efficient newline counting in fold tests9 months ago
by mattsu2020 refactor: Handle zero-width bytes across buffer boundaries in fold9 months ago
by mattsu2020 refactor(fold): condense variable assignment to single line9 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility9 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility9 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility9 months ago
by mattsu2020 fix(fold): properly handle combining characters in character-counting mode9 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility8 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility8 months ago
by mattsu2020 refactor(fold): add comments to explain streaming flush logic and prevent unbounded buffering8 months ago
by mattsu2020 refactor(fold): extract UTF-8 char processing and improve pending chunk handling8 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility8 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by sylvestre refactor(fold): add streaming flush threshold and enhance comments in fold logic7 months ago
by mattsu2020 refactor(fold): optimize output flushing and vector preallocation7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by sylvestre fix(fold): flush output after pushing byte in push_byte function7 months ago
by mattsu2020 chore(deps): update Rust dependencies to latest versions7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by sylvestre Merge branch 'main' into fold_compatibility7 months ago
by sylvestre Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 chore: update Rust dependencies to latest versions7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by sylvestre