Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-17 | Rebuild bootstrap for maps.erl | Sverker Eriksson | |
2018-07-17 | maps:new/0 is no longer a BIF | Michał Muskała | |
Implementing it in Erlang allows taking advantage of the literal pool optimisation, this means the function implemented in Erlang does no allocations, while the BIF had to allocate new map each time it was called. Benchmarks show the function is also slightly faster now. | |||
2018-07-17 | Merge pull request #1871 from starbelly/shim-friendly-emakefile | Lukas Larsson | |
Preprend PERL with /usr/bin/env | |||
2018-07-16 | Merge branch 'maint' | Sverker Eriksson | |
2018-07-16 | Merge branch 'sverker/enif_printf-docs' into maint | Sverker Eriksson | |
2018-07-16 | Add some more to the pull request instructions | Sverker Eriksson | |
Branch names and whitespaces. | |||
2018-07-16 | Merge branch 'maint' | Sverker Eriksson | |
2018-07-16 | Merge pull request #1873 from sunboshan/patch-2 | Sverker Eriksson | |
Fix typo in logger docs | |||
2018-07-16 | erts: Clarify erl_nif docs of enif_*printf and %T | Sverker Eriksson | |
2018-07-16 | Merge branch 'maint' | Sverker Eriksson | |
2018-07-16 | Merge branch 'sverker/erl_interface/ei_connect_init-thread-safe/OTP-15191' ↵ | Sverker Eriksson | |
into maint | |||
2018-07-16 | Merge branch 'maint' | Sverker Eriksson | |
2018-07-16 | Merge branch 'sverker/crash-dump-crash-literals/OTP-15181' into maint | Sverker Eriksson | |
* sverker/crash-dump-crash-literals/OTP-15181: erts: Fix bug in crash dump generation | |||
2018-07-16 | Merge branch 'maint' | Lukas Larsson | |
2018-07-16 | travis: Only deploy in erlang/otp | Lukas Larsson | |
2018-07-16 | Merge branch 'maint' | Lukas Larsson | |
2018-07-16 | Merge branch 'lukas/clean_doc_xmldir/OTP-15190' into maint | Lukas Larsson | |
* lukas/clean_doc_xmldir/OTP-15190: docs: make clean all XMLDIR | |||
2018-07-14 | Fix typo in logger docs | sunboshan | |
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-07-13 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Update release notes Update version numbers Fix trace_info/2 Provide build support for standalone corba repo Fix release notes for OTP-21.0.2 Move to a dirty scheduler even when we have pending system tasks | |||
2018-07-13 | Merge branch 'maint-21' into maint | Rickard Green | |
* maint-21: Updated OTP version Update release notes Update version numbers Fix trace_info/2 Provide build support for standalone corba repo Fix release notes for OTP-21.0.2 Move to a dirty scheduler even when we have pending system tasks | |||
2018-07-13 | Merge branch 'maint' | Siri Hansen | |
2018-07-13 | Merge branch 'siri/logger/post-21/OTP-15132' into maint | Siri Hansen | |
* siri/logger/post-21/OTP-15132: [logger] Allow setting kernel parameter 'logger_level' to 'all' [kernel] Reduce risk of dead lock when terminating logger_sup [logger] Fix regexp replacement for unicode strings Update proc_lib:report_cb to obey logger formatter's size limiting params [logger] Allow report callback with two arguments returning a string Don't call report_cb from cth_log_redirect - formatter does that Add legacy test of sasl_report_file_h and size limiting [logger] Remove compiler warnings in test [logger] Fix problem with test cases waiting for handler restart [logger] Add ?LOG macro which takes Level as argument [logger] Improve spec for set_handler_config/3 and set_primary_config/2 [logger] Generate .png file from .dia [logger] Update documentation | |||
2018-07-13 | [logger] Allow setting kernel parameter 'logger_level' to 'all' | Siri Hansen | |
2018-07-13 | [kernel] Reduce risk of dead lock when terminating logger_sup | Siri Hansen | |
2018-07-13 | [logger] Fix regexp replacement for unicode strings | Siri Hansen | |
2018-07-13 | Update proc_lib:report_cb to obey logger formatter's size limiting params | Siri Hansen | |
2018-07-13 | [logger] Allow report callback with two arguments returning a string | Siri Hansen | |
If the report callback is a fun of arity 2, then the second argument is a map with the keys 'encoding', 'depth' and 'chars_limit', and the fun must return a string which is size limited according to the given depth and chars_limit. If the report callback is a fun of arity 1, then it must return a tuple containing a format string and a list of arguments. The formatter will produce the string, and limit it's size. | |||
2018-07-13 | Don't call report_cb from cth_log_redirect - formatter does that | Siri Hansen | |
2018-07-13 | Add legacy test of sasl_report_file_h and size limiting | Siri Hansen | |
2018-07-13 | [logger] Remove compiler warnings in test | Siri Hansen | |
2018-07-13 | [logger] Fix problem with test cases waiting for handler restart | Peter Andersson | |
2018-07-13 | [logger] Add ?LOG macro which takes Level as argument | Siri Hansen | |
2018-07-13 | [logger] Improve spec for set_handler_config/3 and set_primary_config/2 | Siri Hansen | |
Specify which keys and associated values are allowed. | |||
2018-07-13 | [logger] Generate .png file from .dia | Siri Hansen | |
2018-07-12 | erl_interface: Make ei_connect_init more thread safe | Sverker Eriksson | |
by not using unsafe ei_gethostbyname. | |||
2018-07-12 | Updated OTP versionOTP-21.0.3 | Erlang/OTP | |
2018-07-12 | Update release notes | Erlang/OTP | |
2018-07-12 | Update version numbers | Erlang/OTP | |
2018-07-12 | Merge branch 'john/erts/fix-dirty-reschedule-bug/OTP-15154' into maint-21 | Erlang/OTP | |
* john/erts/fix-dirty-reschedule-bug/OTP-15154: Move to a dirty scheduler even when we have pending system tasks | |||
2018-07-12 | Merge branch 'john/erts/fix-21.0.2-release-notes' into maint-21 | Erlang/OTP | |
* john/erts/fix-21.0.2-release-notes: Fix release notes for OTP-21.0.2 | |||
2018-07-12 | Merge branch 'rickard/trace-info-bug/OTP-15183' into maint-21 | Erlang/OTP | |
* rickard/trace-info-bug/OTP-15183: Fix trace_info/2 | |||
2018-07-12 | Merge branch 'rickard/corba-build/OTP-15176' into maint-21 | Erlang/OTP | |
* rickard/corba-build/OTP-15176: Provide build support for standalone corba repo | |||
2018-07-12 | Fix trace_info/2 | Rickard Green | |
2018-07-12 | Merge branch 'john/erts/adjust-fix-alloc-sizes' | John Högberg | |
* john/erts/adjust-fix-alloc-sizes: Adjust fix_alloc sizes to guarantee they fit a dd block | |||
2018-07-12 | Merge branch 'maint' | Sverker Eriksson | |
2018-07-12 | Merge PR-1870 from sverker/kernel/connect-to-self/ERL-643/OTP-15182 | Sverker Eriksson | |
Fix net_kernel:connect_node/1 to local node | |||
2018-07-12 | erts: Fix bug in crash dump generation | Sverker Eriksson | |
Symptom: emulator core dumps during crash dump generation. Problem: erts_dump_lit_areas did not grow correctly to always be equal or larger than number of loaded modules. The comment about twice the size to include both curr and old did not seem right. The beam_ranges structure contains *all* loaded module instances until they are removed when purged. | |||
2018-07-12 | Provide build support for standalone corba repo | Rickard Green | |
2018-07-12 | Preprend PERL with /usr/bin/env | Bryan Paxton | |
- asdf and similar tools do not play well when an absolute path to a shim is used in make_emakefile |