Changes
#2858 (Jun 24, 2025, 10:31:05 PM)
- Use C99 (u)int64_t instead of MSVC __int64 extension (commit: 501875b) — antonin / githubweb
- Use time_t instead of MSVC __time64_t (commit: 9893cdd) — antonin / githubweb
- Use C99 fixed-width integers in bigarray (commit: 7c93d24) — antonin / githubweb
- Fully use C99 stdint.h fixed-width integers (commit: a4a0259) — antonin / githubweb
- Define intnat/uintnat with C99 intptr_t/uintptr_t (commit: c2255f1) — antonin / githubweb
- Use C99 inttypes.h fixed-width format macros (commit: cb7791b) — antonin / githubweb
- Define and use CAML_PRI.NAT and CAML_PRI.SZT (commit: 295dd45) — antonin / githubweb
- s/alloced/allocated/g (commit: be56900) — antonin / githubweb
- Update Changes (commit: 1bf6782) — antonin / githubweb
#2857 (Jun 23, 2025, 11:30:47 PM)
- Explicitly fail-fast (commit: 33ac345) — david.allsopp / githubweb
- Temporarily disable -Wcast-function-type-mismatch (commit: 3aa9ebc) — david.allsopp / githubweb
- Temporarily disable warning C5387 on MSVC (commit: c874565) — david.allsopp / githubweb
#2856 (Jun 21, 2025, 1:44:53 AM)
- Generalise Compmisc.init_path (commit: 6b82c95) — david.allsopp / githubweb
- Add Dll.search_path (commit: 79071c4) — david.allsopp / githubweb
- Add Misc.Stdlib.String.to_utf_8_seq (commit: b48ba73) — david.allsopp / githubweb
- Expose Bytelink.read_runtime_launch_info (commit: 88d803f) — david.allsopp / githubweb
- Add Config.{c_compiler_vendor,shebangscripts} (commit: a1d28e1) — david.allsopp / githubweb
- Add a test for the compiler "in-prefix" (commit: a28e47b) — david.allsopp / githubweb
- Plumb the in-prefix tests into CI (commit: 9585ef9) — david.allsopp / githubweb
#2855 (Jun 20, 2025, 10:15:51 PM)
- toplevel: test with nongeneric printer (commit: 3c357ea) — Florian Angeletti / githubweb
- toplevel: printers must have a generic type (commit: 53ba0c8) — Florian Angeletti / githubweb
- refactor Ctype: remove nongen_inst argument (commit: a9a97df) — Florian Angeletti / githubweb
- add Changes entry (commit: 0513968) — Florian Angeletti / githubweb
#2854 (Jun 20, 2025, 10:01:56 PM)
- CI: attempt to silence a MSVC warning (commit: 53b2305) — gabriel.scherer / githubweb
#2853 (Jun 20, 2025, 2:06:25 PM)
- Changes bookkeeping: fix 13896 entry (commit: 5307849) — Florian Angeletti / githubweb