about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2019-08-28 10:29:24 +0200
committerStefan Liebler <stli@linux.ibm.com>2019-08-28 10:29:24 +0200
commit3a9d025fdd56f595ef9cb142486da4ee1b75281f (patch)
treed4a8df8e59e2c5e5f7efb49705109327ea8e0701 /ChangeLog
parent1bced8cadc82077f0201801239e89eb24b68e9aa (diff)
downloadglibc-3a9d025fdd56f595ef9cb142486da4ee1b75281f.tar.gz
glibc-3a9d025fdd56f595ef9cb142486da4ee1b75281f.tar.xz
glibc-3a9d025fdd56f595ef9cb142486da4ee1b75281f.zip
Fix posix/tst-regex by using a dedicated input-file.
The recent commit e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0
changed the encoding of ChangeLog.old/ChangeLog.8 from ISO-8859 to UTF-8.
Unfortunately the test posix/tst-regex assumes the former encoding.
Furthermore Francesco Potortì is now written with 'ì' instead of 'i`'
which would lead to two further matches in the first call to test_expr.

This patch just copies the former ChangeLog.8 file to tst-regex.input
and adjusts the test in order to use this new input file.

ChangeLog:

	* posix/tst-regex.c (do_test): Use tst-regex.input as input file.
	* posix/tst-regex.input: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2aa6655c8d..34021b74f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-28  Stefan Liebler  <stli@linux.ibm.com>
+
+	* posix/tst-regex.c (do_test): Use tst-regex.input as input file.
+	* posix/tst-regex.input: New file.
+
 2019-08-23  Mihailo Stojanovic  <mihailo.stojanovic@rt-rk.com>
 
 	[BZ #24916]