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-10-16 14:41:25 +00:00
1997-10-21 08:41:15 +00:00
1997-10-21 08:41:15 +00:00
1997-11-21 23:18:05 +00:00
1997-10-21 08:41:15 +00:00
1997-10-21 08:41:15 +00:00
1997-10-26 10:37:35 +00:00
1997-10-21 08:41:15 +00:00
1997-11-18 03:59:30 +00:00