Summary
- Typo in stdlib/Makefile (commit: 8fe6f7a) (details)
- Reduce tmpheader.exe to 4-5KiB on Windows (commit: fc32943) (details)
- Stop using Caml_inline and CAMLnoret in headernt.c (commit: 776b993) (details)
- Remove unnecessary guards around unistd.h (commit: 558c630) (details)
- Use PATH_MAX instead of MAXPATHLEN (commit: 8769fb2) (details)
- Assume S_ISREG and SEEK_END (commit: a9be17f) (details)
- Move O_BINARY definition to "header" section (commit: 832ccfb) (details)
- Make caml/exec.h independent (commit: 619036a) (details)
- Re-order some header functions (no-op) (commit: a42453a) (details)
- Share error path in headernt.c (commit: b078359) (details)
- Unify implementation of read_size (commit: 1aa27b6) (details)
- headernt.c: inline run_runtime into main (commit: 9dbf642) (details)
- Check for errors from lseek in header.c (commit: 2f8e23f) (details)
- Refactor error display code (commit: dc12795) (details)
- header.c: close bytecode image before exec (commit: c25d75c) (details)
- Use execvp in header.c (as in headernt.c) (commit: 9996acb) (details)
- headernt: make read_runtime_path more CRTish (commit: 8fb3bc3) (details)
- Missing error case in headernt.c (commit: 725c900) (details)
- Unify the common parts of header.c and headernt.c (commit: 9b35c8d) (details)
- Merge stdlib/header{,nt}.c (commit: 93b7ff9) (details)