summaryrefslogtreecommitdiff
path: root/lib/erl_interface/src/misc
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (repeated words) [doc] [ci skip]Marc-André Lafortune2022-02-051-1/+1
* Merge branch 'maint'Lukas Larsson2022-01-211-1/+1
|\
| * ei: Add --enable-ei-dynamic-libLukas Larsson2022-01-211-1/+1
* | Update copyright yearRickard Green2021-12-163-3/+3
* | Merge branch 'maint'Rickard Green2021-12-157-7/+7
|\ \ | |/
| * Update copyright yearRickard Green2021-12-157-7/+7
* | Fix typos in lib/erl_interfaceKian-Meng, Ang2021-12-141-1/+1
* | Consolidate mandatory distribution flags across applicationsBjörn Gustavsson2021-06-232-8/+0
* | Adapt configure scripts to autoconf 2.71 (step 1)Rickard Green2021-06-141-13/+3
|/
* Merge branch 'maint'Lukas Larsson2021-05-041-10/+16
|\
| * Merge branch 'lukas/erl_interface/send-inf-tmo-fix/OTP-17358' into maintLukas Larsson2021-05-041-10/+16
| |\
| | * ei: Correctly check timeout value vs EI_SCLBK_INF_TMOLukas Larsson2021-05-031-10/+16
* | | erl_interface: Silence CodeChecker in ei_format.cSverker Eriksson2021-02-182-0/+9
* | | Merge branch 'maint'Rickard Green2021-01-121-10/+59
|\ \ \ | |/ /
| * | Print large bignums in base 16 instead of in internal representationRickard Green2021-01-111-12/+35
| * | Print all 64-bit integers in base 10Rickard Green2021-01-111-0/+17
| * | Fix printing of bignumsRickard Green2021-01-081-9/+18
* | | Support of 64-bit portsRickard Green2020-12-162-1/+2
|/ /
* | erl_interface: Fix ei_get_type to set *size to zero for othersSverker Eriksson2020-06-301-4/+2
* | Merge branch 'rickard/ei-bug-fix/OTP-16623'Rickard Green2020-05-051-0/+5
|\ \
| * | Fix type set by ei_decode_ei_term()Rickard Green2020-05-051-0/+5
* | | Merge branch 'rickard/ei-improvements-cont/OTP-16594'Rickard Green2020-05-041-0/+117
|\ \ \
| * | | Introduce ei_cmp_pids(), ei_cmp_ports(), and ei_cmp_refs()Rickard Green2020-05-041-0/+117
* | | | Merge branch 'rickard/ei-bug-fix/OTP-16623'Rickard Green2020-05-041-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Fix error checking in various ei functionsRickard Green2020-04-271-3/+3
| |/ /
* | | erl_interface: Fix Windows C compiler warningsSverker Eriksson2020-04-231-3/+5
|/ /
* | Merge branch 'maint'Rickard Green2020-03-1310-10/+10
|\ \
| * | Update copyright yearRickard Green2020-03-1310-10/+10
* | | Remove remaining VxWorks supportRickard Green2020-02-209-96/+8
* | | Merge branch 'maint'Sverker Eriksson2020-01-201-1/+1
|\ \ \ | |/ /
| * | ei_portio.h: avoid ODR violation of 'ei_default_socket_callbacks'Sergei Trofimovich2020-01-151-1/+1
* | | Merge branch 'maint'Sverker Eriksson2019-11-291-1/+1
|\ \ \ | |/ /
| * | erl_interface: Fix user supplied socket for windowsSverker Eriksson2019-11-211-1/+1
* | | Merge branch 'maint'Sverker Eriksson2019-06-191-12/+19
|\ \ \ | |/ /
| * | erl_interface: Fix bugs in ei_print_term for binary/bitstringSverker Eriksson2019-06-111-12/+19
* | | Merge pull request #2110 from NattyNarwhal/aix-fixes/OTP-15866Lukas Larsson2019-06-191-1/+1
|\ \ \ | |/ / |/| |
| * | Attempt at fixing AIX while keeping API compatibilityCalvin2019-05-291-1/+1
| * | fix names conflicting with AIX system namesCalvin2019-05-291-1/+1
* | | Teach ei_print_term() to print funsBjörn Gustavsson2019-05-291-0/+18
* | | Teach ei_print_term() to print mapsBjörn Gustavsson2019-05-291-1/+18
|/ /
* | erl_interface: Tweak bit string encode/decode APISverker Eriksson2019-04-263-18/+11
* | erl_interface: Add bitstring and export fun supportSverker Eriksson2019-04-177-4/+74
* | erl_interface: Remove old r9 pid and port compatibilitySverker Eriksson2019-04-122-7/+0
* | erl_interface: Fix maps arity from ei_get_type()Sverker Eriksson2019-04-121-0/+1
* | erl_interface: Remove ei_get_type_internal()Sverker Eriksson2019-04-123-12/+3
* | Better erl_interface deprecation warning implementationRickard Green2019-03-071-1/+0
* | Document deprecations and removalsRickard Green2019-02-251-0/+1
* | Merge branch 'maint'Rickard Green2019-02-063-5/+42
|\ \ | |/
| * Introduce ei_init()Rickard Green2019-02-052-0/+34
| * Fix bug in ei_accept_tmoRickard Green2019-02-041-1/+1