Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-02-19 | Merge branch 'maint' | John Högberg | |
2018-02-19 | Merge branch 'john/erts/fix-iolist-bitstring-badarg/OTP-14926' into maint | John Högberg | |
2018-02-15 | Handle unaligned binaries in erlang:iolist_to_iovec/1 | John Högberg | |
A binary is a binary as long as its size in bits is evenly divisible by 8, regardless of whether it has a bit offset or not. | |||
2018-02-15 | badarg on iolist_to_iovec(Bitstring) | John Högberg | |
When supplied without an enclosing list, bitstrings were silently truncated to [] instead of badarging. | |||
2018-01-16 | Merge branch 'sverker/build-proc-bin' | Sverker Eriksson | |
2018-01-05 | erts: Refactor more usage of erts_build_proc_bin | Sverker Eriksson | |
2017-10-30 | erts: Fix a bunch of compiler warnings | Lukas Larsson | |
2017-09-22 | Correctly append sub-binaries in iolist_to_iovec | John Högberg | |
The byte_offset of sub-binaries wasn't taken into account for ProcBins, subtly ruining the results. The test suite didn't catch it since it didn't check for sub-binaries in particular, and only checked for equality between variations -- not whether the output was equal to the input. | |||
2017-09-07 | Replace ad-hoc MIN/MAX macros with common ones | John Högberg | |
Besides being noisy, they were already defined by a global Unix- specific header, causing the Windows build to fail if one forgot to define them. | |||
2017-09-05 | erts: Add erlang:iolist_to_iovec | Lukas Larsson | |
OTP-14520 | |||
2017-09-05 | erts: Add nif ioq | Lukas Larsson | |