ocaml/boot
Xavier Leroy bb86f5b545 Preliminary support for hexadecimal notation for FP numbers.
- Primitives:
     caml_float_of_string  extended to recognize "0x" hexa notation
     caml_hexstring_of_float  new primitive
  We do not assume hex floats are supported by the C standard library.
  Instead, conversions hex string <-> float are implemented manually.
- Printf: hex FP output supported with formats %h / %H
- Scanf: remains to be updated (see TODO in stdlib/scanf.ml)


git-svn-id: http://caml.inria.fr/svn/ocaml/branches/hex-float@16257 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2015-07-26 09:29:33 +00:00
..
.ignore configure: SO must be "so" or "dll" without the dot 2013-12-17 09:58:47 +00:00
ocamlc Preliminary support for hexadecimal notation for FP numbers. 2015-07-26 09:29:33 +00:00
ocamldep Preliminary support for hexadecimal notation for FP numbers. 2015-07-26 09:29:33 +00:00
ocamllex Preliminary support for hexadecimal notation for FP numbers. 2015-07-26 09:29:33 +00:00