Summary
- Use C99 (u)int64_t instead of MSVC __int64 extension (details)
- Use time_t instead of MSVC __time64_t (details)
- Use C99 fixed-width integers in bigarray (details)
- Fully use C99 stdint.h fixed-width integers (details)
- Define intnat/uintnat with C99 intptr_t/uintptr_t (details)
- Use C99 inttypes.h fixed-width format macros (details)
- Define and use CAML_PRI.NAT and CAML_PRI.SZT (details)
- s/alloced/allocated/g (details)
- Update Changes (details)