Bruce Evans 8fddd06099 Fixed long double formats. They were mostly not implemented except
on systems where long doubles are just doubles.  FreeBSD hasn't
been such a system since it started using gcc-2.5 many years ago.
The fix is of low quality.  It loses precision.

scanf() of long doubles doesn't seem to be used much, but gdb-4.16
uses %Lg format in its expression parser if it thinks that the
system supports printf'ing of long doubles.  The symptom was that
floating point literals were usually interpreted to be 0.0.
1997-11-23 06:02:47 +00:00
..
1997-04-03 06:08:28 +00:00
1997-11-22 03:34:46 +00:00
1997-02-22 15:12:41 +00:00
1997-07-13 14:26:00 +00:00
1997-11-18 05:34:45 +00:00
1997-04-13 01:16:58 +00:00
1997-02-22 15:12:41 +00:00
1997-04-13 01:16:58 +00:00
1997-10-28 07:46:27 +00:00
1997-02-22 15:12:41 +00:00
1997-10-01 13:37:27 +00:00
1997-02-22 15:12:41 +00:00
1997-10-22 23:12:27 +00:00
1997-09-25 23:24:35 +00:00
1997-02-22 15:12:41 +00:00
1997-09-28 09:08:48 +00:00