grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.22-23-g8eb7260


From: Jim Meyering
Subject: grep branch, master, updated. v2.22-23-g8eb7260
Date: Sat, 09 Jan 2016 00:57:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  8eb72603aec2007f990f9ff196310b2eea662c6b (commit)
       via  6c7f8166c7928cf48a8288c0333941f3bf3466c1 (commit)
      from  ca68df394ba1d9359c0e4d825394ab875c7fe1c2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=8eb72603aec2007f990f9ff196310b2eea662c6b


commit 8eb72603aec2007f990f9ff196310b2eea662c6b
Author: Jim Meyering <address@hidden>
Date:   Fri Jan 8 16:56:50 2016 -0800

    tests: fix encoding-error test failure to use of printf '\xHH'
    
    * tests/encoding-error: Don't rely on printf having support for \xHH
    hexadecimal.  That is not portable.  Use \OOO octal, instead.
    
    maint: fix typo in NEWS: s/a/an/

diff --git a/tests/encoding-error b/tests/encoding-error
index 2f09c21..4b5fcb5 100755
--- a/tests/encoding-error
+++ b/tests/encoding-error
@@ -16,7 +16,7 @@ export LC_ALL
 
 printf 'Alfred Jones\n' > a || framework_failure_
 printf 'John Smith\n' >j || framework_failure_
-printf 'Pedro P\xe9rez\n' >p || framework_failure_
+printf 'Pedro P\351rez\n' >p || framework_failure_
 cat a p j >in || framework_failure_
 
 fail=0

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=6c7f8166c7928cf48a8288c0333941f3bf3466c1


commit 8eb72603aec2007f990f9ff196310b2eea662c6b
Author: Jim Meyering <address@hidden>
Date:   Fri Jan 8 16:56:50 2016 -0800

    tests: fix encoding-error test failure to use of printf '\xHH'
    
    * tests/encoding-error: Don't rely on printf having support for \xHH
    hexadecimal.  That is not portable.  Use \OOO octal, instead.
    
    maint: fix typo in NEWS: s/a/an/

diff --git a/tests/encoding-error b/tests/encoding-error
index 2f09c21..4b5fcb5 100755
--- a/tests/encoding-error
+++ b/tests/encoding-error
@@ -16,7 +16,7 @@ export LC_ALL
 
 printf 'Alfred Jones\n' > a || framework_failure_
 printf 'John Smith\n' >j || framework_failure_
-printf 'Pedro P\xe9rez\n' >p || framework_failure_
+printf 'Pedro P\351rez\n' >p || framework_failure_
 cat a p j >in || framework_failure_
 
 fail=0

-----------------------------------------------------------------------

Summary of changes:
 tests/encoding-error          |    2 +-
 tests/mb-non-UTF8-performance |   13 +++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]