OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.2 | Check-in
[751]:
- Moved all float-related stuff into xds_engine_xdr.c so that we don't
need any prototypes or structure declarations in the public header
file.
- Renamed xds_float_t to my_float. - Renamed float2xds_float() to float2myfloat(). By simons. | |
1.1 | Check-in [4311]: The float2xds_float() routine will break a float number down into sign, fraction part and exponent. This representation is then used in the formatting callbacks such as xdr_encode_float(). By simons. |