Skip to content

Releases: Genivia/ugrep

ugrep v1.5.3

31 Oct 19:33
Compare
Choose a tag to compare

Faster concurrent output and faster -z (decompression) with a decompression thread. Next release will improve the speed of line-by-line matching (i.e. when not using one of -o, -c, -l, -N, -q) that slows down -z.

ugrep v1.5.2

25 Oct 19:06
Compare
Choose a tag to compare

Simpler build steps (self-contained) and faster option -z.

ugrep v1.5.0

30 Sep 17:55
Compare
Choose a tag to compare

Added multi-threading with lock-free job stealing for high performance. Requires RE/flex 1.4.3 or greater.

ugrep v1.4.4

15 Sep 20:31
Compare
Choose a tag to compare

New and improved --format fields for custom output, updated --json and --xml, faster search for patterns beginning with optional repetitions, such as .*, which requires RE/flex v1.4.2.

ugrep v1.4.3

12 Sep 14:35
Compare
Choose a tag to compare

Added group captures %1 to %9 to --format to customize output, requires option -P Perl matching.

ugrep v1.4.2

12 Sep 01:43
Compare
Choose a tag to compare

New options --cpp, --csv, --json, --xml, --format, updated manual page with section on FORMAT with instruction on how to customize the output.

ugrep v.1.4.1

10 Sep 17:30
Compare
Choose a tag to compare

Optimizations and other improvements. Requires RE/flex 1.4.1 or greater.

ugrep v.1.4.0

04 Sep 17:19
Compare
Choose a tag to compare

More optimizations for faster search. Requires RE/flex 1.4.0 or greater. Binaries for Linux/Windows/MacOS included.

ugrep v1.3.8

17 Aug 20:51
Compare
Choose a tag to compare

Improved mmap performance and other performance enhancements based on RE/flex v1.3.8.

ugrep v1.3.7

16 Aug 21:10
Compare
Choose a tag to compare

Added mmap(2) and other speed improvements, improved GNU/BSD grep compatibility.