diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-29 02:34:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-29 02:38:14 -0700 |
commit | a22a582e496e3a2bd1e5cda45ac11e3a7dc6584f (patch) | |
tree | 901753e6e3aa398ca4d0b03dd6f52c666abd2166 /posix/tst-regex.input | |
parent | 0b3c9e57a41d9f7c26fb6aa45b99f671bef9c7e0 (diff) | |
download | glibc-a22a582e496e3a2bd1e5cda45ac11e3a7dc6584f.tar.gz glibc-a22a582e496e3a2bd1e5cda45ac11e3a7dc6584f.tar.xz glibc-a22a582e496e3a2bd1e5cda45ac11e3a7dc6584f.zip |
Fix posix/tst-regex by using UTF-8 and own test input
Problem reported by Stefan Liebler in: https://sourceware.org/ml/libc-alpha/2019-08/msg00658.html * posix/tst-regex.c: Convert this file from Latin-1 to UTF-8. (do_test, test_expr): Adjust to the fact that this source file, and the test data in ChangeLog.8, is now UTF-8 instead of Latin-1. * posix/tst-regex.input: Copy from ChangeLog.old/ChangeLog.8, so that it is now UTF-8.
Diffstat (limited to 'posix/tst-regex.input')
-rw-r--r-- | posix/tst-regex.input | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/posix/tst-regex.input b/posix/tst-regex.input index 52b85a6270..c48660d23a 100644 --- a/posix/tst-regex.input +++ b/posix/tst-regex.input @@ -6025,7 +6025,7 @@ (Host Address Functions): Use uint32_t consequently and add a number of clarifications for IPv4/IPv6, classless addresses. (Internet Namespace): Added some paragraphs about IPv6. - Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>. + Based on suggestions by Francesco Potortì <F.Potorti@cnuce.cnr.it>. 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com> @@ -6565,7 +6565,7 @@ * manual/examples/mkfsock.c (make_named_socket): Removed blank lines for clarification. (make_named_socket): Use strncpy instead of strcpy. - Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>. + Reported by Francesco Potortì <F.Potorti@cnuce.cnr.it>. 1998-03-30 13:28 Ulrich Drepper <drepper@cygnus.com> @@ -7975,7 +7975,7 @@ * sysdeps/generic/getresuid.c (__getresuid): Use ISO C declaration style to avoid warnings. -1998-03-06 11:48 Mark M._Kettenis <kettenis@hall.phys.uva.nl> +1998-03-06 11:48 Mark M. Kettenis <kettenis@hall.phys.uva.nl> * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" -> "LD_DEBUG". @@ -8314,7 +8314,7 @@ 1998-02-27 Ulrich Drepper <drepper@cygnus.com> * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly. - Reported by Göran Uddeborg <goeran@uddeborg.pp.se>. + Reported by Göran Uddeborg <goeran@uddeborg.pp.se>. * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported bug. @@ -8322,7 +8322,7 @@ 1998-02-25 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/arith.texi (Old-style number conversion): Correct - typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>. + typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>. 1998-02-27 Ulrich Drepper <drepper@cygnus.com> @@ -12044,7 +12044,7 @@ * libio/stdio.h: Correct comment of sys_nerr/sys_errlist. -1997-11-25 Paul Eggert <eggert@shade.twinsun.com> +1997-11-25 Paul Eggert <eggert@twinsun.com> * strftime.c (strftime): No longer any need to undef or declare if emacs is defined. |