2022-02-08 22:00:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.7.2
ugrep v3.7.2
New --hexdump options to grep binary files and display binary matches in \
hexadecimal with n hex lines before and after the match with --hexdump=Cn, \
--hexdump=An for n lines after and --hexdump=Bn for n lines before. Omitting n \
defaults to the entire matching line. Option -X is equivalent to --hexdump=2C \
for 2 hex columns per line and entire matching line as context. We also made \
ugrep faster overall with performance improvements. More coming soon!
|
2022-01-28 13:04:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.7.1
ugrep v3.7.1
We made ugrep even faster and better overall with performance and usability \
improvements. More to come soon!
|
2022-01-27 18:01:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.7.0
ugrep v3.7.0
We made ugrep even faster and better overall with performance and usability \
improvements. More to come soon!
|
2022-01-20 21:16:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.6.0
ugrep v3.6.0
New --replace option to replace pattern matches in the output with custom \
formatted text with % fields. This option can be combined with any other option, \
including -y (--any-line) to pass through a file with substitutions applied to \
the output. To make ugrep more user-friendly, the new --help format option \
argument displays a summary of % format fields, the new --help regex option \
argument displays an overview of regular expression pattern syntax, and the new \
--help globs option argument displays the gitignore-style glob syntax and \
conventions used by ugrep. Increased searching speed of large files with AVX \
optimizations applied to the default pattern matcher engine. AVX optimizations \
were largely disabled (only partially applied) to make ugrep binary portable on \
Linux platforms since ugrep v3.3.5, requested by issue trackers 103 and 143. \
Binary portability over x86/x64 now works better with new multi-version code \
selected at runtime to run the original faster pattern matchi
ng engine. More coming soon!
ugrep v3.5.0
New --zmax=NUM option to be used with -z (--decompress) to search compressed \
files and archives recursively stored within tar/zip/cpio/pax archives for up to \
NUM recursive expansion levels deep. (Directory trees in archives are already \
recursively traversed and do not require --zmax.) The --zmax argument may range \
from 1 (default) to 99 for up to 99 recursive decompression and de-archiving \
steps. Improved option -U to be used for backward compatibility with GNU/BSD \
grep by no longer flagging invalid UTF as "binary files". More to come \
soon!
ugrep v3.4.0
New Boolean search query options --files and --lines. The specified Boolean \
search query conditions apply to lines by default. Because GNU/BSD grep and \
ugrep are generally line-based, --lines is the default option. Specify --files \
--bool to apply the specified Boolean query to files as a whole: a file matches \
if all Boolean conditions are satisfied by matching patterns anywhere in the \
file. More to come soon!
|
2022-01-10 02:46:47 by Ryo ONODERA | Files touched by this commit (273) |
Log message:
*: Recursive revbump from boost 1.78.0
|
2021-12-13 17:17:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.3.12
ugrep v3.3.12
Updated Windows CRLF output while maintaining grep compatibility. Faster column \
-k by on-demand computation. Faster grep files containing long Iines of text and \
binary files. This update corrects and further improves the input buffering \
method, which performed sub-optimally for long lines containing many pattern \
matches.
|
2021-12-10 19:17:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.3.11
v3.3.11
Faster column -k by on-demand computation. Faster grep files containing long \
Iines of text and binary files. This update corrects and further improves the \
input buffering method, which performed sub-optimally for long lines containing \
many pattern matches.
|
2021-12-07 10:43:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.3.10
ugrep v3.3.10
Faster grep files containing long Iines of text and binary files. This update \
corrects and further improves the input buffering method, which performed \
sub-optimally for long lines containing many pattern matches.
|
2021-12-01 10:33:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.3.9
ugrep v3.3.9
Minor improvements.
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|