Skip to content

Changes

#2858 (Jun 24, 2025, 10:31:05 PM)

  1. Use C99 (u)int64_t instead of MSVC __int64 extension (commit: 501875b) — antonin / githubweb
  2. Use time_t instead of MSVC __time64_t (commit: 9893cdd) — antonin / githubweb
  3. Use C99 fixed-width integers in bigarray (commit: 7c93d24) — antonin / githubweb
  4. Fully use C99 stdint.h fixed-width integers (commit: a4a0259) — antonin / githubweb
  5. Define intnat/uintnat with C99 intptr_t/uintptr_t (commit: c2255f1) — antonin / githubweb
  6. Use C99 inttypes.h fixed-width format macros (commit: cb7791b) — antonin / githubweb
  7. Define and use CAML_PRI.NAT and CAML_PRI.SZT (commit: 295dd45) — antonin / githubweb
  8. s/alloced/allocated/g (commit: be56900) — antonin / githubweb
  9. Update Changes (commit: 1bf6782) — antonin / githubweb

#2857 (Jun 23, 2025, 11:30:47 PM)

  1. Explicitly fail-fast (commit: 33ac345) — david.allsopp / githubweb
  2. Temporarily disable -Wcast-function-type-mismatch (commit: 3aa9ebc) — david.allsopp / githubweb
  3. Temporarily disable warning C5387 on MSVC (commit: c874565) — david.allsopp / githubweb

#2856 (Jun 21, 2025, 1:44:53 AM)

  1. Generalise Compmisc.init_path (commit: 6b82c95) — david.allsopp / githubweb
  2. Add Dll.search_path (commit: 79071c4) — david.allsopp / githubweb
  3. Add Misc.Stdlib.String.to_utf_8_seq (commit: b48ba73) — david.allsopp / githubweb
  4. Expose Bytelink.read_runtime_launch_info (commit: 88d803f) — david.allsopp / githubweb
  5. Add Config.{c_compiler_vendor,shebangscripts} (commit: a1d28e1) — david.allsopp / githubweb
  6. Add a test for the compiler "in-prefix" (commit: a28e47b) — david.allsopp / githubweb
  7. Plumb the in-prefix tests into CI (commit: 9585ef9) — david.allsopp / githubweb

#2855 (Jun 20, 2025, 10:15:51 PM)

  1. toplevel: test with nongeneric printer (commit: 3c357ea) — Florian Angeletti / githubweb
  2. toplevel: printers must have a generic type (commit: 53ba0c8) — Florian Angeletti / githubweb
  3. refactor Ctype: remove nongen_inst argument (commit: a9a97df) — Florian Angeletti / githubweb
  4. add Changes entry (commit: 0513968) — Florian Angeletti / githubweb

#2854 (Jun 20, 2025, 10:01:56 PM)

  1. CI: attempt to silence a MSVC warning (commit: 53b2305) — gabriel.scherer / githubweb

#2853 (Jun 20, 2025, 2:06:25 PM)

  1. Changes bookkeeping: fix 13896 entry (commit: 5307849) — Florian Angeletti / githubweb