Summary
- Use C99 (u)int64_t instead of MSVC __int64 extension (commit: 501875b) (details)
- Use time_t instead of MSVC __time64_t (commit: 9893cdd) (details)
- Use C99 fixed-width integers in bigarray (commit: 7c93d24) (details)
- Fully use C99 stdint.h fixed-width integers (commit: a4a0259) (details)
- Define intnat/uintnat with C99 intptr_t/uintptr_t (commit: c2255f1) (details)
- Use C99 inttypes.h fixed-width format macros (commit: cb7791b) (details)
- Define and use CAML_PRI.NAT and CAML_PRI.SZT (commit: 295dd45) (details)
- s/alloced/allocated/g (commit: be56900) (details)
- Update Changes (commit: 1bf6782) (details)