Go to file
jtc 6a96a52c80 Handle long doubles.
Like Plauger's implementation in "The Standard C Library", we use strtod(),
which will limit the range of values that can be converter properly if
long double has greater precision or range than double.

We will need a string to long double function to handle this properly, but
this change is better than the previous behavior of ignoring the existance
of long doubles.
1995-01-30 00:45:59 +00:00
bin Fix core dump reported by Wolfram Schneider. 1995-01-26 06:01:36 +00:00
distrib Add some ELF-specific and pmax-specific files to comp distribution 1995-01-18 18:15:56 +00:00
etc Add vnd 1995-01-26 23:28:11 +00:00
games Use ${BINOWN} and ${BINGRP}. 1995-01-12 19:06:53 +00:00
gnu Fix confusion over a.out header flags. 1995-01-29 14:47:06 +00:00
include fix tipo 1995-01-15 21:58:40 +00:00
lib Handle long doubles. 1995-01-30 00:45:59 +00:00
libexec Fix: 1995-01-20 18:48:50 +00:00
regress Patch from Giles Lean to make compilation flags more consistent. 1995-01-07 23:07:03 +00:00
sbin fix usage message to include -a. fix command line handling for same 1995-01-21 21:22:16 +00:00
share fix tcpdump cross reference 1995-01-25 08:40:21 +00:00
sys TIOC[SC]DTR ioctls. 1995-01-29 18:56:01 +00:00
usr.bin Recognise PIC object files. 1995-01-29 14:55:28 +00:00
usr.sbin fix config.new's hardcoded partition number problems (read maxpartitions 1995-01-25 20:44:39 +00:00
Makefile explicitly pull in bsd.own.mk, so that it's there for afterinstall. 1994-12-22 12:43:45 +00:00