From fb5663ca863c5b970cdb521aa4570ef9f649745b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Feb 1998 17:59:16 +0000 Subject: Update. 1998-02-18 17:57 Ulrich Drepper * iconv/Makefile: Add rules to build and install iconv program. * iconv/iconv_prog.c: New file. 1998-02-18 16:34 H.J. Lu * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for _dl_lookup_symbol_skip call. * elf/dlvsym.c (dlvsym_doit): Likewise. 1998-02-18 Ulrich Drepper * libio/iovsscanf.c: Do not include errno.h. --- stdlib/tst-strtod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdlib/tst-strtod.c') diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index 316fff93b9..3cc907f2ac 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -38,6 +38,7 @@ static const struct ltest tests[] = { "1e20", 1e20, '\0', 0 }, { "0e-19", 0, '\0', 0 }, { "4\00012", 4.0, '\0', 0 }, + { "5.9e-76", 5.9e-76, '\0', 0 }, { NULL, 0, '\0', 0 } }; -- cgit 1.4.1