aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface
AgeCommit message (Expand)Author
2016-03-14Prepare releaseErlang/OTP
2016-03-01Merge branch 'msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364' into maintIngela Anderton Andin
2016-02-24[erl_interface] Correct documentationHans Bolinder
2016-02-10epmd: support IPv6 node registrationMichael Santos
2015-12-27ei: fix breakage reported by Sergei GolovanTuncer Ayaz
2015-12-27Revert "musl: fix gethostbyname_r/gethostbyaddr_ selection"Tuncer Ayaz
2015-12-15Update release notesErlang/OTP
2015-12-15Update version numbersErlang/OTP
2015-11-14musl: fix gethostbyname_r/gethostbyaddr_ selectionTuncer Ayaz
2015-06-23Prepare releaseErlang/OTP
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-02erl_interface: Move math.h include after eidef.hBjörn-Egil Dahlberg
2015-06-02erl_interface: Remove configure test for isfiniteBjörn-Egil Dahlberg
2015-06-02erl_interface: Surround isfinite with HAVE_ISFINITE conditionalBjörn-Egil Dahlberg
2015-06-02erl_interface: Move isfinite definition to headerBjörn-Egil Dahlberg
2015-06-02erl_interface: Use isfinite instead of fpclassifyBjörn-Egil Dahlberg
2015-03-19erl_interface: Document non finite encoding returnsBjörn-Egil Dahlberg
2015-03-19Do not accept Nan and Infinity valuesDavid N. Welton
2014-12-15Fix one-letter typoDavid N. Welton
2014-12-09Prepare releaseErlang/OTP
2014-12-08Add .appup fileRickard Green
2014-12-02Distribute autoconf helpersRickard Green
2014-11-25Merge branch 'rickard/libatomic_ops_improvements/OTP-12302' into maintRickard Green
2014-11-24erts: Use finite instead of isfinite with gccLukas Larsson
2014-11-10Improve usage of libatomic_ops for word size atomicsRickard Green
2014-10-28Use isfinite() instead of finite() when availableAnthony Ramine
2014-09-29Prepare releaseErlang/OTP
2014-09-19Add erl_interface and jinterface .app filesRickard Green
2014-09-15Update release notesErlang/OTP
2014-09-15Update version numbersErlang/OTP
2014-08-25Fix misspellings of 'another'Tuncer Ayaz
2014-07-12Implement --enable-sanitizers[=sanitizers]Tuncer Ayaz
2014-06-19Prepare releaseErlang/OTP
2014-06-04Merge branch 'fenek/fix/vstudio_macro' into maintMarcus Arendt
2014-05-09erts: Fix various autoconf issuesLukas Larsson
2014-05-08Add Visual Studio macros to erl_driver.h and ei.hPiotr Nosek
2014-04-07Update release notesErlang/OTP
2014-03-27Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson
2014-03-26ose: Break lmconf into one per load moduleLukas Larsson
2014-03-21Raspberry PI / Android a minimal cross-compile configurationDmitry Kolesnikov
2014-03-20Bump versions and ensure that all are "normal" versionsRickard Green
2014-03-14erts: Add distribution capability flag for maps DFLAG_MAP_TAGSverker Eriksson
2014-03-14erts: Change external format for mapsSverker Eriksson
2014-03-10erl_interface: Add test for ei_skip_term of container termsSverker Eriksson
2014-03-10erl_interface: Add map support in ei_skip_termSverker Eriksson
2014-03-10erl_interface: Fix mem leak in ei_decode_encode_testSverker Eriksson
2014-03-06erl_interface: test decode/encode of mapsSverker Eriksson
2014-03-06erl_interface: Add ei encode/decode for mapsSverker Eriksson
2014-03-06erl_interface: test decode_encode of tuples and listsSverker Eriksson
2014-03-06erl_interface: refactor ei_decode_encode_test.cSverker Eriksson