mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2002-03-13 Ulrich Drepper <drepper@redhat.com> * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
This commit is contained in:
parent
75bfdfc7df
commit
351f0765c7
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
|
||||||
|
|
||||||
2002-03-13 Wolfram Gloger <wg@malloc.de>
|
2002-03-13 Wolfram Gloger <wg@malloc.de>
|
||||||
|
|
||||||
* malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
|
* malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Testing of printf.
|
# 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.
|
# 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|
|
| 100000.0000| 1.0000e+05| 1e+05|
|
||||||
| 123456.0000| 1.2346e+05| 1.235e+05|
|
| 123456.0000| 1.2346e+05| 1.235e+05|
|
||||||
snprintf ("%30s", "foo") == 30, " "
|
snprintf ("%30s", "foo") == 30, " "
|
||||||
snprintf ("%.999999u", 10)
|
snprintf ("%.999999u", 10) == 999999
|
||||||
|
|
||||||
Formatted output test
|
Formatted output test
|
||||||
prefix 6d 6o 6x 6X 6u
|
prefix 6d 6o 6x 6X 6u
|
||||||
@ -214,7 +214,7 @@ something really insane: 1.00000000000000000000000000000000000000000000000000000
|
|||||||
| 100000.0000| 1.0000e+05| 1e+05|
|
| 100000.0000| 1.0000e+05| 1e+05|
|
||||||
| 123456.0000| 1.2346e+05| 1.235e+05|
|
| 123456.0000| 1.2346e+05| 1.235e+05|
|
||||||
snprintf ("%30s", "foo") == 30, " "
|
snprintf ("%30s", "foo") == 30, " "
|
||||||
snprintf ("%.999999u", 10)
|
snprintf ("%.999999u", 10) == 999999
|
||||||
|
|
||||||
Formatted output test
|
Formatted output test
|
||||||
prefix 6d 6o 6x 6X 6u
|
prefix 6d 6o 6x 6X 6u
|
||||||
|
Loading…
Reference in New Issue
Block a user