Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-12 | Fix return value of obsolete_1(rpc,safe_multi_server_call,A) | Aggelos Giantsios | |
The following calls: - otp_internal:obsolete(rpc, safe_multi_server_call, 2). - otp_internal:obsolete(rpc, safe_multi_server_call, 3). threw an unhandled exception. The return value has been amended to match the relevant pattern of obsolete/3. | |||
2017-03-10 | stdlib: Tweak beam_lib_SUITE whitebox assumptions | Sverker Eriksson | |
for new external atom format. | |||
2017-03-10 | orber: Remove hard dependency to external atom format | Sverker Eriksson | |
The 20 bytes limit is to avoid doing binary_to_term on a huge term in vain, just to conclude is was not atom 'undefined'. | |||
2017-03-10 | kernel: Try mend disk_log whitebox tests | Sverker Eriksson | |
after atom encoding got 1 byte smaller when changed from <<$d, Len:16, Bytes/binary>> to <<$w, Len:8, Bytes/binary>> | |||
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-10 | observer: Add a max carrier size column | Dan Gudmundsson | |
Users wanted to see the maximum value seen by observer during it's uptime. Note changes faster than the sample rate will still be missed. | |||
2017-03-10 | observer: Draw dotted lines for dirty cpu threads | Dan Gudmundsson | |
In OTP-20 dirty_schedulers are default on. Draw them dotted so we can difference between real schedulers and dirty schedulers. | |||
2017-03-10 | parsetools: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-10 | Merge branch 'hasse/dialyzer/fix_plt_suite' | Hans Bolinder | |
* hasse/dialyzer/fix_plt_suite: dialyzer: Correct a test case | |||
2017-03-10 | dtls: Correct version check | Ingela Anderton Andin | |
2017-03-10 | dtls: Test case fixes | Ingela Anderton Andin | |
2017-03-10 | erl_tar: Close files after reading from a tar file | Björn Gustavsson | |
Also let the test suite verify that all files that are opened will be closed before the end of each test case. aa0c4b0df7cdc7 introduced the file descriptor leak. | |||
2017-03-10 | Merge branch 'egil/tools/fix-makefile' | Björn-Egil Dahlberg | |
* egil/tools/fix-makefile: tools: Remove percept from makefile | |||
2017-03-09 | ssh: documents ssh:daemon_info/1 | Hans Nilsson | |
2017-03-09 | ssh: Host and Profile info returned in ssh:daemon_info | Hans Nilsson | |
2017-03-09 | public_key: Bugfix public_key:generate_key({namedCurve,OID}) | Hans Nilsson | |
2017-03-09 | Merge branch 'maint' | Hans Nilsson | |
2017-03-09 | ssh: Update .app file | Hans Nilsson | |
2017-03-09 | public_key: updated crypto dependence in .app.src | Hans Nilsson | |
2017-03-09 | public_key: RSA key gen documentation | Hans Nilsson | |
2017-03-09 | public_key: Make test suites use the new RSA key generation function | Hans Nilsson | |
2017-03-09 | public_key: New -spec for public_key:generate_key/1 | Hans Nilsson | |
2017-03-09 | public_key: Add RSA to public_key:generate_key/1 | Hans Nilsson | |
2017-03-09 | crypto: Document exceptions thrown in crypto:generate_key | Hans Nilsson | |
2017-03-09 | crypto: Uppdate crypto.app.src for dirty_scheduler dependency in ERTS | Hans Nilsson | |
2017-03-09 | crypto: removed error function from PR and added error handling in crypto.erl | Hans Nilsson | |
2017-03-09 | Run preprocess when generating xmerl documentation in test | Siri Hansen | |
2017-03-09 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/kernel/src/kernel.appup.src lib/stdlib/src/stdlib.appup.src | |||
2017-03-09 | Merge branch 'siri/appups-19.3' into maint | Siri Hansen | |
* siri/appups-19.3: Update appups in kernel and stdlib for OTP-19.3 | |||
2017-03-09 | Merge PR-1360 from margnus1/hipe-codegen/OTP-14261 | Sverker Eriksson | |
HiPE: Various small code cleanups and codegen improvements | |||
2017-03-09 | tools: Remove percept from makefile | Björn-Egil Dahlberg | |
2017-03-09 | Merge branch 'siri/typer/remove-application/OTP-14251' | Siri Hansen | |
* siri/typer/remove-application/OTP-14251: Remove typer application | |||
2017-03-08 | jinterface: Do not generate atoms on old latin1 external format | Sverker Eriksson | |
2017-03-08 | erl_interface: Do not generate atoms on old latin1 ext format | Sverker Eriksson | |
Solved by letting ei_encode_atom_as ignore 'to_enc' argument and always encode in UTF8 format. | |||
2017-03-08 | dialyzer: Correct a test case | Hans Bolinder | |
2017-03-08 | Remove typer application | Siri Hansen | |
The application now has an own repo, https://github.com/erlang/typer | |||
2017-03-08 | Improves accumulator fun in xmerl_scan so that only one #xmlText record is ↵ | Jimmy Zöger | |
returned for strings which have character references * Adds test with character reference in numeric form * Updates test for ticket_7430 | |||
2017-03-08 | Removes redundant function clause | Jimmy Zöger | |
2017-03-08 | diameter: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | kernel: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | compiler: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | eunit: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | dialyzer: Fix handling of annotations in a test | Hans Bolinder | |
2017-03-08 | debugger: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | stdlib: Extend functions in erl_parse to handle form_info() | Hans Bolinder | |
For convenience, for instance in parse transforms, the different functions handling erl_anno:anno() can handle {eof, Location}, and are documented to handle all form_info(). | |||
2017-03-08 | stdlib: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | stdlib: Add debug tests to the erl_parse module | Hans Bolinder | |
2017-03-08 | stdlib: improve the erl_anno module's debug tests | Hans Bolinder | |
2017-03-08 | stdlib: Improve the erl_pp module's debug tests | Hans Bolinder | |
2017-03-08 | Merge branch 'maint' | Anders Svensson | |