From 351f0765c7ff4e73be396a76817802508df1c7c1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 13 Mar 2002 23:44:36 +0000 Subject: [PATCH] Update. 2002-03-13 Ulrich Drepper * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c. --- ChangeLog | 4 ++++ stdio-common/tst-printf.sh | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d346ad..ef9ba52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-13 Ulrich Drepper + + * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c. + 2002-03-13 Wolfram Gloger * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed. diff --git a/stdio-common/tst-printf.sh b/stdio-common/tst-printf.sh index e207f63..a3626a7 100644 --- a/stdio-common/tst-printf.sh +++ b/stdio-common/tst-printf.sh @@ -1,6 +1,6 @@ #! /bin/sh # Testing of printf. -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # @@ -103,7 +103,7 @@ something really insane: 1.00000000000000000000000000000000000000000000000000000 | 100000.0000| 1.0000e+05| 1e+05| | 123456.0000| 1.2346e+05| 1.235e+05| snprintf ("%30s", "foo") == 30, " " -snprintf ("%.999999u", 10) +snprintf ("%.999999u", 10) == 999999 Formatted output test prefix 6d 6o 6x 6X 6u @@ -214,7 +214,7 @@ something really insane: 1.00000000000000000000000000000000000000000000000000000 | 100000.0000| 1.0000e+05| 1e+05| | 123456.0000| 1.2346e+05| 1.235e+05| snprintf ("%30s", "foo") == 30, " " -snprintf ("%.999999u", 10) +snprintf ("%.999999u", 10) == 999999 Formatted output test prefix 6d 6o 6x 6X 6u -- 2.7.4