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