Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-02 | Implement ets:all() using scheduler specific data | Rickard Green | |
2017-03-02 | Rename fixation count in ets table to avoid confusion | Rickard Green | |
2017-03-02 | Introduce references as table identifiers | Rickard Green | |
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 | hipe_rtl_binary_construct: Refactor copy-paste | Magnus Lång | |
2017-03-02 | hipe_rtl: Inline more of match eq test | Magnus Lång | |
With this change, both the matches and does not match cases have fastpaths that does not need to call primops. | |||
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 | Ensure code_SUITE:on_load_embedded/1 does not leak links | Björn Gustavsson | |
Make sure that the symlink created in the lib directory is deleted even if the test case fails. | |||
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 | |||
2017-02-28 | zip: Don't crash when a zip file has an Unix extra header | Björn Gustavsson | |
There is unfinished code in the zip module to handle the extra field in the central-directory header for each file. The code to extract an Unix extra subfield is incorrect and always causes a bad_unix_extra_field error. A further flaw in the code is that it expects that there is only a single subfield. Correcting the code for extracting extra subfields will not do any good, because the extracted data is ignored. In fact, not even the file times extracted from DOS file times are used for some reason. Therefore, don't correct the unfinished code. Remove it completely. (If needed, extending zip to use file times and to use the information in the extra field should be done in a major release, not in a maintenance release.) ERL-348 | |||
2017-02-27 | Merge branch 'maint' | Rickard Green | |
* maint: Ensure prim_eval:'receive' wont clobber def_arg_reg[0] Conflicts: erts/preloaded/ebin/prim_eval.beam | |||
2017-02-27 | Merge branch 'rickard/prim_eval_receive' into maint | Rickard Green | |
OTP-14241 * rickard/prim_eval_receive: Ensure prim_eval:'receive' wont clobber def_arg_reg[0] |