Skip to content

Changes

origin/backport-trunk-#1055 (Apr 24, 2025, 1:03:32 PM)

  1. Xcode 16 / macOS 15 — david.allsopp / detail
  2. Add --with-stublibs configure option — david.allsopp / detail
  3. Don't add a double-separator when locating ld.conf — david.allsopp / detail
  4. ld.conf-relative path interpretation — david.allsopp / detail
  5. Generate ld.conf using relative paths — david.allsopp / detail
  6. Load ld.conf from all possible places — david.allsopp / detail
  7. Remove caml_get_stdlib_location — david.allsopp / detail
  8. Harden the parsing of ld.conf w.r.t. load and CRLF — david.allsopp / detail
  9. Use caml_parse_ld_conf in ocamlc — david.allsopp / detail
  10. Tidy installation of static builds — david.allsopp / detail
  11. Fix the detection of Cygwin-like build environments — david.allsopp / detail
  12. Preserve backslashes in --prefix — david.allsopp / detail
  13. Harden startup of -custom executables — david.allsopp / detail
  14. Interpret . in runtime-launch-info — david.allsopp / detail
  15. Add --with-relative-libdir configure option — david.allsopp / detail
  16. Add caml_standard_library_default to the runtime — david.allsopp / detail
  17. Add -set-runtime-default — david.allsopp / detail
  18. Add %standard_library_default — david.allsopp / detail
  19. Bootstrap — david.allsopp / detail
  20. Use %standard_library_default in Config — david.allsopp / detail
  21. Allow libdir to be found relative to bindir — david.allsopp / detail
  22. Update the installation test for enable-relative — david.allsopp / detail
  23. Test --with-relative-libdir in CI — david.allsopp / detail
  24. NFPR: fully test --with-relative-libdir in precheck — david.allsopp / detail
  25. Use as directly on Cygwin, as on Linux — david.allsopp / detail
  26. Detect but ignore -fdebug-prefix-map on mingw-w64 — david.allsopp / detail
  27. Increase reproducibility of relative artefacts — david.allsopp / detail
  28. Typo in stdlib/Makefile — david.allsopp / detail
  29. Reduce tmpheader.exe to 4-5KiB on Windows — david.allsopp / detail
  30. Stop using Caml_inline and Camlnoret in headernt.c — david.allsopp / detail
  31. Remove unnecessary guards around unistd.h — david.allsopp / detail
  32. Use PATH_MAX instead of MAXPATHLEN — david.allsopp / detail
  33. Assume S_ISREG and SEEK_END — david.allsopp / detail
  34. Move O_BINARY definition to "header" section — david.allsopp / detail
  35. Make caml/exec.h independent — david.allsopp / detail
  36. Re-order some header functions (no-op) — david.allsopp / detail
  37. Share error path in headernt.c — david.allsopp / detail
  38. Unify implementation of read_size — david.allsopp / detail
  39. headernt.c: inline run_runtime into main — david.allsopp / detail
  40. Check for errors from lseek in header.c — david.allsopp / detail
  41. Refactor error display code — david.allsopp / detail
  42. header.c: close bytecode image before exec — david.allsopp / detail
  43. Tweak the signature of read_runtime_path — david.allsopp / detail
  44. Use execvp in header.c (as in headernt.c) — david.allsopp / detail
  45. headernt: make read_runtime_path more CRTish — david.allsopp / detail
  46. Missing error case in headernt.c — david.allsopp / detail
  47. Unify the common parts of header.c and headernt.c — david.allsopp / detail
  48. Merge stdlib/header{,nt}.c — david.allsopp / detail
  49. Add -launch-method to ocamlc — david.allsopp / detail
  50. Test both bytecode header methods — david.allsopp / detail
  51. Determine RuntimeID values in configure — david.allsopp / detail
  52. Put Bytecode RuntimeID in runtime-launch-info — david.allsopp / detail
  53. Bootstrap — david.allsopp / detail
  54. Mangle the bytecode runtime names — david.allsopp / detail
  55. Build suffixed shared runtimes — david.allsopp / detail
  56. Add Zinc RuntimeID Mask for portability — david.allsopp / detail
  57. Compute the Zinc runtime ID in the linker — david.allsopp / detail
  58. Bootstrap — david.allsopp / detail
  59. Remove Bytecode RuntimeID in runtime-launch-info — david.allsopp / detail
  60. Add runtime suffixes to bytecode stub libraries — david.allsopp / detail
  61. Make Windows header absolute (as on Unix) — david.allsopp / detail
  62. Add -runtime-search to ocamlc — david.allsopp / detail
  63. Tweak the type — david.allsopp / detail
  64. Add --enable-runtime-search[-target] options — david.allsopp / detail
  65. Update the installation test for camlheader-search — david.allsopp / detail
  66. Use Config instead of runtime-launch-info — david.allsopp / detail
  67. Update the test — david.allsopp / detail
  68. Test --enable-runtime-search in CI — david.allsopp / detail
  69. Compute the Zinc runtime ID — david.allsopp / detail
  70. Bootstrap — david.allsopp / detail
  71. NFPR: fully test --enable-runtime-search in precheck — david.allsopp / detail
  72. Move caml_search_dll_in_path to dynlink.c — david.allsopp / detail
  73. header.c: remove unnecessary Cygwin workaround — david.allsopp / detail
  74. Remove caml_cds_file — david.allsopp / detail
  75. Simplify the interface of caml_attempt_open — david.allsopp / detail
  76. header.c: handle parasitic case of argc < 1 — david.allsopp / detail
  77. header.c: malloc the result of searchpath — david.allsopp / detail
  78. Move searchpath from header.c into the runtime — david.allsopp / detail
  79. Use caml_executable_name in header.c — david.allsopp / detail
  80. Don't check for shebang scripts on Windows — david.allsopp / detail
  81. Preserve argv[0] on Unix in the executable header — david.allsopp / detail
  82. Harden the cloexec.ml test on Windows — david.allsopp / detail
  83. Possible alternate approach... — david.allsopp / detail
  84. ... and the bug-fix which goes with it — david.allsopp / detail
  85. Fix STARTUPINFO structure in stdlib/header.c — david.allsopp / detail
  86. Share image fd between header.c and startup_byt.c — david.allsopp / detail
  87. Add comments on the handling of blank env vars — david.allsopp / detail
  88. Ignore empty TMPDIR in the Filename module — david.allsopp / detail
  89. Ignore empty TMPDIR in ocamlyacc — david.allsopp / detail
  90. Propagate non-empty tmpdir in ocamlyacc — david.allsopp / detail
  91. Ignore CAML_DEBUG_FILE if it's "Set But Null" — david.allsopp / detail
  92. Ignore OCAMLPROF_DUMP if it's "Set But Null" — david.allsopp / detail
  93. Use non-raising Sys.getenv_opt in win32unix — david.allsopp / detail
  94. Ignore empty strings in Compmisc.set_from_env — david.allsopp / detail
  95. Ignore empty environment variables in ocamltest — david.allsopp / detail
  96. Ignore empty MAKE variable in ocamltest — david.allsopp / detail
  97. Treat OCAML_BINANNOT_WITHENV as unset when empty — david.allsopp / detail
  98. Harden processing of SOURCE_DATE_EPOCH in ocamldoc — david.allsopp / detail
  99. Add some limited information about CAMLSIGPIPE — david.allsopp / detail
  100. Ignore empty OCAML_RUNTIME_EVENTS_ variables — david.allsopp / detail
  101. Ignore blank OCAMRUNPARAM, OCAMLLIB and CAMLLIB — david.allsopp / detail
  102. Ignore empty components in PATH-like things — david.allsopp / detail
  103. Fix C library options for win32unix — david.allsopp / detail
  104. Build and install threads.cmxs — david.allsopp / detail
  105. Fix inclusion of libraries when partial linking — david.allsopp / detail
  106. Use entrypoint flexdll branch — david.allsopp / detail
  107. Revert "accept unknown options" — david.allsopp / detail
  108. Stop installing and documenting config_main, etc. — david.allsopp / detail
  109. Use clang-cl for flexdll support objects — david.allsopp / detail
  110. Add %shared_libraries primitive — david.allsopp / detail
  111. Bootstrap — david.allsopp / detail
  112. Improve the "dynamic loading not supported" error — david.allsopp / detail
  113. Free tables after handing off to Dynlink — david.allsopp / detail
  114. Move print_magic and print_config out of caml_params — david.allsopp / detail
  115. Preserve option R in caml_runtime_parameters — david.allsopp / detail
  116. Swap the V and v in caml_runtime_parameters — david.allsopp / detail
  117. Add -set-runtime-default to the compilers — david.allsopp / detail
  118. Test -set-runtime-default in test-in-prefix — david.allsopp / detail
  119. Re-order initialisations in bytecode — david.allsopp / detail
  120. Support c=1 mode in ocamlrun — david.allsopp / detail

origin/backport-trunk-#1054 (Apr 24, 2025, 12:08:35 PM)

  1. Xcode 16 / macOS 15 — david.allsopp / detail
  2. Add --with-stublibs configure option — david.allsopp / detail
  3. Don't add a double-separator when locating ld.conf — david.allsopp / detail
  4. ld.conf-relative path interpretation — david.allsopp / detail
  5. Generate ld.conf using relative paths — david.allsopp / detail
  6. Load ld.conf from all possible places — david.allsopp / detail
  7. Remove caml_get_stdlib_location — david.allsopp / detail
  8. Harden the parsing of ld.conf w.r.t. load and CRLF — david.allsopp / detail
  9. Use caml_parse_ld_conf in ocamlc — david.allsopp / detail
  10. Tidy installation of static builds — david.allsopp / detail
  11. Fix the detection of Cygwin-like build environments — david.allsopp / detail
  12. Preserve backslashes in --prefix — david.allsopp / detail
  13. Harden startup of -custom executables — david.allsopp / detail
  14. Interpret . in runtime-launch-info — david.allsopp / detail
  15. Add --with-relative-libdir configure option — david.allsopp / detail
  16. Add caml_standard_library_default to the runtime — david.allsopp / detail
  17. Add -set-runtime-default — david.allsopp / detail
  18. Add %standard_library_default — david.allsopp / detail
  19. Bootstrap — david.allsopp / detail
  20. Use %standard_library_default in Config — david.allsopp / detail
  21. Allow libdir to be found relative to bindir — david.allsopp / detail
  22. Update the installation test for enable-relative — david.allsopp / detail
  23. Test --with-relative-libdir in CI — david.allsopp / detail
  24. NFPR: fully test --with-relative-libdir in precheck — david.allsopp / detail
  25. Use as directly on Cygwin, as on Linux — david.allsopp / detail
  26. Detect but ignore -fdebug-prefix-map on mingw-w64 — david.allsopp / detail
  27. Increase reproducibility of relative artefacts — david.allsopp / detail
  28. Typo in stdlib/Makefile — david.allsopp / detail
  29. Reduce tmpheader.exe to 4-5KiB on Windows — david.allsopp / detail
  30. Stop using Caml_inline and Camlnoret in headernt.c — david.allsopp / detail
  31. Remove unnecessary guards around unistd.h — david.allsopp / detail
  32. Use PATH_MAX instead of MAXPATHLEN — david.allsopp / detail
  33. Assume S_ISREG and SEEK_END — david.allsopp / detail
  34. Move O_BINARY definition to "header" section — david.allsopp / detail
  35. Make caml/exec.h independent — david.allsopp / detail
  36. Re-order some header functions (no-op) — david.allsopp / detail
  37. Share error path in headernt.c — david.allsopp / detail
  38. Unify implementation of read_size — david.allsopp / detail
  39. headernt.c: inline run_runtime into main — david.allsopp / detail
  40. Check for errors from lseek in header.c — david.allsopp / detail
  41. Refactor error display code — david.allsopp / detail
  42. header.c: close bytecode image before exec — david.allsopp / detail
  43. Tweak the signature of read_runtime_path — david.allsopp / detail
  44. Use execvp in header.c (as in headernt.c) — david.allsopp / detail
  45. headernt: make read_runtime_path more CRTish — david.allsopp / detail
  46. Missing error case in headernt.c — david.allsopp / detail
  47. Unify the common parts of header.c and headernt.c — david.allsopp / detail
  48. Merge stdlib/header{,nt}.c — david.allsopp / detail
  49. Add -launch-method to ocamlc — david.allsopp / detail
  50. Test both bytecode header methods — david.allsopp / detail
  51. Determine RuntimeID values in configure — david.allsopp / detail
  52. Put Bytecode RuntimeID in runtime-launch-info — david.allsopp / detail
  53. Bootstrap — david.allsopp / detail
  54. Mangle the bytecode runtime names — david.allsopp / detail
  55. Build suffixed shared runtimes — david.allsopp / detail
  56. Add Zinc RuntimeID Mask for portability — david.allsopp / detail
  57. Compute the Zinc runtime ID in the linker — david.allsopp / detail
  58. Bootstrap — david.allsopp / detail
  59. Remove Bytecode RuntimeID in runtime-launch-info — david.allsopp / detail
  60. Add runtime suffixes to bytecode stub libraries — david.allsopp / detail
  61. Make Windows header absolute (as on Unix) — david.allsopp / detail
  62. Add -runtime-search to ocamlc — david.allsopp / detail
  63. Tweak the type — david.allsopp / detail
  64. Add --enable-runtime-search[-target] options — david.allsopp / detail
  65. Update the installation test for camlheader-search — david.allsopp / detail
  66. Use Config instead of runtime-launch-info — david.allsopp / detail
  67. Update the test — david.allsopp / detail
  68. Test --enable-runtime-search in CI — david.allsopp / detail
  69. Compute the Zinc runtime ID — david.allsopp / detail
  70. Bootstrap — david.allsopp / detail
  71. NFPR: fully test --enable-runtime-search in precheck — david.allsopp / detail
  72. Move caml_search_dll_in_path to dynlink.c — david.allsopp / detail
  73. header.c: remove unnecessary Cygwin workaround — david.allsopp / detail
  74. Remove caml_cds_file — david.allsopp / detail
  75. Simplify the interface of caml_attempt_open — david.allsopp / detail
  76. header.c: handle parasitic case of argc < 1 — david.allsopp / detail
  77. header.c: malloc the result of searchpath — david.allsopp / detail
  78. Move searchpath from header.c into the runtime — david.allsopp / detail
  79. Use caml_executable_name in header.c — david.allsopp / detail
  80. Don't check for shebang scripts on Windows — david.allsopp / detail
  81. Preserve argv[0] on Unix in the executable header — david.allsopp / detail
  82. Harden the cloexec.ml test on Windows — david.allsopp / detail
  83. Possible alternate approach... — david.allsopp / detail
  84. ... and the bug-fix which goes with it — david.allsopp / detail
  85. Fix STARTUPINFO structure in stdlib/header.c — david.allsopp / detail
  86. Share image fd between header.c and startup_byt.c — david.allsopp / detail
  87. Add comments on the handling of blank env vars — david.allsopp / detail
  88. Ignore empty TMPDIR in the Filename module — david.allsopp / detail
  89. Ignore empty TMPDIR in ocamlyacc — david.allsopp / detail
  90. Propagate non-empty tmpdir in ocamlyacc — david.allsopp / detail
  91. Ignore CAML_DEBUG_FILE if it's "Set But Null" — david.allsopp / detail
  92. Ignore OCAMLPROF_DUMP if it's "Set But Null" — david.allsopp / detail
  93. Use non-raising Sys.getenv_opt in win32unix — david.allsopp / detail
  94. Ignore empty strings in Compmisc.set_from_env — david.allsopp / detail
  95. Ignore empty environment variables in ocamltest — david.allsopp / detail
  96. Ignore empty MAKE variable in ocamltest — david.allsopp / detail
  97. Treat OCAML_BINANNOT_WITHENV as unset when empty — david.allsopp / detail
  98. Harden processing of SOURCE_DATE_EPOCH in ocamldoc — david.allsopp / detail
  99. Add some limited information about CAMLSIGPIPE — david.allsopp / detail
  100. Ignore empty OCAML_RUNTIME_EVENTS_ variables — david.allsopp / detail
  101. Ignore blank OCAMRUNPARAM, OCAMLLIB and CAMLLIB — david.allsopp / detail
  102. Ignore empty components in PATH-like things — david.allsopp / detail
  103. Fix C library options for win32unix — david.allsopp / detail
  104. Build and install threads.cmxs — david.allsopp / detail
  105. Fix inclusion of libraries when partial linking — david.allsopp / detail
  106. Use entrypoint flexdll branch — david.allsopp / detail
  107. Revert "accept unknown options" — david.allsopp / detail
  108. Stop installing and documenting config_main, etc. — david.allsopp / detail
  109. Use clang-cl for flexdll support objects — david.allsopp / detail
  110. Add %shared_libraries primitive — david.allsopp / detail
  111. Bootstrap — david.allsopp / detail
  112. Improve the "dynamic loading not supported" error — david.allsopp / detail
  113. Free tables after handing off to Dynlink — david.allsopp / detail
  114. Move print_magic and print_config out of caml_params — david.allsopp / detail
  115. Preserve option R in caml_runtime_parameters — david.allsopp / detail
  116. Swap the V and v in caml_runtime_parameters — david.allsopp / detail
  117. Add -set-runtime-default to the compilers — david.allsopp / detail
  118. Test -set-runtime-default in test-in-prefix — david.allsopp / detail
  119. Re-order initialisations in bytecode — david.allsopp / detail
  120. Support c=1 mode in ocamlrun — david.allsopp / detail

origin/backport-trunk-#1053 (Apr 24, 2025, 10:44:11 AM)

  1. Investigate precheck — david.allsopp / detail

origin/backport-trunk-#1052 (Apr 24, 2025, 9:35:47 AM)

  1. Investigate precheck — david.allsopp / detail

origin/backport-trunk-#1051 (Apr 24, 2025, 9:17:47 AM)

  1. Fix inclusion of libraries when partial linking — david.allsopp / detail
  2. Use entrypoint flexdll branch — david.allsopp / detail
  3. Revert "accept unknown options" — david.allsopp / detail
  4. Stop installing and documenting config_main, etc. — david.allsopp / detail
  5. Use clang-cl for flexdll support objects — david.allsopp / detail
  6. Add %shared_libraries primitive — david.allsopp / detail
  7. Bootstrap — david.allsopp / detail
  8. Improve the "dynamic loading not supported" error — david.allsopp / detail
  9. Free tables after handing off to Dynlink — david.allsopp / detail
  10. Move print_magic and print_config out of caml_params — david.allsopp / detail
  11. Preserve option R in caml_runtime_parameters — david.allsopp / detail
  12. Swap the V and v in caml_runtime_parameters — david.allsopp / detail
  13. Add -set-runtime-default to the compilers — david.allsopp / detail
  14. Test -set-runtime-default in test-in-prefix — david.allsopp / detail
  15. Re-order initialisations in bytecode — david.allsopp / detail
  16. Support c=1 mode in ocamlrun — david.allsopp / detail
  17. Investigate precheck — david.allsopp / detail