Changes
origin/trunk-#4790 (Jun 28, 2025, 5:42:38 PM)
origin/trunk-#4789 (Jun 28, 2025, 10:08:07 AM)
- Typo in stdlib/Makefile — david.allsopp / githubweb
- Reduce tmpheader.exe to 4-5KiB on Windows — david.allsopp / githubweb
- Stop using Caml_inline and CAMLnoret in headernt.c — david.allsopp / githubweb
- Remove unnecessary guards around unistd.h — david.allsopp / githubweb
- Use PATH_MAX instead of MAXPATHLEN — david.allsopp / githubweb
- Assume S_ISREG and SEEK_END — david.allsopp / githubweb
- Move O_BINARY definition to "header" section — david.allsopp / githubweb
- Make caml/exec.h independent — david.allsopp / githubweb
- Re-order some header functions (no-op) — david.allsopp / githubweb
- Share error path in headernt.c — david.allsopp / githubweb
- Unify implementation of read_size — david.allsopp / githubweb
- headernt.c: inline run_runtime into main — david.allsopp / githubweb
- Check for errors from lseek in header.c — david.allsopp / githubweb
- Refactor error display code — david.allsopp / githubweb
- header.c: close bytecode image before exec — david.allsopp / githubweb
- Use execvp in header.c (as in headernt.c) — david.allsopp / githubweb
- headernt: make read_runtime_path more CRTish — david.allsopp / githubweb
- Missing error case in headernt.c — david.allsopp / githubweb
- Unify the common parts of header.c and headernt.c — david.allsopp / githubweb
- Merge stdlib/header{,nt}.c — david.allsopp / githubweb
origin/trunk-#4788 (Jun 27, 2025, 10:45:46 PM)
- Avoid an error when a channel is flushed during close — sdolan / githubweb
- review — sdolan / githubweb
- #14093 was backported — gabriel.scherer / githubweb
origin/trunk-#4787 (Jun 27, 2025, 8:49:15 PM)
- error messages: typo, missing inline code — Florian Angeletti / githubweb
origin/trunk-#4786 (Jun 27, 2025, 5:12:30 PM)
- Replaced normalize_package_path by Env.normalize_modtype_path — samuel.aime.vivien / githubweb
origin/5.3-#4785 (Jun 27, 2025, 3:54:29 PM)
- Merge pull request #14109 from dra27/warning-fix — david.allsopp / githubweb
origin/trunk-#4784 (Jun 27, 2025, 1:57:50 PM)
- Add -Wno-cast-function-type-mismatch more clangily — david.allsopp / githubweb
origin/4.14-#4783 (Jun 26, 2025, 5:51:56 PM)
- check-typo: be more liberal with url — david.allsopp / githubweb
- Merge pull request #13749 from tmcgilchrist/patch-1 — david.allsopp / githubweb
- Unified CI cherry-pick: PR#13724 — david.allsopp / githubweb
- Merge pull request #13840 from dra27/apt-update — david.allsopp / githubweb
- Merge pull request #13857 from MisterDA/gha-cygwin-make — david.allsopp / githubweb
- Merge pull request #13954 from dra27/cygwin — david.allsopp / githubweb
- Fix hygiene check for generating `configure` (#13935) — david.allsopp / githubweb
- Merge pull request #14013 from dra27/more-ci-tweaks — david.allsopp / githubweb
origin/trunk-#4782 (Jun 25, 2025, 2:45:37 PM)
- Update memprof after leaving the barrier at the end of minor GC, nor before. — Nick.Barnes / githubweb
- changes: sync with 5.4 — Florian Angeletti / githubweb
origin/5.3-#4781 (Jun 25, 2025, 1:16:22 PM)
- Runtime events: dispatch the right event message type (#13970) — david.allsopp / githubweb
- Merge pull request #14102 from dra27/msvc-warnings — david.allsopp / githubweb
origin/trunk-#1469 (Oct 12, 2019, 6:26:10 PM)
- Better stack backtraces for C calls in bytecode (#8641) — xavier.leroy / githubweb