-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
30 lines (19 loc) · 1.11 KB
/
NEWS
File metadata and controls
30 lines (19 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Mar 6 2026 John Morrow <jmorrow@amoeba.org>
* 2.0.0 - Complete rewrite in Rust, replacing C and autotools build system.
Drop-in replacement with identical CLI interface and behavior. Includes
all bug fixes from 1.1.0. 2-3x performance improvement via buffered I/O.
Build with `cargo build --release`.
Mar 5 2026 John Morrow <jmorrow@amoeba.org>
* 1.1.0 - Bug fixes: segfault with -e and trailing delimiters combined
with -b/-T/-E, crash on field index 0, reversed ranges producing empty
output, memory leaks when -d or -E override defaults, integer overflow
in field number parsing. Documentation fixes: corrected range syntax
in manpage, added missing -q flag to OPTIONS section.
Jul 29 2013 John Morrow <jmorrow@amoeba.org>
* 1.0.2 - Include tests in dist, tests run on Mac OS X.
Jul 26 2013 John Morrow <jmorrow@amoeba.org>
* 1.0.1 - Detect getline and fixed range parsing bugs.
Jul 25 2013 John Morrow <jmorrow@amoeba.org>
* 1.0.0 - Renamed to pk
Jan 6 2013 John Morrow <jmorrow@amoeba.org>
* 1.0 - Preparation for initial version.