2023-01-26 08:58:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.9.6
ugrep v3.9.6
Fixed a Unicode-specific regex pattern syntax issue that caused a valid regex
pattern to produce a regex syntax error message.
|
2023-01-22 17:28:39 by Ryo ONODERA | Files touched by this commit (271) |
Log message:
*: Recursive revbump from Boost 1.81.0
|
2023-01-16 09:35:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.9.5
ugrep v3.9.5
Fix option -l (files-with-matches) when used in combination with option -z \
(decompress), which occasionally would display duplicate filenames when a \
compressed file has many matches. Fixed by draining the decompression pipe until \
eof of the compressed file in the searched archive, as was intended.
|
2023-01-11 11:19:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.9.4
ugrep v3.9.4
Support ugrep on OpenIndiana Solaris/SunOS, fix spurious 0 byte in tar filename \
output results, fix support for PCRE2 prior 10.34 and other (minor) \
improvements.
|
2022-12-31 23:01:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.9.3
ugrep v3.9.3
Fixed a PCRE2 library-related issue with -P (--perl-regexp) matching binary files.
|
2022-09-05 13:17:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.9.2
ugrep v3.9.2
Fixed an issue with invalid Unicode regex patterns.
|
2022-08-18 19:04:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.9.1
ugrep v3.9.1
A fix for a minor issue with fuzzy matching when only allowing substitutions.
ugrep v3.9.0
Release v3.9 makes -r the default recursive search without following symlinked \
directories, per popular demand. Symlinked files are always searched on a search \
path, except with option -p (--no-dereference).
|
2022-07-01 21:35:45 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ugrep: updated to 3.8.3
ugrep v3.8.3
New option combination -o (--only-matching) with -ABC context to show the match \
within NUM columns, with context before and/or after, which visually aids in \
searching files with long lines; option -o with -b or -k now shows results on \
separate lines; new option --width to truncate long lines to the specified width \
or the terminal width by default; short ug command now sorts by name by default; \
query TUI ALT-] [ (increase/decrease context) and ALT-} { (increase/decrease \
fuzziness) keys switched meaning (quicker and more intuitive); new %+ format \
field used by updated --only-line-number option; new --help fuzzy help page; \
updated man pages; fixed bz2 issue cutting off decompression too soon, fixed \
tiny lz4 file search error, and other improvements.
|
2022-06-15 10:55:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.8.2
ugrep v3.8.2
New option combination -o (--only-matching) with -ABC context to show the match \
within NUM columns, with context before and/or after, which visually aids in \
searching files with long lines; option -o with -b or -k now shows results on \
separate lines; new option --width to truncate long lines to the specified width \
or the terminal width by default; short ug command now sorts by name by default; \
query TUI ALT-] [ (increase/decrease context) and ALT-} { (increase/decrease \
fuzziness) keys switched meaning (quicker and more intuitive); new %+ format \
field used by updated --only-line-number option; new --help fuzzy help page; \
updated man pages; fixed bz2 issue cutting off decompression too soon, and other \
improvements.
|
2022-06-07 12:04:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.8.1
3.8.1
New option combination -o (--only-matching) with -ABC context to show the match \
within NUM columns, with context before and/or after, which visually aids in \
searching files with long lines; option -o with -b or -k now shows results on \
separate lines; new option --width to truncate long lines to the specified width \
or the terminal width by default; short ug command now sorts by name by default; \
query TUI ALT-] [ (increase/decrease context) and ALT-} { (increase/decrease \
fuzziness) keys switched meaning (quicker and more intuitive); new %+ format \
field used by updated --only-line-number option; new --help fuzzy help page; \
updated man pages; fixed bz2 issue cutting off decompression too soon, and other \
improvements.
|