Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-22 | Update test suite | zadean | |
Add record with exact and associated map types to type_specs.erl. The record forces the erl_parse format for map types to be retained. Add test wrapped_subtrees to the test suite. It ensures that each erl_parse node it encounters can be wrapped and accessed with erl_syntax:subtrees/1 without error. | |||
2019-08-22 | Also unwrap map_type_* name and value | zadean | |
2019-08-22 | Add unwrap calls to map_field_* in erl_syntax | Zachary Dean | |
This adds missing calls to unwrap/1 for the map_field_* name and value functions and puts them inline with map_expr_fields/1. Using these functions with "wrapped" nodes fails with badarg. | |||
2017-06-07 | Updated OTP versionOTP-19.3.6 | Erlang/OTP | |
2017-06-07 | Update release notes | Erlang/OTP | |
2017-06-07 | Update version numbers | Erlang/OTP | |
2017-06-07 | Merge branch 'lukas/erts/fix_zz_sigterm_kill/OTP-14451' into maint-19 | Erlang/OTP | |
* lukas/erts/fix_zz_sigterm_kill/OTP-14451: erts: Fix so that 81b628 (sigterm=kill) works | |||
2017-06-07 | Merge branch 'rickard/purge-hibernated-19/ERIERL-24/OTP-14444' into maint-19 | Erlang/OTP | |
* rickard/purge-hibernated-19/ERIERL-24/OTP-14444: Update testcase to check that purge handle hibernated process correct Do not GC hibernated process from other processes Fix check_process_code() on hibernated process | |||
2017-06-07 | Merge branch 'john/erts/fix-zombie-tcp-ports/ERL-430/OTP-14441' into maint-19 | Erlang/OTP | |
* john/erts/fix-zombie-tcp-ports/ERL-430/OTP-14441: Unconditionally clear IO buffers on send/shutdown errors | |||
2017-06-05 | erts: Fix so that 81b628 (sigterm=kill) works | Lukas Larsson | |
OTP-14451 | |||
2017-06-02 | Updated OTP versionOTP-19.3.5 | Erlang/OTP | |
2017-06-02 | Update release notes | Erlang/OTP | |
2017-06-02 | Update version numbers | Erlang/OTP | |
2017-06-02 | Merge branch 'lars/xmerl/fragmented-xml-directive/OTP-14430' into maint-19 | Erlang/OTP | |
* lars/xmerl/fragmented-xml-directive/OTP-14430: [xmerl] Update version [xmerl] Add test cases [xmerl] Fix endDocument bug in output backends [xmerl] Fix fragmented xml directive bug and replace ets table | |||
2017-06-02 | Merge branch 'lukas/erts/restore-sigterm-default/OTP-14418' into maint-19 | Erlang/OTP | |
* lukas/erts/restore-sigterm-default/OTP-14418: erts: Add undocumented option to do default SIGTERM | |||
2017-06-01 | Merge branch 'rickard/purge-hibernated' into rickard/purge-hibernated-19 | Rickard Green | |
* rickard/purge-hibernated: Update testcase to check that purge handle hibernated process correct Conflicts: erts/emulator/test/code_SUITE.erl | |||
2017-06-01 | Update testcase to check that purge handle hibernated process correct | Rickard Green | |
2017-06-01 | Merge branch 'rickard/purge-hibernated' into rickard/purge-hibernated-19 | Rickard Green | |
* rickard/purge-hibernated: Do not GC hibernated process from other processes Fix check_process_code() on hibernated process Conflicts: erts/emulator/beam/beam_bif_load.c erts/emulator/beam/erl_gc.c erts/emulator/beam/erl_process.h | |||
2017-06-01 | Do not GC hibernated process from other processes | Rickard Green | |
2017-06-01 | Fix check_process_code() on hibernated process | Rickard Green | |
2017-06-01 | Unconditionally clear IO buffers on send/shutdown errors | John Högberg | |
This fixes a bug where a send/shutdown error on an active-mode socket results in the port never being properly closed. | |||
2017-05-24 | [xmerl] Update version | Lars Thorsen | |
2017-05-24 | [xmerl] Add test cases | Lars Thorsen | |
2017-05-24 | [xmerl] Fix endDocument bug in output backends | Lars Thorsen | |
* Fix problem of unexpected endDocument in the old_dom and simple output backends | |||
2017-05-24 | [xmerl] Fix fragmented xml directive bug and replace ets table | Lars Thorsen | |
* Fix continuation bug if the xml directive is fragmented * Replace the ENTITY ets table with a map | |||
2017-05-19 | erts: Add undocumented option to do default SIGTERM | Lukas Larsson | |
This is a stopgap measure before the release of OTP-20 where that makes it possible for the user to make the vm not do anything with SIGTERM and instead rely on the OS default. To enable this behaviour the user should set the environment variable ERL_ZZ_SIGTERM_KILL="true". | |||
2017-05-11 | Updated OTP versionOTP-19.3.4 | Erlang/OTP | |
2017-05-11 | Prepare release | Erlang/OTP | |
2017-05-11 | Merge branch 'hans/inets/ftp_recv_chunk_close/OTP-14391' into maint-19 | Erlang/OTP | |
* hans/inets/ftp_recv_chunk_close/OTP-14391: inets: add testcase to ftp_SUITE Try doing three consecutive chunked receive with some changed timing in the ending sequence inets: Try fix ftp recv_chunk timing issue | |||
2017-05-11 | Merge pull request #1454 from joedevivo/remove-ct-pal-from-ssl-connection | Ingela Andin | |
removed ct:pal call in ssl_connection | |||
2017-05-11 | removed ct:pal call in ssl_connection | Joe DeVivo | |
2017-05-04 | inets: add testcase to ftp_SUITE | Hans Nilsson | |
Try doing three consecutive chunked receive with some changed timing in the ending sequence | |||
2017-05-04 | inets: Try fix ftp recv_chunk timing issue | Hans Nilsson | |
2017-04-28 | Updated OTP versionOTP-19.3.3 | Erlang/OTP | |
2017-04-28 | Prepare release | Erlang/OTP | |
2017-04-28 | Merge branch 'ingela/fix-inets-releasnote' into maint-19 | Erlang/OTP | |
* ingela/fix-inets-releasnote: inets: Add missing release note | |||
2017-04-28 | Merge branch 'hasse/dialyzer/fix_unknown_types/OTP-14368' into maint-19 | Erlang/OTP | |
* hasse/dialyzer/fix_unknown_types/OTP-14368: dialyzer: Fix a bug regarding unknown types | |||
2017-04-28 | Merge branch 'rickard/relnote-fix/OTP-14363' into maint-19 | Erlang/OTP | |
* rickard/relnote-fix/OTP-14363: Fix release note for OTP-14290 | |||
2017-04-28 | Merge branch 'mikpe/erts-erl_mseg-bad-cache-indexing/OTP-14360' into maint-19 | Erlang/OTP | |
* mikpe/erts-erl_mseg-bad-cache-indexing/OTP-14360: erl_mseg.c: don't use invalid indices in - > cache_powered_node[] | |||
2017-04-27 | inets: Add missing release note | Ingela Anderton Andin | |
2017-04-26 | dialyzer: Fix a bug regarding unknown types | Hans Bolinder | |
Since commit 12b3790 Dialyzer has not reported unknown types. | |||
2017-04-26 | erl_mseg.c: don't use invalid indices in - > cache_powered_node[] | Mikael Pettersson | |
2017-04-25 | Fix release note for OTP-14290 | Rickard Green | |
2017-04-21 | Updated OTP versionOTP-19.3.2 | Erlang/OTP | |
2017-04-21 | Prepare release | Erlang/OTP | |
2017-04-21 | Merge branch 'rickard/sigterm/OTP-14358' into maint-19 | Erlang/OTP | |
* rickard/sigterm/OTP-14358: Do not ignore SIGTERM when VM has been started with +Bi | |||
2017-04-21 | Do not ignore SIGTERM when VM has been started with +Bi | Rickard Green | |
2017-03-31 | Updated OTP versionOTP-19.3.1 | Erlang/OTP | |
2017-03-31 | Update release notes | Erlang/OTP | |
2017-03-31 | Update version numbers | Erlang/OTP | |