Skip to content

Releases: ColumPaget/ColumsCut

bugfix for -s and --complement options

14 Nov 14:42
Compare
Choose a tag to compare
v3.1

add travis badge to readme

Added -E option

20 Aug 13:43
Compare
Choose a tag to compare
v3.0

added -E option

fixes for situation where no suitable delimiter found in input.

21 Feb 19:36
Compare
Choose a tag to compare

If fields are asked for that do not exist it can mean not delimiter is found in the input. In this situation use the command-line delimiter specification instead. Thanks to https://github.com/larrypl for finding this issue

handles non-existent fields

11 Feb 18:07
Compare
Choose a tag to compare

this release handles requests for fields that don't exist in the input stream by outputing a blank field

changes to be more compatible with gnu cut

16 Jan 21:10
Compare
Choose a tag to compare

Added new -e option to allow specifying delimiter with quoted characters, -d now works as per gnu cut, without quoted characters

reverse field ranges now work

16 Jan 13:32
Compare
Choose a tag to compare

reverse field ranges (e.g. -f 4-2) now work. Thanks to larrypl (https://github.com/larrypl) for raising the issue

String Delimiters

04 Jan 11:18
Compare
Choose a tag to compare

Allows use of strings rather than characters as delimiters. Fix for segfault if file open fails. Corrected misspellings of (delimiter)

Unicode really works now

02 Jan 23:40
Compare
Choose a tag to compare

Turns out you can't just count bytes with the high-bit set, you have to distinguish one unicode character from another. Added 'make check' for UTF8 support. Added SPDX headers to files

Preliminary Unicode Support

02 Jan 20:14
Compare
Choose a tag to compare

Support for unicode characters on input to -c or -b style cuts

Minor bugfix. -b working but -c wasn't.

11 Dec 13:36
Compare
Choose a tag to compare

Though -b and -c are currently equivalent in ccut, -c was being ignored.