aboutsummaryrefslogtreecommitdiff
path: root/gas/atof-generic.c
AgeCommit message (Collapse)AuthorFilesLines
1994-02-07(atof_generic): Calculate maximum number of useful digits in integerKen Raeburn1-0/+9
arithmetic, to eliminate only source of dependence on floating point support, which currently doesn't work yet on the Alpha.
1994-01-27* atof-generic.c: Some reformatting.Ken Raeburn1-441/+497
(atof_generic): Be careful when mixing signed/unsigned values of different sizes.
1992-02-15White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley1-457/+430
== 1. Get the declarations right in listing.[hc].
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-501/+499
tagged as "vanilla" for your convenience. There are also some comment changes.
1991-04-04Initial revisionK. Richard Pixley1-0/+549