Skip to content

Commit 148290c

Browse files
committed
released 6.2.0
fix #407 fix #408 update #409
1 parent 2f961aa commit 148290c

44 files changed

Lines changed: 519 additions & 597 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,12 +1616,11 @@ same line, like XOR:
16161616
### Search this but not that with -v, -e, -N, -f, -L, -w, -x
16171617

16181618
-e PATTERN, --regexp=PATTERN
1619-
Specify a PATTERN used during the search of the input: an input
1620-
line is selected if it matches any of the specified patterns.
1621-
Note that longer patterns take precedence over shorter patterns.
1622-
This option is most useful when multiple -e options are used to
1623-
specify multiple patterns, when a pattern begins with a dash (`-'),
1624-
to specify a pattern after option -f or after the FILE arguments.
1619+
Specify a PATTERN to search the input. An input line is selected
1620+
if it matches any of the specified patterns. This option is useful
1621+
when multiple -e options are used to specify multiple patterns, or
1622+
when a pattern begins with a dash (`-'), or to specify a pattern
1623+
after option -f or after the FILE arguments.
16251624
-f FILE, --file=FILE
16261625
Read newline-separated patterns from FILE. White space in patterns
16271626
is significant. Empty lines in FILE are ignored. If FILE does not
@@ -4189,11 +4188,10 @@ in markdown:
41894188

41904189
-e PATTERN, --regexp=PATTERN
41914190
Specify a PATTERN to search the input. An input line is selected
4192-
if it matches any of the specified patterns. Note that longer
4193-
patterns take precedence over shorter patterns. This option is
4194-
most useful when multiple -e options are used to specify multiple
4195-
patterns, when a pattern begins with a dash (`-'), to specify a
4196-
pattern after option -f or after the FILE arguments.
4191+
if it matches any of the specified patterns. This option is
4192+
useful when multiple -e options are used to specify multiple
4193+
patterns, or when a pattern begins with a dash (`-'), or to
4194+
specify a pattern after option -f or after the FILE arguments.
41974195

41984196
--encoding=ENCODING
41994197
The encoding format of the input. The default ENCODING is binary
@@ -5297,7 +5295,7 @@ in markdown:
52975295

52985296
$ ugrep -e FIXME -f cpp/zap_strings myfile.cpp
52995297

5300-
Find lines with `FIXME' or `TODO', showing line numberes:
5298+
Find lines with `FIXME' or `TODO', showing line numbers:
53015299

53025300
$ ugrep -n -e FIXME -e TODO myfile.cpp
53035301

@@ -5380,7 +5378,7 @@ in markdown:
53805378
$ ugrep --help fuzzy
53815379

53825380
COPYRIGHT
5383-
Copyright (c) 2021-2024 Robert A. van Engelen <engelen@acm.org>
5381+
Copyright (c) 2021,2024 Robert A. van Engelen <engelen@acm.org>
53845382

53855383
ugrep is released under the BSD-3 license. All parts of the software
53865384
have reasonable copyright terms permitting free redistribution. This
@@ -5394,7 +5392,7 @@ in markdown:
53945392

53955393

53965394

5397-
ugrep 6.1.0 June 3, 2024 UGREP(1)
5395+
ugrep 6.2.0 July 9, 2024 UGREP(1)
53985396

53995397
🔝 [Back to table of contents](#toc)
54005398

bin/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Binaries for Windows 32-bit and 64-bit ugrep.exe are included in the
2-
repository: building ugrep on Windows takes some serious effort to install and
1+
Binaries for Windows 32-bit and 64-bit ugrep.exe and ugrep-indexer.exe are
2+
included: building ugrep on Windows takes some serious effort to install and
33
compile PCRE2 and all of the compression libraries together with ugrep with the
4-
proper configuration settings of C++ dev tools.
5-
6-
Visual Studio ugrep.exe build instructions can be found in vs/ugrep/README.txt
4+
proper configuration settings of C++ dev tools. Visual Studio ugrep.exe build
5+
instructions can be found in vs/ugrep/README.txt

bin/linux_amd64/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

bin/linux_amd64/ugrep

-4.79 MB
Binary file not shown.

bin/linux_amd64/ugrep-indexer

-3.02 MB
Binary file not shown.

bin/linux_arm64/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

bin/linux_arm64/ugrep

-4.5 MB
Binary file not shown.

bin/linux_arm64/ugrep-indexer

-2.86 MB
Binary file not shown.

bin/win32/ug.exe

-3.5 KB
Binary file not shown.

bin/win32/ugrep-indexer.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)