Summary
- Typo in stdlib/Makefile (details)
- Reduce tmpheader.exe to 4-5KiB on Windows (details)
- Stop using Caml_inline and CAMLnoret in headernt.c (details)
- Remove unnecessary guards around unistd.h (details)
- Use PATH_MAX instead of MAXPATHLEN (details)
- Assume S_ISREG and SEEK_END (details)
- Move O_BINARY definition to "header" section (details)
- Make caml/exec.h independent (details)
- Re-order some header functions (no-op) (details)
- Share error path in headernt.c (details)
- Unify implementation of read_size (details)
- headernt.c: inline run_runtime into main (details)
- Check for errors from lseek in header.c (details)
- Refactor error display code (details)
- header.c: close bytecode image before exec (details)
- Use execvp in header.c (as in headernt.c) (details)
- headernt: make read_runtime_path more CRTish (details)
- Missing error case in headernt.c (details)
- Unify the common parts of header.c and headernt.c (details)
- Merge stdlib/header{,nt}.c (details)