Skip to content

Changes

origin/trunk-#4782 (Jun 25, 2025, 2:45:37 PM)

  1. Update memprof after leaving the barrier at the end of minor GC, nor before. — Nick.Barnes / githubweb
  2. changes: sync with 5.4 — Florian Angeletti / githubweb

origin/5.3-#4781 (Jun 25, 2025, 1:16:22 PM)

  1. Runtime events: dispatch the right event message type (#13970) — david.allsopp / githubweb
  2. Merge pull request #14102 from dra27/msvc-warnings — david.allsopp / githubweb

origin/trunk-#4780 (Jun 25, 2025, 11:20:17 AM)

  1. toplevel: fix a typo in directive error messages — Florian Angeletti / githubweb

origin/trunk-#4779 (Jun 25, 2025, 8:39:01 AM)

  1. Fix a possible hang in Pprintast (#14105) — noreply / githubweb

origin/trunk-#4778 (Jun 24, 2025, 10:31:05 PM)

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

origin/trunk-#4777 (Jun 23, 2025, 11:30:47 PM)

  1. Explicitly fail-fast — david.allsopp / githubweb
  2. Temporarily disable -Wcast-function-type-mismatch — david.allsopp / githubweb
  3. Temporarily disable warning C5387 on MSVC — david.allsopp / githubweb

origin/trunk-#4776 (Jun 21, 2025, 1:44:52 AM)

  1. Generalise Compmisc.init_path — david.allsopp / githubweb
  2. Add Dll.search_path — david.allsopp / githubweb
  3. Add Misc.Stdlib.String.to_utf_8_seq — david.allsopp / githubweb
  4. Expose Bytelink.read_runtime_launch_info — david.allsopp / githubweb
  5. Add Config.{c_compiler_vendor,shebangscripts} — david.allsopp / githubweb
  6. Add a test for the compiler "in-prefix" — david.allsopp / githubweb
  7. Plumb the in-prefix tests into CI — david.allsopp / githubweb