Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-05-02 | Merge branch 'hm/escript-doc' | Rickard Green | |
* hm/escript-doc: Improvements of escript documentation | |||
2017-05-02 | Merge branch 'maint' | Hans Bolinder | |
* maint: Updated OTP version Prepare release inets: Add missing release note dialyzer: Fix a bug regarding unknown types erl_mseg.c: don't use invalid indices in - > cache_powered_node[] Fix release note for OTP-14290 Conflicts: OTP_VERSION erts/emulator/sys/common/erl_mseg.c erts/vsn.mk lib/dialyzer/src/dialyzer_analysis_callgraph.erl | |||
2017-04-28 | Prepare release | Erlang/OTP | |
2017-04-28 | Merge PR1413 from g-andrade/feature/phash2_nif | Sverker Eriksson | |
Support hashing terms from NIF code | |||
2017-04-28 | Improvements of escript documentation | HÃ¥kan Mattsson | |
2017-04-27 | Merge branch 'rickard/ds-stack-size' | Rickard Green | |
OTP-14380 * rickard/ds-stack-size: Suggested stack size options for dirty schedulers | |||
2017-04-25 | Fix release note for OTP-14290 | Rickard Green | |
2017-04-25 | Merge branch 'lukas/erts/list_to_port/OTP-14348' | Lukas Larsson | |
* lukas/erts/list_to_port/OTP-14348: erts: Add erlang:list_to_port/1 debug bif erts: Auto-import port_to_list for consistency erts: Polish off erlang:list_to_ref/1 | |||
2017-04-25 | erts: Add erlang:list_to_port/1 debug bif | Lukas Larsson | |
2017-04-25 | Merge branch 'lukas/erts/deprecate-non-smp/OTP-14272' | Lukas Larsson | |
* lukas/erts/deprecate-non-smp/OTP-14272: erts: Fix testcases for smp +S 1:1 erts: Deprecate the non-smp emulators | |||
2017-04-24 | erts: Discontinue salted use of enif_hash/phash2 | Guilherme Andrade | |
2017-04-24 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Do not ignore SIGTERM when VM has been started with +Bi Conflicts: OTP_VERSION erts/emulator/sys/unix/sys.c erts/vsn.mk | |||
2017-04-22 | erts: Allow for easier future enif_hash expansion | Guilherme Andrade | |
Allow for expanding support to 64-bit hashes without breaking the interface. | |||
2017-04-22 | erts: Improve enif_hash documentation | Guilherme Andrade | |
2017-04-22 | erts: Support custom salt in enif_hash | Guilherme Andrade | |
2017-04-21 | Prepare release | Erlang/OTP | |
2017-04-21 | erts: Polish off erlang:list_to_ref/1 | Lukas Larsson | |
2017-04-21 | erts: Deprecate the non-smp emulators | Lukas Larsson | |
2017-04-20 | erts: Refactor enif_phash2 into enif_hash | Guilherme Andrade | |
A more generic hashing function which can also hash terms based on `make_internal_hash'. | |||
2017-04-20 | erts: Remove enif_phash2_ranged | Guilherme Andrade | |
2017-04-19 | erts: Add enif_phash2 and enif_phash2_ranged | Guilherme Andrade | |
These allow one to hash VM terms from NIF code. | |||
2017-04-16 | Removes spurious ">" | Xavier Noria | |
2017-04-12 | Merge branch sverker/remove-latin1-atom-encoding/OTP-14337 | Sverker Eriksson | |
* sverker/remove-latin1-atom-encoding: kernel: Fix erl_distribution_wb_SUITE:whitebox kernel: Remove pg2_SUITE:compat erts: Remove fun_r13_SUITE stdlib: Remove test cases for R12 io protocol kernel: Make DFLAG_UTF8_ATOMS mandatory kernel: Rewrite distribution flag verification tools: Update assumptions in lcnt about external atom format stdlib: Tweak beam_lib_SUITE whitebox assumptions orber: Remove hard dependency to external atom format kernel: Try mend disk_log whitebox tests erts: Mark latin1 atom encoding as deprecated jinterface: Do not generate atoms on old latin1 external format erl_interface: Do not generate atoms on old latin1 ext format erts: Do not generate atoms on old latin1 external format erts: Fix faulty ASSERT for failed dec_term | |||
2017-04-11 | Suggested stack size options for dirty schedulers | Rickard Green | |
2017-04-04 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: OTP_VERSION erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/src/crypto.erl lib/ssh/src/ssh.erl | |||
2017-03-31 | Update release notes | Erlang/OTP | |
2017-03-16 | Merge pull request #1375 from lrascao/fix/sbct_doc | Lukas Larsson | |
Fix sbct documentation | |||
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 | Fix sbct documentation | Luis Rascao | |
The unit should be explicitly documented as kilobytes to avoid ambiguity. | |||
2017-03-10 | Update copyright year | Rickard Green | |
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: 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 | 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 | Merge branch 'maint' | Lukas Larsson | |
2017-03-03 | erts: Clarify process_info(pid(), binary) docs | Lukas Larsson | |
Correct id for 7b419c0a38bd4db: OTP-14234 | |||
2017-02-28 | zlib: Add warning for option WindowBits values 8 and -8. | Sverker Eriksson | |
2017-02-22 | Add docs for enif_compare_monitors and ErlNifMonitor | Sverker Eriksson | |
2017-02-20 | Fix erl_nif doc | Sverker Eriksson | |
2017-02-20 | Merge branch 'master' into sverker/enif_select | Sverker Eriksson | |
Conflicts: erts/emulator/beam/erl_binary.h erts/emulator/beam/erl_monitors.c erts/emulator/beam/erl_nif.c erts/emulator/beam/global.h erts/emulator/test/nif_SUITE_data/nif_SUITE.c | |||
2017-02-14 | Fixed typos in erts | Andrew Dryga | |
2017-02-09 | erts: Change return value for enif_select | Sverker Eriksson | |
to negative int as error and positive as success. | |||
2017-02-09 | erts: Add pid argument to enif_select | Sverker Eriksson | |
2017-02-09 | erts: Add enif_monitor_process and enif_demonitor_process | Sverker Eriksson | |