Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-03 | Merge pull request #1361 from bjorng/bjorn/home-directory/ERL-161/OTP-14249 | Björn Gustavsson | |
Use a portable way to lookup the home directory | |||
2017-03-03 | Merge branch 'maint' | Raimo Niskanen | |
2017-03-03 | Merge pull request #1359 from myronmarston/fix-length-typo | Björn Gustavsson | |
Fix typos: lenght -> length | |||
2017-03-03 | Merge branch 'raimo/kernel/gen_statem-progress/OTP-14114' into maint | Raimo Niskanen | |
* raimo/kernel/gen_statem-progress/OTP-14114: Make code_change/4 optional Implement fallback for terminate/3 Clarify code_change and callback mode change Stop pampering with stacktraces Clean up timer handling Remove event timer optimization Clean up timer handling Reduce number of loop variables hence code mass Optimize by using async cancel_timer Bugfix: callback mode not cached after code change Implement repeat_state and repeat_state_and_data Correct type checking function for action {next_event,,} Change arity of type to init_result/1 | |||
2017-03-03 | Merge branch 'egil/erts/sub-binary-to-heap-binary/OTP-14149' | Björn-Egil Dahlberg | |
* egil/erts/sub-binary-to-heap-binary/OTP-14149: observer: Fix crashdump viewer testcase erts: Refactor MOVE_CONS to inline function erts: Refactor MOVE_BOXED to inline function erts: Convert small sub-binaries to heap-binaries | |||
2017-03-03 | erts: Clarify process_info(pid(), binary) docs | Lukas Larsson | |
Correct id for 7b419c0a38bd4db: OTP-14234 | |||
2017-03-03 | tools: Allow Emake options to be passed in explicitly | Anthony Jackson | |
This allows build scripts to use emake without needing to generate an Emakefile before running make:all/0,1 or make:file/1,2. | |||
2017-03-03 | Merge branch 'maint' | Lukas Larsson | |
2017-03-03 | Merge branch 'lukas/erts/configure_option_to_threadnames/OTP-14232' into maint | Lukas Larsson | |
* lukas/erts/configure_option_to_threadnames/OTP-14232: erts: Add configure option for setting threadnames | |||
2017-03-02 | tools: Use portable lookup of home directory | Björn Gustavsson | |
In the xref example, use init:get_argument(home) to find the location of the home directory. | |||
2017-03-02 | dialyzer, observer: Use portable lookup of home directory | Björn Gustavsson | |
Use init:get_argument(home) to find the location of the home directory. That will work on all platforms (including Windows). Note that the run-time system will fail to start if HOME (or the equivalent on Windows) is not set. Therefore, it can be assumed that init:get_argument(home) will not fail. ERL-161 | |||
2017-03-02 | Merge branch 'maint' | Hans Bolinder | |
* maint: typer: Update runtime dependencies dialyzer: Update runtime dependencies Correct documentation of get_modules message | |||
2017-03-02 | typer: Update runtime dependencies | Hans Bolinder | |
2017-03-02 | dialyzer: Update runtime dependencies | Hans Bolinder | |
2017-03-02 | Merge branch 'siri/sys/get_modules/ERL-367/OTP-14248' into maint | Siri Hansen | |
* siri/sys/get_modules/ERL-367/OTP-14248: Correct documentation of get_modules message | |||
2017-03-02 | Merge branch 'hans/ssh/options_freshup/OTP-12872' | Hans Nilsson | |
2017-03-02 | ssh: Simplify calling of user's callback funs | Hans Nilsson | |
Since the Options now are initialized with a correct fun (that does nothing), we can just call it without tests | |||
2017-03-02 | ssh: Remove missplaced options in test suites | Hans Nilsson | |
Removed daemon-only options from client and client-only options from daemon. | |||
2017-03-02 | ssh: Types and spec fixes to conform to the ref manual | Hans Nilsson | |
2017-03-02 | ssh: Initial commit of option handling changes | Hans Nilsson | |
2017-03-02 | Merge branch 'hans/crypto/libressl/OTP-14247' | Hans Nilsson | |
2017-03-02 | crypto: Enable usage of LibreSSL | Hans Nilsson | |
2017-03-02 | observer: Fix crashdump viewer testcase | Björn-Egil Dahlberg | |
2017-03-01 | Fix typos: lenght -> length | Myron Marston | |
2017-03-01 | Merge branch 'maint' | Hans Nilsson | |
2017-03-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2017-03-01 | Merge branch 'maint' | Hans Nilsson | |
2017-03-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2017-03-01 | Prepare ERTS vsn for OTP 20.0 | Rickard Green | |
2017-03-01 | Merge branch 'maint' | Rickard Green | |
* maint: Prepare ERTS vsn for OTP 19.3 | |||
2017-03-01 | Prepare ERTS vsn for OTP 19.3 | Rickard Green | |
2017-03-01 | Merge branch 'maint' | Björn Gustavsson | |
* maint: zip: Eliminate leak of open file after crash zip: Don't crash when a zip file has an Unix extra header | |||
2017-03-01 | Merge pull request #1358 from bjorng/bjorn/stdlib/fix-zip-bugs/OTP-14189 | Björn Gustavsson | |
zip: Fix bugs ERL-348 and ERL-349 OTP-14246 | |||
2017-03-01 | Merge pull request #1354 from JesseStimpson/ERL-366 | Björn Gustavsson | |
stdlib: Fix mime_decode/1 binary matching performance OTP-14245 | |||
2017-03-01 | Correct documentation of get_modules message | Siri Hansen | |
2017-03-01 | Merge branch 'lukas/erts/fix_proc_exiting_arity' | Lukas Larsson | |
* lukas/erts/fix_proc_exiting_arity: erts: Fix proc arity value when exiting | |||
2017-03-01 | Merge branch 'maint' | Lukas Larsson | |
2017-03-01 | Merge branch 'lukas/erts/port_control_emasculate_binary/OTP-14231' into maint | Lukas Larsson | |
* lukas/erts/port_control_emasculate_binary/OTP-14231: erts: Fix emasculation of binaries in port_control | |||
2017-02-28 | erts: Refactor MOVE_CONS to inline function | Björn-Egil Dahlberg | |
2017-02-28 | erts: Refactor MOVE_BOXED to inline function | Björn-Egil Dahlberg | |
2017-02-28 | erts: Convert small sub-binaries to heap-binaries | Björn-Egil Dahlberg | |
In many cases sub-binaries costs more memory than converting them to heap-binaries. Sub-binaries also has a hidden cost of pinning larger binaries in memory. By converting binaries this cost is reduced. Byte aligned sub-binaries upto 24 bytes (64-bit) or 12 bytes (32-bit) are converted. | |||
2017-02-28 | zlib: Add warning for option WindowBits values 8 and -8. | Sverker Eriksson | |
2017-02-28 | dialyzer: Improve a warning | Hans Bolinder | |
When a pattern a type do not match, opaque warnings were given precedence before structure mismatches. This is no longer always the case. Mentioned by Nick Marino on erlang-questions. | |||
2017-02-28 | dialyzer: Fix a weird warning | Hans Bolinder | |
2017-02-28 | dialyzer: Fix an opaque bug | Hans Bolinder | |
An opaque bug that would crash Dialyzer has been fixed. The bug was reported by Nick Marino. | |||
2017-02-28 | dialyzer: Minor fix | Hans Bolinder | |
2017-02-28 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Add maps to term traversal | |||
2017-02-28 | Merge branch 'hasse/stdlib/fix_term_traversal' into maint | Hans Bolinder | |
* hasse/stdlib/fix_term_traversal: stdlib: Add maps to term traversal | |||
2017-02-28 | Merge pull request #1352 from bjorng/bjorn/asn1/better-error-messages/OTP-13961 | Björn Gustavsson | |
Better error descriptions for ASN.1 encoding/decoding failures | |||
2017-02-28 | zip: Eliminate leak of open file after crash | Björn Gustavsson | |
Make sure that zip:extract() and zip:create() closes the zip file if there is an error. ERL-349 |