@@ -43,7 +43,7 @@ Release 1.9 (2019-08-22):
4343- Issue #50: add opam file, make it easy to "opam publish" new versions
4444- Issue #38: configure detects 32bit OCaml switch on 64bit host
4545- Fix #36: change Q.equal, leq, geq comparisons for undef
46- - Request #47: move infix comparison operators of Z in submodule
46+ - Request #47: move infix comparison operators of Z in submodule
4747 avoid shadowing the polymorphic compare [Bernhard Schommer]
4848- Fix #49: INT_MAX undeclared
4949- Request #46: add prefixnonocaml option [Et7f3]
@@ -59,9 +59,9 @@ Release 1.8 (2019-03-30):
5959- Issue #22: wrong stack marking directive in caml_z_x86_64_mingw64.S
6060 [Bernhard Schommer]
6161- Issue #24: generate and install .cmti files for easy access to documentation
62- - Issue #25: false alarm in tests/zq.ml owing to unreliable printing
62+ - Issue #25: false alarm in tests/zq.ml owing to unreliable printing
6363 of FP values
64- - Request #28: better handling of absolute paths in "configure"
64+ - Request #28: better handling of absolute paths in "configure"
6565
6666Release 1.7 (2017-10-13):
6767- Issue#14, pull request#15: ARM assembly code was broken.
@@ -129,7 +129,7 @@ Release 1.1 (2012-03-24):
129129- PR#1034: support for static linking of GMP/MPIR
130130- PR#1046: autodetection of ocamlopt and dynlink
131131- PR#1048: autodetection of more platforms that we support
132- - PR#1051: support architectures with strict alignment constraints for
132+ - PR#1051: support architectures with strict alignment constraints for
133133 64-bit integers (e.g. Sparc)
134134- Fixed 1-bit precision loss when converting doubles to rationals
135135- Improved support for the forthcoming release 4.00 of OCaml
0 commit comments