git-strerror_X
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 28 Nov 2022 21:26:50 +0000 (21:26 +0000)
committerAurelien Jarno <aurel32@debian.org>
Mon, 28 Nov 2022 21:26:50 +0000 (21:26 +0000)
commita3a3ccb6a393e27f9a52ed5f59b6a6c90a161aa4
tree0f8774fd42e2c0ea3dcac060533f3cad08de3183
parent9a43a33deaf10d6eea24d0de897bc7f4518352c4
git-strerror_X

commit 03ad444e8e086391f53d87c3949e0d44adef4bc3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Aug 27 13:52:46 2022 +0200

    mach: Fix incoherency between perror and strerror

    08d2024b4167 ("string: Simplify strerror_r") inadvertently made
    __strerror_r print unknown error system in decimal while the original
    code was printing it in hexadecimal. perror was kept printing in
    hexadecimal in 725eeb4af14c ("string: Use tls-internal on strerror_l"),
    let us keep both coherent.

    This also fixes a duplicate ':'

    Spotted by the libunistring testsuite test-perror2

commit 1918241b55540536fee45b3096e786b7b7f9277a
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Sep 11 14:20:32 2022 +0200

    tst-sprintf-errno: Update Hurd message output

    03ad444e8e08 ("mach: Fix incoherency between perror and strerror")
    fixesd the output of error messages, but tst-sprintf-errno.c was still
    checking the old (erroneous) format. This updates the expected output
    according to the 03ad444e8e08 fix.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-strerror_X.diff
stdio-common/tst-sprintf-errno.c
sysdeps/mach/_strerror.c