Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: 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 | |
2017-02-08 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: OTP_VERSION | |||
2017-02-08 | Merge branch 'maint-19' into maint | Raimo Niskanen | |
Conflicts: OTP_VERSION | |||
2017-02-07 | Prepare release | Erlang/OTP | |
2017-02-06 | Merge branch 'maint' | Rickard Green | |
* maint: Atomic reference count of binaries also in non-SMP Conflicts: erts/emulator/beam/erl_fun.c | |||
2017-02-06 | Merge branch 'rickard/binary-refc' into maint | Rickard Green | |
OTP-14202 * rickard/binary-refc: Atomic reference count of binaries also in non-SMP Conflicts: erts/emulator/beam/beam_bp.c | |||
2017-02-06 | Atomic reference count of binaries also in non-SMP | Rickard Green | |
NIF resources was not handled in a thread-safe manner in the runtime system without SMP support. As a consequence of this fix, the following driver functions are now thread-safe also in the runtime system without SMP support: - driver_free_binary() - driver_realloc_binary() - driver_binary_get_refc() - driver_binary_inc_refc() - driver_binary_dec_refc() | |||
2017-02-03 | Merge branch 'master' into sverker/enif_select | Sverker Eriksson | |
2017-02-03 | erge branch 'maint' | Hans Nilsson | |
Conflicts: OTP_VERSION | |||
2017-02-03 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/emulator/sys/unix/erl_unix_sys.h erts/emulator/sys/unix/sys.c erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/doc/src/notes.xml lib/crypto/vsn.mk lib/inets/doc/src/notes.xml lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.app.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2017-02-02 | Merge branch 'egil/remove-warnings/OTP-14180' | Björn-Egil Dahlberg | |
* egil/remove-warnings/OTP-14180: erts: Remove unnecessary warnings | |||
2017-02-01 | Prepare release | Erlang/OTP | |
2017-02-01 | Merge branch 'josevalim/atu8-chunk/PR-1078/OTP-14178' | Björn Gustavsson | |
* josevalim/atu8-chunk/PR-1078/OTP-14178: Add new AtU8 beam chunk | |||
2017-01-30 | Add new AtU8 beam chunk | José Valim | |
The new chunk stores atoms encoded in UTF-8. beam_lib has also been modified to handle the new 'utf8_atoms' attribute while the 'atoms' attribute may be a missing chunk from now on. The binary_to_atom/2 BIF can now encode any utf8 binary with up to 255 characters. The list_to_atom/1 BIF can now accept codepoints higher than 255 with up to 255 characters (thanks to Björn Gustavsson). | |||
2017-01-30 | erts: Remove unnecessary warnings | Björn-Egil Dahlberg | |
2017-01-26 | Merge branch 'egil/erts/remove-broken-hash/OTP-13827' | Björn-Egil Dahlberg | |
* egil/erts/remove-broken-hash/OTP-13827: Update test cases for erlang:hash/2 removal mnesia: Remove mnesia_frag_old_hash hash module stdlib: Produce correct warning for erlang:hash/2 erts: Remove erlang:hash/2 from documentation erts: Remove broken hash from Erlang | |||
2017-01-25 | erts: Remove erlang:hash/2 from documentation | Björn-Egil Dahlberg | |
2017-01-18 | Change exception for enif_schedule_nif() with dirty flags | Rickard Green | |
2017-01-17 | Merge branch 'rickard/ds-features-20' | Rickard Green | |
OTP-14152 * rickard/ds-features-20: Remove experimental disclaimer on dirty schedulers Scheduler wall time support for dirty schedulers Always return info from system_info(dirty_[cpu|io]_schedulers*) Improve etp-commands Switch between scheduler types when multi-scheduling is blocked Perform potentially long GC on dirty schedulers if available Return and exception trace for nif-export scheduled BIFs Optimize handling of BIF errors Support for dirty BIFs Reduction counting on non-tail return | |||
2017-01-17 | Remove experimental disclaimer on dirty schedulers | Rickard Green | |
2017-01-17 | Scheduler wall time support for dirty schedulers | Rickard Green | |
2017-01-16 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-16 | Merge branch 'maint-19' into maint | Sverker Eriksson | |
2017-01-13 | Merge branch 'hasse/stdlib/check_type_constraints/OTP-14070/PR-1214' | Hans Bolinder | |
* hasse/stdlib/check_type_constraints/OTP-14070/PR-1214: stdilb: Check for bad type constraints in function types | |||
2017-01-12 | Prepare release | Erlang/OTP | |
2016-12-20 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-20 | Merge pull request #1263 from hawk/hm/stacktrace-depth/OTP-14119 | Sverker Eriksson | |
Make depth of current_stacktrace configurable | |||
2016-12-20 | Merge branch 'sverker/misc-master' | Sverker Eriksson | |
2016-12-20 | Merge branch 'mikpe/erts/system_info-atom_table/PR-1286/OTP-13976' | Lukas Larsson | |
* mikpe/erts/system_info-atom_table/PR-1286/OTP-13976: erts: add erlang:system_info(atom_count) |