Commits
Click on a commit to change the comparison rangefeat(fold): add column counting for character width mode in process_ascii_line7 months ago
by mattsu2020 fix fold: emit output early when column count reaches width limit7 months ago
by mattsu2020 refactor(fold): split long if-conditions into multiple lines for readability7 months ago
by mattsu2020 feat(fold): add streaming output with periodic flushing to reduce memory usage7 months ago
by mattsu2020 fix(fold): correct premature output emission in character mode and add tests7 months ago
by mattsu2020 refactor: clean up formatting in fold utility and tests7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 feat(fold): add unicode-width dependency and tests for zero-width characters7 months ago
by mattsu2020 perf: use bytecount for efficient newline counting in fold tests7 months ago
by mattsu2020 refactor: Handle zero-width bytes across buffer boundaries in fold7 months ago
by mattsu2020 refactor(fold): condense variable assignment to single line7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 fix(fold): properly handle combining characters in character-counting mode7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility7 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility6 months ago
by mattsu2020 refactor(fold): add comments to explain streaming flush logic and prevent unbounded buffering6 months ago
by mattsu2020 refactor(fold): extract UTF-8 char processing and improve pending chunk handling6 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility6 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility6 months ago
by sylvestre refactor(fold): add streaming flush threshold and enhance comments in fold logic6 months ago
by mattsu2020 refactor(fold): optimize output flushing and vector preallocation6 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility5 months ago
by sylvestre fix(fold): flush output after pushing byte in push_byte function5 months ago
by mattsu2020 chore(deps): update Rust dependencies to latest versions5 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility5 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility5 months ago
by sylvestre Merge branch 'main' into fold_compatibility5 months ago
by sylvestre Merge branch 'main' into fold_compatibility5 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility5 months ago
by mattsu2020 chore: update Rust dependencies to latest versions5 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility5 months ago
by mattsu2020 Merge branch 'main' into fold_compatibility5 months ago
by sylvestre