aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-10-08 23:39:20 +0000
committerUlrich Drepper <drepper@redhat.com>1996-10-08 23:39:20 +0000
commit11336c165c25e5a467335ca742674b1d5ad6d982 (patch)
treed416c633f2bebd9b9cb3b7142396e3644805fec3 /stdio-common
parent6428aed93c1a132c4cd6a8c21de9d0248fed4c46 (diff)
downloadglibc-11336c165c25e5a467335ca742674b1d5ad6d982.tar.xz
glibc-11336c165c25e5a467335ca742674b1d5ad6d982.zip
update from main archive 961008cvs/libc-961009
Wed Oct 9 00:30:33 1996 Ulrich Drepper <drepper@cygnus.com> * inet/getnetgrent_r.c: Correct netgroup implementation. A specification of a netgroup can also name another netgroup. * nss/nss_files/files-netgrp.c: Likewise. * inet/netgroup.h: Add fields to hold additional information. Tue Oct 8 21:51:14 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us> * posix/getopt.c: Implement POSIX -W option handling. When the option string contains "W;" -W foo is handled like --foo. Tue Oct 8 12:27:26 1996 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/i386/clone.S: Define _ERRNO_H before inclusing <errnos.h> so we really get error symbols defined. * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise. * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise. * sunrpc/auth_unix.c (authunix_create_default): Don't use fixed size array for getgroups call. Instead get maximal number via sysconf. But discard list to NGRPS elements before calling XDR function since Sun's code cannot handle longer lists. Based on a patch by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>. * sysdeps/stub/e_j0l.c: Define y0l as well. * sysdeps/stub/e_j1l.c: Define y1l as well. * sysdeps/stub/e_jnl.c: Define ynl as well. * posix/unistd.h: Correct prototype for execlp. * sysdeps/unix/sysv/linux/posix_opt.h: Define _POSIX_NO_TRUNC. Mon Oct 7 22:18:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makeconfig (sysdep-library-path): New variable. (built-program-cmd): Use it here to properly build a colon separated library path. Mon Oct 7 22:11:55 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * crypt/md5-crypt.c (md5_crypt_r): Add missing parens around & within comparison. Fix comments. (md5_crypt): Fix comment. Tue Oct 8 05:10:49 1996 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/errnos.h: Only include <linux/errnos.h> when _ERRNO_H is defined. [!_ERRNO_H && __need_Emath]: Define value for EDOM and ERANGE. Should there ever be a Linux port where the numeric values are not 33 and 34 this file must change. Mon Oct 7 13:54:04 1996 Ulrich Drepper <drepper@cygnus.com> * libio/iofgets.c (_IO_fgets): Use _IO_flockfile instead of __flockfile. Mon Oct 7 11:01:45 1996 Andreas Jaeger <aj@arthur.pfalz.de> * string/tst-strlen.c (main): Provide prototype. * malloc/mallocbug.c: Likewise. * io/test-utime.c: Likewise. * sysdeps/generic/crypt-entry.c: Correct typo. Mon Oct 7 13:42:20 1996 Ulrich Drepper <drepper@cygnus.com> * elf/dl-open.c (_dl_open): Check against _dl_sysdep_start to test for libc.a. Checking _DYNAMIC is of no worth here. Suggested by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. * nss/nss_files/files-parse.c: Define LOOKUP_NAME even if EXTERN_PARSER is defined. Sat Oct 5 17:05:36 1996 Andreas Jaeger <aj@arthur.pfalz.de> * Rules (dep-dummy-lib): Correct prototype for __dummy__. * crypt/md5-crypt.c: Fix typos in comments. * gmon/gmon.c: Provide prototypes. * db/makedb.c: Likewise. * locale/programs/xmalloc.c: Likewise. * stdio-common/bug11.c (main): Likewise. * stdio-common/bug7.c (main): Likewise. * stdio-common/bug8.c (main): Likewise. * stdio-common/bug9.c (main): Likewise. * stdio-common/scanf1.c (main): Likewise. * stdio-common/scanf2.c (main): Likewise. * stdio-common/scanf5.c (main): Likewise. * stdio-common/scanf6.c (main): Likewise. * stdio-common/scanf7.c (main): Likewise. * stdio-common/scanf8.c (main): Likewise. * stdio-common/temptest.c (main): Likewise. * stdio-common/test-fwrite.c (main): Likewise. * stdio-common/tst-printf.c: Likewise. * stdio-common/tstdiomisc.c: Likewise. * stdio-common/tstgetln.c (main): Likewise. * stdlib/testmb.c (main): Likewise. * stdio-common/scanf4.c (main): Correct prototype, remove unused variable n. * stdio-common/scanf3.c (main): Correct prototype, change declaration of s to reduce warnings. * stdio-common/bug10.c (main): Likewise. * stdio-common/tfformat.c: Provide prototype, remove unused reference to dump_stats, add braces in sprint_doubles. * stdio-common/tiformat.c: Likewise. * stdio-common/test_rdwr.c (main): Parameter `where' is long in printf call. Mon Oct 7 14:04:26 1996 NIIBE Yutaka <gniibe@mri.co.jp> * sysdeps/unix/sysv/linux/sys/soundcard.h: Fix typo. * shadow/putspent.c: Don't write colon after flag field. * sysdeps/unix/sysv/linux/net/if_ppp.h: New file. Wrapper around kernel header. * sysdeps/unix/sysv/linux/net/ppp-comp.h: Likewise. * sysdeps/unix/sysv/linux/net/ppp_defs.h: Likewise. * sysdeps/unix/sysv/linux/Dist: Mention new files. Mon Oct 7 00:58:19 1996 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/i586/strchr.S: Correct handling of first bytes to get pointer aligned. Reported by Matthias Urlichs <smurf@noris.de>. * sysdeps/posix/euidaccess.c [_LIBC]: Avoid calling get?id functions by using __libc_enable_secure variable. * sysdeps/libm-i387/s_copysignl.S: Correct loading of return value.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/bug10.c9
-rw-r--r--stdio-common/bug11.c3
-rw-r--r--stdio-common/bug7.c4
-rw-r--r--stdio-common/bug8.c5
-rw-r--r--stdio-common/bug9.c2
-rw-r--r--stdio-common/scanf1.c2
-rw-r--r--stdio-common/scanf2.c5
-rw-r--r--stdio-common/scanf3.c7
-rw-r--r--stdio-common/scanf4.c5
-rw-r--r--stdio-common/scanf5.c2
-rw-r--r--stdio-common/scanf6.c3
-rw-r--r--stdio-common/scanf7.c3
-rw-r--r--stdio-common/scanf8.c3
-rw-r--r--stdio-common/temptest.c5
-rw-r--r--stdio-common/test-fwrite.c4
-rw-r--r--stdio-common/test_rdwr.c4
-rw-r--r--stdio-common/tfformat.c7989
-rw-r--r--stdio-common/tiformat.c10018
-rw-r--r--stdio-common/tst-printf.c20
-rw-r--r--stdio-common/tstdiomisc.c6
-rw-r--r--stdio-common/tstgetln.c2
21 files changed, 9055 insertions, 9046 deletions
diff --git a/stdio-common/bug10.c b/stdio-common/bug10.c
index 3e1477dca1..53064715ab 100644
--- a/stdio-common/bug10.c
+++ b/stdio-common/bug10.c
@@ -1,13 +1,13 @@
#include <stdio.h>
-int main(int arc, char *argv)
+
+int
+main(int arc, char *argv)
{
int n, res;
unsigned int val;
- char *s;
+ char s[] = "111";
int result = 0;
- s = "111";
-
n = 0;
res = sscanf(s, "%u %n", &val, &n);
@@ -23,4 +23,3 @@ int main(int arc, char *argv)
return result;
}
-
diff --git a/stdio-common/bug11.c b/stdio-common/bug11.c
index 1f5739cb7d..c5af604e44 100644
--- a/stdio-common/bug11.c
+++ b/stdio-common/bug11.c
@@ -1,7 +1,8 @@
#include <stdio.h>
#include <string.h>
-main ()
+int
+main (int argc, char *argv[])
{
int ret;
char buf [1024] = "Ooops";
diff --git a/stdio-common/bug7.c b/stdio-common/bug7.c
index af06f8d6a5..8a95bf25d4 100644
--- a/stdio-common/bug7.c
+++ b/stdio-common/bug7.c
@@ -3,12 +3,12 @@
#include <stdio.h>
int
-main ()
+main (int argc, char *argv[])
{
int lose = 0;
char filename[] = "/tmp/foo";
FILE *fp;
-
+
fp = fopen (filename, "w+");
fprintf (fp, "Hello world!\n");
fflush (fp);
diff --git a/stdio-common/bug8.c b/stdio-common/bug8.c
index 39a41855de..77bbfe3435 100644
--- a/stdio-common/bug8.c
+++ b/stdio-common/bug8.c
@@ -1,7 +1,8 @@
#include <stdio.h>
#include <string.h>
-main()
+int
+main(int argc, char *argv[])
{
char buf[100];
int point, x, y;
@@ -23,4 +24,4 @@ main()
puts (status ? "Test failed" : "Test passed");
return status;
-}
+}
diff --git a/stdio-common/bug9.c b/stdio-common/bug9.c
index 5a7166ce90..732904d731 100644
--- a/stdio-common/bug9.c
+++ b/stdio-common/bug9.c
@@ -2,7 +2,7 @@
#include <string.h>
int
-main()
+main(int argc, char *argv[])
{
char buf[100];
int a, b;
diff --git a/stdio-common/scanf1.c b/stdio-common/scanf1.c
index 4a5be880a4..3adf532250 100644
--- a/stdio-common/scanf1.c
+++ b/stdio-common/scanf1.c
@@ -2,7 +2,7 @@
#include <stdlib.h>
int
-main()
+main(int argc, char *argv[])
{
int i,n,r;
diff --git a/stdio-common/scanf2.c b/stdio-common/scanf2.c
index 06c97c669a..452104d5aa 100644
--- a/stdio-common/scanf2.c
+++ b/stdio-common/scanf2.c
@@ -1,7 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
-main()
+int
+main(int argc, char *argv[])
{
int point, x, y;
@@ -21,4 +22,4 @@ main()
if (point != 1 || x != 1234 || y != 9876)
abort ();
return 0;
-}
+}
diff --git a/stdio-common/scanf3.c b/stdio-common/scanf3.c
index 6c840ed428..33495cca79 100644
--- a/stdio-common/scanf3.c
+++ b/stdio-common/scanf3.c
@@ -1,13 +1,12 @@
#include <stdio.h>
#include <stdlib.h>
-int main(int arc, char *argv)
+int
+main(int arc, char *argv[])
{
int n, res;
unsigned int val;
- char *s;
-
- s = "111";
+ char s[] = "111";
val = n = -1;
res = sscanf(s, "%u %n", &val, &n);
diff --git a/stdio-common/scanf4.c b/stdio-common/scanf4.c
index b624b69d98..177b2ec22f 100644
--- a/stdio-common/scanf4.c
+++ b/stdio-common/scanf4.c
@@ -1,8 +1,9 @@
#include <stdio.h>
-int main(int arc, char *argv)
+int
+main(int arc, char *argv[])
{
- int n, res;
+ int res;
unsigned int val;
FILE *fp = fopen ("/dev/null", "r");
diff --git a/stdio-common/scanf5.c b/stdio-common/scanf5.c
index b52e853344..bbbb774c23 100644
--- a/stdio-common/scanf5.c
+++ b/stdio-common/scanf5.c
@@ -1,7 +1,7 @@
#include <stdio.h>
int
-main()
+main(int argc, char *argv[])
{
int a, b;
diff --git a/stdio-common/scanf6.c b/stdio-common/scanf6.c
index 36055aa82e..882e8571e3 100644
--- a/stdio-common/scanf6.c
+++ b/stdio-common/scanf6.c
@@ -1,7 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
-main ()
+int
+main (int argc, char *argv[])
{
int n = -1;
char c = '!';
diff --git a/stdio-common/scanf7.c b/stdio-common/scanf7.c
index d5023af8a1..17d087216b 100644
--- a/stdio-common/scanf7.c
+++ b/stdio-common/scanf7.c
@@ -1,7 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
-main ()
+int
+main (int argc, char *argv[])
{
long long int n;
int ret;
diff --git a/stdio-common/scanf8.c b/stdio-common/scanf8.c
index 316f45df01..731ca8be2c 100644
--- a/stdio-common/scanf8.c
+++ b/stdio-common/scanf8.c
@@ -2,7 +2,8 @@
#include <string.h>
#include <stdlib.h>
-main ()
+int
+main (int argc, char *argv[])
{
int ret;
char buf [1024] = "Ooops";
diff --git a/stdio-common/temptest.c b/stdio-common/temptest.c
index 09786b25e7..71868174db 100644
--- a/stdio-common/temptest.c
+++ b/stdio-common/temptest.c
@@ -1,11 +1,10 @@
-#include <ansidecl.h>
#include <stdio.h>
#include <string.h>
char *files[500];
int
-main ()
+main (int argc, char *argv[])
{
char buf[FILENAME_MAX];
char *fn;
@@ -13,7 +12,7 @@ main ()
int i;
for (i = 0; i < 500; i++) {
- fn = __stdio_gen_tempname(buf, sizeof (buf), (CONST char *) NULL,
+ fn = __stdio_gen_tempname(buf, sizeof (buf), (const char *) NULL,
"file", 0, (size_t *) NULL, (FILE **) NULL);
if (fn == NULL) {
printf ("__stdio_gen_tempname failed\n");
diff --git a/stdio-common/test-fwrite.c b/stdio-common/test-fwrite.c
index cc6cdf038e..ce54169931 100644
--- a/stdio-common/test-fwrite.c
+++ b/stdio-common/test-fwrite.c
@@ -2,7 +2,7 @@
#include <string.h>
int
-main ()
+main (int argc, char *argv[])
{
FILE *f = tmpfile ();
char obuf[99999], ibuf[sizeof obuf];
@@ -23,7 +23,7 @@ main ()
memset (obuf, 'z', sizeof obuf);
memset (ibuf, 'y', sizeof ibuf);
-
+
if (fwrite (obuf, sizeof obuf, 1, f) != 1)
{
perror ("fwrite");
diff --git a/stdio-common/test_rdwr.c b/stdio-common/test_rdwr.c
index f987f16cd4..e8423f256b 100644
--- a/stdio-common/test_rdwr.c
+++ b/stdio-common/test_rdwr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1996 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
@@ -98,7 +98,7 @@ DEFUN(main, (argc, argv), int argc AND char **argv)
}
else
{
- printf("ftell returns %u; should be %u.\n", where, replace_from);
+ printf("ftell returns %lu; should be %u.\n", where, replace_from);
lose = 1;
}
}
diff --git a/stdio-common/tfformat.c b/stdio-common/tfformat.c
index 60785d803f..cc9a3843cf 100644
--- a/stdio-common/tfformat.c
+++ b/stdio-common/tfformat.c
@@ -12,4001 +12,4002 @@ typedef struct
sprint_double_type sprint_doubles[] =
{
-__LINE__, 30.3, "< +30.3>", "<%+15.10g>",
-__LINE__, 10.0, "<10.00>", "<%5.2f>",
-
-__LINE__, 1.002121970718271e+05, "100212.19707 ", "%0-15.5f",
-__LINE__, -1.002121970718271e+05, "-100212.19707 ", "%0-15.5f",
-__LINE__, 1.002121970718271e+05, "000100212.19707", "%015.5f",
-__LINE__, -1.002121970718271e+05, "-00100212.19707", "%015.5f",
-__LINE__, 1.002121970718271e+05, "+00100212.19707", "%+015.5f",
-__LINE__, -1.002121970718271e+05, "-00100212.19707", "%+015.5f",
-__LINE__, 1.002121970718271e+05, " 00100212.19707", "% 015.5f",
-__LINE__, -1.002121970718271e+05, "-00100212.19707", "% 015.5f",
-__LINE__, 1.002121970718271e+05, "+100212.19707 ", "%+-15.5f",
-__LINE__, -1.002121970718271e+05, "-100212.19707 ", "%+-15.5f",
-
-__LINE__, -1.002121970718271e+29, "-1.0E+29", "%.1E",
-__LINE__, -1.002126048612756e-02, "-1.002126E-02", "%+#E",
-__LINE__, -1.002653755271637e+00, "-1.00265", "%G",
-__LINE__, -1.003238744365917e-23, "-0.00", "%4.2f",
-__LINE__, -1.005084840877781e-29, " -0", "%4.f",
-__LINE__, -1.005362549674427e+01, "-10.0536", "%#g",
-__LINE__, -1.005915042991691e-17, "-1.00592E-17", "%G",
-__LINE__, -1.007829874228503e-18, "-1.00783e-18", "%.7g",
-__LINE__, -1.007829874228503e-18, "-1.007830e-18", "%#.7g",
-__LINE__, -1.009390937771849e+15, "-1009390937771848.628657", "%+f",
-__LINE__, -1.010679382726182e-29, "-0.0000000", "%.7f",
-__LINE__, -1.010691853346650e+13, "-10106918533466.497934", "%+f",
-__LINE__, -1.013412912122286e-22, "-1.01E-22", "%.2E",
-__LINE__, -1.019269582113858e-25, " -0", "%4.0f",
-__LINE__, -1.019886033368556e+24, "-1.019886E+24", "%+.7G",
-__LINE__, -1.021037413548719e+02, "-102.103741", "%f",
-__LINE__, -1.023833576089065e+26, "-1.023834E+26", "%+E",
-__LINE__, -1.024736652408627e+10, "-10247366524.086265", "%+f",
-__LINE__, -1.025439198495476e+09, "-1.02544e+09", "%+g",
-__LINE__, -1.027080247585776e-04, "-0.0001027", "%6.7f",
-__LINE__, -1.028096307262016e+18, "-1.0281E+18", "%3G",
-__LINE__, -1.029604290697901e-02, "-0.010296", "%g",
-__LINE__, -1.034347730570491e+16, "-10343477305704908.975059", "%+f",
-__LINE__, -1.034663325049286e+22, "-1.0E+22", "%#.1E",
-__LINE__, -1.034843152721857e-14, " -0", "%6.f",
-__LINE__, -1.036082122299529e-29, "-1.04e-29", "%4.3g",
-__LINE__, -1.037213662365954e-09, "-1e-09", "%3.e",
-__LINE__, -1.038563976775690e-12, "-0.000000", "%f",
-__LINE__, -1.040910158681323e-02, "-0.0104091", "%+G",
-__LINE__, -1.044680094714482e-20, "-1.04468E-20", "%G",
-__LINE__, -1.044990054091126e+24, "-1.044990E+24", "%+E",
-__LINE__, -1.045693871096982e+11, "-1.045694e+11", "%+e",
-__LINE__, -1.045714133591312e-04, "-0.000104571", "%+#3g",
-__LINE__, -1.046215079103016e-15, "-1.04622e-15", "%g",
-__LINE__, -1.046285293993789e-18, "-1.04629E-18", "%+4G",
-__LINE__, -1.046306092899333e-06, "-0.00", "%0.2f",
-__LINE__, -1.047308973649206e-22, "-1.05E-22", "%+1.3G",
-__LINE__, -1.047369032507755e+01, "-1.047369E+01", "%E",
-__LINE__, -1.048986365562919e-21, "-1.05E-21", "%+.2E",
-__LINE__, -1.049530193156793e-17, "-1.04953E-17", "%+G",
-__LINE__, -1.050073419263768e+25, "-1.05007e+25", "%g",
-__LINE__, -1.051739652002504e-28, "-0.000000", "%+f",
-__LINE__, -1.054493420082636e+21, "-1.0545e+21", "%#5.4e",
-__LINE__, -1.055867291029098e+18, "-1.05587e+18", "%g",
-__LINE__, -1.056514389757866e-16, "-1.05651E-16", "%5.6G",
-__LINE__, -1.057180924868704e+15, "-1057180924868704", "%4.f",
-__LINE__, -1.058455468395683e-23, "-1.05846e-23", "%g",
-__LINE__, -1.062560982393212e+08, "-1.06256e+08", "%g",
-__LINE__, -1.063365829241138e-10, "-1.063366e-10", "%+e",
-__LINE__, -1.063568908667280e-19, "-1.06357E-19", "%+G",
-__LINE__, -1.063734263253492e-13, "-0.000000", "%0f",
-__LINE__, -1.064472689765495e-13, "-1E-13", "%4.0G",
-__LINE__, -1.067192610000129e-25, "-1.06719E-25", "%G",
-__LINE__, -1.068401334996592e-12, "-0.0000000", "%+.7f",
-__LINE__, -1.069012628653724e-13, "-1.069013E-13", "%+.7G",
-__LINE__, -1.069451976810790e+16, "-10694519768107904.056365", "%f",
-__LINE__, -1.069568935323556e+17, "-1.06957e+17", "%g",
-__LINE__, -1.071351044854107e-29, "-1.07135e-29", "%g",
-__LINE__, -1.072274197526185e-21, "-1E-21", "%1.G",
-__LINE__, -1.073875921752995e+23, "-1E+23", "%5.E",
-__LINE__, -1.074835151152265e-12, "-1.0748e-12", "%1.5g",
-__LINE__, -1.075171047088241e-19, "-1.07517E-19", "%#G",
-__LINE__, -1.076258826412760e+22, "-1.076259e+22", "%+e",
-__LINE__, -1.076365103160401e+06, "-1.07637E+06", "%+4.6G",
-__LINE__, -1.076817750454633e+08, "-1e+08", "%4.g",
-__LINE__, -1.078615405755685e-30, "-1e-30", "%4.g",
-__LINE__, -1.078629622917468e-25, "-1.078630e-25", "%e",
-__LINE__, -1.079352432833170e+11, "-107935243283", "%+2.f",
-__LINE__, -1.081431147440215e+16, "-10814311474402147.439378", "%+f",
-__LINE__, -1.083042116905339e-16, "-1.083e-16", "%.5g",
-__LINE__, -1.085351710708553e-10, "-1.085e-10", "%1.4g",
-__LINE__, -1.085796045618276e+07, "-1.085796e+07", "%e",
-__LINE__, -1.087398259981007e+22, "-1.0874e+22", "%g",
-__LINE__, -1.087986044402224e-11, "-1.087986e-11", "%e",
-__LINE__, -1.090451848762709e-02, "-1.090452e-02", "%e",
-__LINE__, -1.091463236899737e+11, "-1.091463E+11", "%#E",
-__LINE__, -1.091617921737384e-29, "-1.09162e-29", "%3g",
-__LINE__, -1.092049328579047e-17, "-1.092049E-17", "%E",
-__LINE__, -1.093647615472090e+06, "-1093647.61547", "%6.5f",
-__LINE__, -1.094133175602384e-08, "-1.1E-08", "%0.1E",
-__LINE__, -1.095397916728214e-23, "-1e-23", "%6.e",
-__LINE__, -1.098958790437321e+02, "-109.895879", "%+#f",
-__LINE__, -1.100194638181594e-20, "-1.100195e-20", "%e",
-__LINE__, -1.102174253534260e+05, "-1.1e+05", "%2.3g",
-__LINE__, -1.102890180316350e-12, "-1.10289e-12", "%+g",
-__LINE__, -1.105582337418378e+00, "-1.11", "%3.3g",
-__LINE__, -1.110515122647056e+04, "-1.E+04", "%#0.G",
-__LINE__, -1.111365895262625e-18, "-1e-18", "%0.g",
-__LINE__, -1.112010622677495e+04, "-11120.1", "%g",
-__LINE__, -1.112580043156699e-23, "-1.11258e-23", "%1g",
-__LINE__, -1.112829057091303e+08, "-1.11283e+08", "%+2g",
-__LINE__, -1.115019046200472e+18, "-1.1150190e+18", "%+#.7e",
-__LINE__, -1.118078332268016e-13, "-1.12E-13", "%1.3G",
-__LINE__, -1.119113571963886e+08, "-1.119114e+08", "%e",
-__LINE__, -1.