Commit Graph

7 Commits

Author SHA1 Message Date
mpp
4eedb7433a Improve some poor wording. 1996-08-21 21:30:02 +00:00
mpp
4ffbc44e4c Correct a cuple of improperly formatted xrefs. 1996-08-15 20:29:04 +00:00
wosch
9f795376b3 `mv'' -> `mv -f''
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
1996-05-07 23:19:49 +00:00
rgrimes
f05428e4cd Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
bde
2668a71e31 Declare huge and tiny as volatile so that gcc doesn't evaluate huge*huge
and tiny*tiny at compile time.  The evaluations are supposed to be done
at run time to set the IEEE exception flags.  Many other source files
in libm and msun are missing this fix.  Fixing them is not urgent since
the default IEEE exception masks don't allow use of the overflow
exception flag.
1994-09-08 11:19:43 +00:00
wollman
66d9a507a2 Make it work with our make macros. 1994-08-05 01:52:05 +00:00
rgrimes
be22b15ae2 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00