Skip to content

Commit f5f5d61

Browse files
committed
released 7.0.1
fix #434
1 parent 0b80020 commit f5f5d61

File tree

17 files changed

+21
-25
lines changed

17 files changed

+21
-25
lines changed

Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,14 @@ install-data-hook:
9797
echo "| Aliases to consider: |"; \
9898
echo "| alias uq = 'ug -Q' |"; \
9999
echo "| alias uz = 'ug -z' |"; \
100+
echo "| alias ux = 'ug -U --hexdump' |"; \
100101
echo "| alias ugit = 'ug --ignore-files' |"; \
101102
echo "| alias grep = 'ug -G' |"; \
102103
echo "| alias egrep = 'ug -E' |"; \
103104
echo "| alias fgrep = 'ug -F' |"; \
104-
echo "| alias pgrep = 'ug -P' |"; \
105105
echo "| alias zgrep = 'ug -zG' |"; \
106106
echo "| alias zegrep = 'ug -zE' |"; \
107107
echo "| alias zfgrep = 'ug -zF' |"; \
108-
echo "| alias zpgrep = 'ug -zP' |"; \
109-
echo "| alias ux = 'ugrep -U --hexdump' |"; \
110108
echo "| alias zxgrep = 'ugrep -zU --hexdump' |"; \
111109
echo "| alias xdump = 'ugrep --hexdump \"\"' |"; \
112110
echo "| alias zmore = 'ugrep+ -z -I -+ --pager \"\"' |"; \

Makefile.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,16 +1072,14 @@ install-data-hook:
10721072
echo "| Aliases to consider: |"; \
10731073
echo "| alias uq = 'ug -Q' |"; \
10741074
echo "| alias uz = 'ug -z' |"; \
1075+
echo "| alias ux = 'ug -U --hexdump' |"; \
10751076
echo "| alias ugit = 'ug --ignore-files' |"; \
10761077
echo "| alias grep = 'ug -G' |"; \
10771078
echo "| alias egrep = 'ug -E' |"; \
10781079
echo "| alias fgrep = 'ug -F' |"; \
1079-
echo "| alias pgrep = 'ug -P' |"; \
10801080
echo "| alias zgrep = 'ug -zG' |"; \
10811081
echo "| alias zegrep = 'ug -zE' |"; \
10821082
echo "| alias zfgrep = 'ug -zF' |"; \
1083-
echo "| alias zpgrep = 'ug -zP' |"; \
1084-
echo "| alias ux = 'ugrep -U --hexdump' |"; \
10851083
echo "| alias zxgrep = 'ugrep -zU --hexdump' |"; \
10861084
echo "| alias xdump = 'ugrep --hexdump \"\"' |"; \
10871085
echo "| alias zmore = 'ugrep+ -z -I -+ --pager \"\"' |"; \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5458,7 +5458,7 @@ in markdown:
54585458

54595459

54605460

5461-
ugrep 7.0.0 October 24, 2024 UGREP(1)
5461+
ugrep 7.0.1 October 26, 2024 UGREP(1)
54625462

54635463
🔝 [Back to table of contents](#toc)
54645464

bin/win32/ug.exe

0 Bytes
Binary file not shown.

bin/win32/ugrep-indexer.exe

0 Bytes
Binary file not shown.

bin/win32/ugrep.exe

0 Bytes
Binary file not shown.

bin/win64/ug.exe

0 Bytes
Binary file not shown.

bin/win64/ugrep-indexer.exe

0 Bytes
Binary file not shown.

bin/win64/ugrep.exe

0 Bytes
Binary file not shown.

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for ugrep 7.0.0.
3+
# Generated by GNU Autoconf 2.72 for ugrep 7.0.1.
44
#
55
# Report bugs to <https://github.com/Genivia/ugrep/issues>.
66
#
@@ -606,8 +606,8 @@ MAKEFLAGS=
606606
# Identity of this package.
607607
PACKAGE_NAME='ugrep'
608608
PACKAGE_TARNAME='ugrep'
609-
PACKAGE_VERSION='7.0.0'
610-
PACKAGE_STRING='ugrep 7.0.0'
609+
PACKAGE_VERSION='7.0.1'
610+
PACKAGE_STRING='ugrep 7.0.1'
611611
PACKAGE_BUGREPORT='https://github.com/Genivia/ugrep/issues'
612612
PACKAGE_URL='https://ugrep.com'
613613

@@ -1382,7 +1382,7 @@ if test "$ac_init_help" = "long"; then
13821382
# Omit some internal or obsolete options to make the list less imposing.
13831383
# This message is too long to be a string in the A/UX 3.1 sh.
13841384
cat <<_ACEOF
1385-
'configure' configures ugrep 7.0.0 to adapt to many kinds of systems.
1385+
'configure' configures ugrep 7.0.1 to adapt to many kinds of systems.
13861386
13871387
Usage: $0 [OPTION]... [VAR=VALUE]...
13881388
@@ -1453,7 +1453,7 @@ fi
14531453

14541454
if test -n "$ac_init_help"; then
14551455
case $ac_init_help in
1456-
short | recursive ) echo "Configuration of ugrep 7.0.0:";;
1456+
short | recursive ) echo "Configuration of ugrep 7.0.1:";;
14571457
esac
14581458
cat <<\_ACEOF
14591459
@@ -1630,7 +1630,7 @@ fi
16301630
test -n "$ac_init_help" && exit $ac_status
16311631
if $ac_init_version; then
16321632
cat <<\_ACEOF
1633-
ugrep configure 7.0.0
1633+
ugrep configure 7.0.1
16341634
generated by GNU Autoconf 2.72
16351635
16361636
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2184,7 +2184,7 @@ cat >config.log <<_ACEOF
21842184
This file contains any messages produced by compilers while
21852185
running configure, to aid debugging if configure makes a mistake.
21862186
2187-
It was created by ugrep $as_me 7.0.0, which was
2187+
It was created by ugrep $as_me 7.0.1, which was
21882188
generated by GNU Autoconf 2.72. Invocation command line was
21892189
21902190
$ $0$ac_configure_args_raw
@@ -3694,7 +3694,7 @@ fi
36943694

36953695
# Define the identity of the package.
36963696
PACKAGE='ugrep'
3697-
VERSION='7.0.0'
3697+
VERSION='7.0.1'
36983698

36993699

37003700
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -11790,7 +11790,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1179011790
# report actual input values of CONFIG_FILES etc. instead of their
1179111791
# values after options handling.
1179211792
ac_log="
11793-
This file was extended by ugrep $as_me 7.0.0, which was
11793+
This file was extended by ugrep $as_me 7.0.1, which was
1179411794
generated by GNU Autoconf 2.72. Invocation command line was
1179511795
1179611796
CONFIG_FILES = $CONFIG_FILES
@@ -11863,7 +11863,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1186311863
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1186411864
ac_cs_config='$ac_cs_config_escaped'
1186511865
ac_cs_version="\\
11866-
ugrep config.status 7.0.0
11866+
ugrep config.status 7.0.1
1186711867
configured by $0, generated by GNU Autoconf 2.72,
1186811868
with options \\"\$ac_cs_config\\"
1186911869

0 commit comments

Comments
 (0)