Commits
Click on a commit to change the comparison rangefeat(fold): add column counting for character width mode in process_ascii_line10 months ago
by mattsu2020 fix fold: emit output early when column count reaches width limit10 months ago
by mattsu2020 refactor(fold): split long if-conditions into multiple lines for readability10 months ago
by mattsu2020 feat(fold): add streaming output with periodic flushing to reduce memory usage10 months ago
by mattsu2020 fix(fold): correct premature output emission in character mode and add tests10 months ago
by mattsu2020 refactor: clean up formatting in fold utility and tests10 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility10 months ago
by mattsu2020 feat(fold): add unicode-width dependency and tests for zero-width characters10 months ago
by mattsu2020 perf: use bytecount for efficient newline counting in fold tests10 months ago
by mattsu2020 refactor: Handle zero-width bytes across buffer boundaries in fold10 months ago
by mattsu2020 refactor(fold): condense variable assignment to single line10 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility10 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility10 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility10 months ago
by mattsu2020 fix(fold): properly handle combining characters in character-counting mode10 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility9 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_compatibility8 months ago
by sylvestre refactor(fold): add streaming flush threshold and enhance comments in fold logic8 months ago
by mattsu2020 refactor(fold): optimize output flushing and vector preallocation8 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility8 months ago
by sylvestre fix(fold): flush output after pushing byte in push_byte function8 months ago
by mattsu2020 chore(deps): update Rust dependencies to latest versions8 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility8 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility8 months ago
by sylvestre Merge branch 'main' into fold_compatibility8 months ago
by sylvestre Merge branch 'main' into fold_compatibility8 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility8 months ago
by mattsu2020 chore: update Rust dependencies to latest versions8 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by sylvestre