Skip to content

Commit

Permalink
released 7.0.1
Browse files Browse the repository at this point in the history
fix #434
  • Loading branch information
genivia-inc committed Oct 26, 2024
1 parent 0b80020 commit f5f5d61
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 25 deletions.
4 changes: 1 addition & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,14 @@ install-data-hook:
echo "| Aliases to consider: |"; \
echo "| alias uq = 'ug -Q' |"; \
echo "| alias uz = 'ug -z' |"; \
echo "| alias ux = 'ug -U --hexdump' |"; \
echo "| alias ugit = 'ug --ignore-files' |"; \
echo "| alias grep = 'ug -G' |"; \
echo "| alias egrep = 'ug -E' |"; \
echo "| alias fgrep = 'ug -F' |"; \
echo "| alias pgrep = 'ug -P' |"; \
echo "| alias zgrep = 'ug -zG' |"; \
echo "| alias zegrep = 'ug -zE' |"; \
echo "| alias zfgrep = 'ug -zF' |"; \
echo "| alias zpgrep = 'ug -zP' |"; \
echo "| alias ux = 'ugrep -U --hexdump' |"; \
echo "| alias zxgrep = 'ugrep -zU --hexdump' |"; \
echo "| alias xdump = 'ugrep --hexdump \"\"' |"; \
echo "| alias zmore = 'ugrep+ -z -I -+ --pager \"\"' |"; \
Expand Down
4 changes: 1 addition & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1072,16 +1072,14 @@ install-data-hook:
echo "| Aliases to consider: |"; \
echo "| alias uq = 'ug -Q' |"; \
echo "| alias uz = 'ug -z' |"; \
echo "| alias ux = 'ug -U --hexdump' |"; \
echo "| alias ugit = 'ug --ignore-files' |"; \
echo "| alias grep = 'ug -G' |"; \
echo "| alias egrep = 'ug -E' |"; \
echo "| alias fgrep = 'ug -F' |"; \
echo "| alias pgrep = 'ug -P' |"; \
echo "| alias zgrep = 'ug -zG' |"; \
echo "| alias zegrep = 'ug -zE' |"; \
echo "| alias zfgrep = 'ug -zF' |"; \
echo "| alias zpgrep = 'ug -zP' |"; \
echo "| alias ux = 'ugrep -U --hexdump' |"; \
echo "| alias zxgrep = 'ugrep -zU --hexdump' |"; \
echo "| alias xdump = 'ugrep --hexdump \"\"' |"; \
echo "| alias zmore = 'ugrep+ -z -I -+ --pager \"\"' |"; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5458,7 +5458,7 @@ in markdown:



ugrep 7.0.0 October 24, 2024 UGREP(1)
ugrep 7.0.1 October 26, 2024 UGREP(1)

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

Expand Down
Binary file modified bin/win32/ug.exe
Binary file not shown.
Binary file modified bin/win32/ugrep-indexer.exe
Binary file not shown.
Binary file modified bin/win32/ugrep.exe
Binary file not shown.
Binary file modified bin/win64/ug.exe
Binary file not shown.
Binary file modified bin/win64/ugrep-indexer.exe
Binary file not shown.
Binary file modified bin/win64/ugrep.exe
Binary file not shown.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for ugrep 7.0.0.
# Generated by GNU Autoconf 2.72 for ugrep 7.0.1.
#
# Report bugs to <https://github.com/Genivia/ugrep/issues>.
#
Expand Down Expand Up @@ -606,8 +606,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ugrep'
PACKAGE_TARNAME='ugrep'
PACKAGE_VERSION='7.0.0'
PACKAGE_STRING='ugrep 7.0.0'
PACKAGE_VERSION='7.0.1'
PACKAGE_STRING='ugrep 7.0.1'
PACKAGE_BUGREPORT='https://github.com/Genivia/ugrep/issues'
PACKAGE_URL='https://ugrep.com'

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

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ugrep 7.0.0:";;
short | recursive ) echo "Configuration of ugrep 7.0.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1630,7 +1630,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ugrep configure 7.0.0
ugrep configure 7.0.1
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2184,7 +2184,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ugrep $as_me 7.0.0, which was
It was created by ugrep $as_me 7.0.1, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3694,7 +3694,7 @@ fi

# Define the identity of the package.
PACKAGE='ugrep'
VERSION='7.0.0'
VERSION='7.0.1'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -11790,7 +11790,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ugrep $as_me 7.0.0, which was
This file was extended by ugrep $as_me 7.0.1, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -11863,7 +11863,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
ugrep config.status 7.0.0
ugrep config.status 7.0.1
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([ugrep],[7.0.0],[https://github.com/Genivia/ugrep/issues],[ugrep],[https://ugrep.com])
AC_INIT([ugrep],[7.0.1],[https://github.com/Genivia/ugrep/issues],[ugrep],[https://ugrep.com])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip])
AC_CONFIG_HEADERS([config.h])
AC_COPYRIGHT([Copyright (C) 2019-2024 Robert van Engelen, Genivia Inc.])
Expand Down
4 changes: 2 additions & 2 deletions include/reflex/absmatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -1469,10 +1469,10 @@ class AbstractMatcher {
#endif
txt_ = newbuf + (txt_ - buf_);
lpb_ = newbuf + (lpb_ - buf_);
bol_ = newbuf + (bol_ - buf_);
buf_ = newbuf;
}
bol_ = buf_;
cpb_ = buf_;
cpb_ = bol_;
#else
size_t gap = txt_ - buf_;
if (max_ - end_ + gap >= need)
Expand Down
2 changes: 1 addition & 1 deletion man/ug.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH UGREP "1" "October 24, 2024" "ugrep 7.0.0" "User Commands"
.TH UGREP "1" "October 26, 2024" "ugrep 7.0.1" "User Commands"
.SH NAME
\fBugrep\fR, \fBug\fR -- file pattern searcher
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/ugrep-indexer.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH UGREP-INDEXER "1" "October 24, 2024" "ugrep-indexer 7.0.0" "User Commands"
.TH UGREP-INDEXER "1" "October 26, 2024" "ugrep-indexer 7.0.1" "User Commands"
.SH NAME
\fBugrep-indexer\fR -- file indexer to accelerate recursive searching
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/ugrep.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH UGREP "1" "October 24, 2024" "ugrep 7.0.0" "User Commands"
.TH UGREP "1" "October 26, 2024" "ugrep 7.0.1" "User Commands"
.SH NAME
\fBugrep\fR, \fBug\fR -- file pattern searcher
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/ugrep-indexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/

// DO NOT ALTER THIS LINE: updated by makemake.sh and we need it physically here for MSVC++ build from source
#define UGREP_VERSION "7.0.0"
#define UGREP_VERSION "7.0.1"

// use a task-parallel thread to decompress the stream into a pipe to search, also handles nested archives
#define WITH_DECOMPRESSION_THREAD
Expand Down
2 changes: 1 addition & 1 deletion src/ugrep.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define UGREP_HPP

// DO NOT ALTER THIS LINE: updated by makemake.sh and we need it physically here for MSVC++ build from source
#define UGREP_VERSION "7.0.0"
#define UGREP_VERSION "7.0.1"

// disable mmap because mmap is almost always slower than the file reading speed improvements since 3.0.0
#define WITH_NO_MMAP
Expand Down

0 comments on commit f5f5d61

Please sign in to comment.