Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | erts: Make generated files depend on Makefile | Sverker Eriksson | |
in order to regenerate them if config has changed. ERL-379 Maybe a better solution would have been to run 'clean' target or stop and ask user to run make clean. | |||
2017-03-20 | Fix type of MAKE_HASH | Rickard Green | |
2017-03-20 | erts: Fix erl_async include files for no-threads | Björn-Egil Dahlberg | |
2017-03-17 | Fix scheduler_SUITE:update_cpu_info test-case | Rickard Green | |
2017-03-17 | erts: Change HIPE allocations from sys_alloc | Sverker Eriksson | |
to long lived, short lived and native stack. | |||
2017-03-16 | Improve no-pie solution from bug report ERL-294 | Karol Ostrovsky | |
Some linkers, for example on Gentoo Hardened, do not accept the -no-pie flag but require the -fno-PIE flag instead. | |||
2017-03-16 | Merge pull request #1375 from lrascao/fix/sbct_doc | Lukas Larsson | |
Fix sbct documentation | |||
2017-03-15 | Merge branch 'egil/sigterm-fixup' | Björn-Egil Dahlberg | |
* egil/sigterm-fixup: erts: Fix signal pipe erts: Fix os_signal_SUITE test | |||
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-14 | Merge branch 'hasse/fix_erl_anno_use' | Hans Bolinder | |
* hasse/fix_erl_anno_use: parsetools: Fix handling of locations and annotations diameter: Fix handling of locations and annotations kernel: Fix handling of locations and annotations compiler: Fix handling of locations and annotations eunit: Fix handling of locations and annotations Update preloaded erts: Fix handling of locations and annotations dialyzer: Fix handling of annotations in a test debugger: Fix handling of locations and annotations stdlib: Extend functions in erl_parse to handle form_info() stdlib: Fix handling of locations and annotations erts: Correct the documentation of abstract end-of-file stdlib: Add debug tests to the erl_parse module stdlib: improve the erl_anno module's debug tests stdlib: Improve the erl_pp module's debug tests | |||
2017-03-14 | Fix sbct documentation | Luis Rascao | |
The unit should be explicitly documented as kilobytes to avoid ambiguity. | |||
2017-03-14 | erts: Remove fun_r13_SUITE | Sverker Eriksson | |
2017-03-14 | erts: Fix signal pipe | Björn-Egil Dahlberg | |
2017-03-13 | erts: Fix os_signal_SUITE test | Björn-Egil Dahlberg | |
2017-03-10 | Update preloaded modules | Rickard Green | |
2017-03-10 | Update copyright year | Rickard Green | |
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 | erts: Mark latin1 atom encoding as deprecated | Sverker Eriksson | |
which means tags ATOM_EXT and SMALL_ATOM_EXT. | |||
2017-03-08 | erts: Do not generate atoms on old latin1 external format | Sverker Eriksson | |
term_to_binary will always generate utf8 atoms ATOM_UTF8_EXT and SMALL_ATOM_UTF8_EXT. Old latin1 atoms, ATOM_EXT and SMALL_ATOM_EXT, are still decoded. | |||
2017-03-08 | erts: Fix faulty ASSERT for failed dec_term | Sverker Eriksson | |
when a recursive call to dec_term() has already done erts_factory_undo and set factory->hp to NULL. | |||
2017-03-08 | Remove typer application | Siri Hansen | |
The application now has an own repo, https://github.com/erlang/typer | |||
2017-03-08 | Update preloaded | Hans Bolinder | |
2017-03-08 | erts: Fix handling of locations and annotations | Hans Bolinder | |
2017-03-08 | erts: Correct the documentation of abstract end-of-file | Hans Bolinder | |
The L in {eof, L} is not an annotation (LINE), but a location. | |||
2017-03-07 | erts: Fix xml lint warning for erl_nif | Sverker Eriksson | |
2017-03-06 | erts: Only show debug consoles if ERL_CONSOLE_MODE is defined | Lukas Larsson | |
2017-03-06 | Merge branch 'maint' | Sverker Eriksson | |
2017-03-06 | Merge branch 'sverker/zlib-option-8/ERL-362/OTP-14254' into maint | Sverker Eriksson | |
AGAIN * sverker/zlib-option-8/ERL-362/OTP-14254: erts: Fix typo and clearify warning in zlib docs | |||
2017-03-06 | erts: Fix typo and clearify warning in zlib docs | Sverker Eriksson | |
2017-03-06 | Merge branch 'maint' | Sverker Eriksson | |
2017-03-06 | Merge branch 'sverker/zlib-option-8/ERL-362/OTP-14254' into maint | Sverker Eriksson | |
2017-03-06 | erts: Add enif_inspect_binary emasculation of refc bins | Lukas Larsson | |
2017-03-06 | Merge branch 'maint' | Lukas Larsson | |
2017-03-06 | Merge branch 'lukas/erts/19.3-doc-fixes' into maint | Lukas Larsson | |
* lukas/erts/19.3-doc-fixes: erts: Clarify process_info(pid(), binary) docs | |||
2017-03-06 | Merge branch 'maint' | Siri Hansen | |
2017-03-06 | Merge branch 'siri/ct_hooks/callbacks-on-skip/OTP-10599' into maint | Siri Hansen | |
* siri/ct_hooks/callbacks-on-skip/OTP-10599: [ct] Update built-in ct hooks with new Suite parameter [cth_surefire] Handle skips from test spec [ct] Remove excessive skipped/failed tag in hook function [ct] Send tc_start event on force_stop and failed sequence [ct] Correctly handle process died in init and end_per_testcase [ct] Fix faulty hook callbacks for skipped tests Add dummy end_per_suite/1 [ct] Fix hooks and fail when one of init/end_per_* does not exit [ct] Add Suite argument to hook callback functions [ct] Fix function_clause in ct_framework when hook function crashes | |||
2017-03-03 | Merge pull request #1359 from myronmarston/fix-length-typo | Björn Gustavsson | |
Fix typos: lenght -> length | |||
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 | 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 | 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-01 | Fix typos: lenght -> length | Myron Marston | |
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 'lukas/erts/fix_proc_exiting_arity' | Lukas Larsson | |
* lukas/erts/fix_proc_exiting_arity: erts: Fix proc arity value when exiting |