summaryrefslogtreecommitdiff
path: root/lib/erl_interface/test/ei_tmo_SUITE_data
Commit message (Collapse)AuthorAgeFilesLines
* erl_interface: Eliminate warnings in C code in testsBjörn Gustavsson2020-09-241-0/+1
| | | | | Apple Clang 12 in Xcode 12 reports an error for the use of a function without a declaration.
* Merge branch 'maint'Rickard Green2020-03-132-2/+2
|\ | | | | | | | | * maint: Update copyright year
| * Update copyright yearRickard Green2020-03-132-2/+2
| |
* | Remove remaining VxWorks supportRickard Green2020-02-201-4/+1
| |
* | Add testing of user supplied socket impl (ussi)Sverker Eriksson2019-12-182-47/+123
|/
* Better erl_interface deprecation warning implementationRickard Green2019-03-071-1/+1
|
* Document deprecations and removalsRickard Green2019-02-251-1/+1
|
* Introduce ei_init()Rickard Green2019-02-051-2/+6
| | | | | | You previously had to initialize ei via erl_init() which implied that you were forced to link against the erl_interface even when not using it (besides initializing ei).
* Update copyright yearHenrik Nord2018-06-181-1/+1
|
* ei: Include stdlib.h to fix malloc usage in ei testLukas Larsson2018-03-131-0/+1
|
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-133-3/+3
|\ | | | | | | | | * henrik/update-copyrightyear: update copyright-year
| * update copyright-yearHenrik Nord2016-03-153-3/+3
| |
* | erl_interface: Cuddle test ei_tmo_SUITESverker Eriksson2016-04-071-4/+7
|/ | | | Increase max number of messages sent to fill buffers.
* Change license text to APLv2Bruce Yinhe2015-06-183-29/+32
|
* Handle space in paths in test MakefilesDan Gudmundsson2013-05-201-3/+2
| | | | | | test_server: Quote paths with spaces correctly Fix erl_interface makefiles Fix ic test makefiles
* Merge branch 'bg/remove-stray-ose-support' into devErlang/OTP2010-05-021-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bg/remove-stray-ose-support: configure: Remove stray OSE/Delta support Makefiles: Remove stray OSE/Delta support kernel tests: Remove stray OSE/Delta support system tests: Remove stray OSE/Delta support erl_interface tests: Remove stray OSE/Delta support epmd: Remove stray OSE/Delta support epmd: #ifdef out start_epmd() for other platforms than VxWorks emulator tests: Remove stray OSE/Delta support emulator: Remove stray OSE/Delta support emulator: Eliminate #ifdef for sys_tty_reset() test_server: Remove stray support for OSE/Delta OTP-8585 bg/remove-stray-ose-support
| * erl_interface tests: Remove stray OSE/Delta supportBjörn Gustavsson2010-04-301-1/+1
|/
* Include the test suites for erl_interfaceBjörn-Egil Dahlberg2009-12-153-0/+829