Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Rickard Green | 2021-12-13 | 1 | -1/+1 |
|\ | | | | | | | | | * maint: Update copyright year | ||||
| * | Update copyright year | Rickard Green | 2021-12-13 | 1 | -1/+1 |
| | | |||||
* | | Fix typos in erts/emulator/beam | Kian-Meng, Ang | 2021-11-30 | 1 | -1/+1 |
|/ | |||||
* | otp: Remove HiPE and HiPE-related accessories | John Högberg | 2020-11-09 | 1 | -4/+0 |
| | |||||
* | erts: Refactor bif exports to be allocated at start-time | Lukas Larsson | 2020-09-21 | 1 | -1/+1 |
| | | | | | | | | This is needed as BeamAsm needs the export entries to be executable, which means that we need to allocate them. Co-authored-by: John Högberg <john@erlang.org> Co-authored-by: Dan Gudmundsson <dgud@erlang.org> | ||||
* | erts: Use hidden exports for BIF trapping | John Högberg | 2019-09-17 | 1 | -1/+1 |
| | | | | | This hides traps when BIFs are traced, making them appear as a single call + return pair. | ||||
* | Update copyright year | Henrik Nord | 2018-06-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | John Högberg | 2018-02-19 | 1 | -9/+27 |
|\ | |||||
| * | Merge branch 'john/erts/fix-iolist-bitstring-badarg/OTP-14926' into maint | John Högberg | 2018-02-19 | 1 | -1/+4 |
| |\ | |||||
| | * | badarg on iolist_to_iovec(Bitstring) | John Högberg | 2018-02-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | When supplied without an enclosing list, bitstrings were silently truncated to [] instead of badarging. | ||||
| * | | Handle unaligned binaries in erlang:iolist_to_iovec/1 | John Högberg | 2018-02-15 | 1 | -8/+23 |
| |/ | | | | | | | | | 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. | ||||
* | | Merge branch 'sverker/build-proc-bin' | Sverker Eriksson | 2018-01-16 | 1 | -14/+5 |
|\ \ | |||||
| * | | erts: Refactor more usage of erts_build_proc_bin | Sverker Eriksson | 2018-01-05 | 1 | -14/+5 |
| |/ | |||||
* | | erts: Fix a bunch of compiler warnings | Lukas Larsson | 2017-10-30 | 1 | -2/+2 |
|/ | |||||
* | Correctly append sub-binaries in iolist_to_iovec | John Högberg | 2017-09-22 | 1 | -3/+4 |
| | | | | | | | | 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. | ||||
* | Replace ad-hoc MIN/MAX macros with common ones | John Högberg | 2017-09-07 | 1 | -8/+0 |
| | | | | | | 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. | ||||
* | erts: Add erlang:iolist_to_iovec | Lukas Larsson | 2017-09-05 | 1 | -0/+500 |
| | | | | OTP-14520 | ||||
* | erts: Add nif ioq | Lukas Larsson | 2017-09-05 | 1 | -0/+738 |