Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-11 | character_set.xml: Remove a superfluous reference to OTP R5 | Björn Gustavsson | |
2017-01-11 | records.xml: Remove a superfluous reference to OTP R8 | Björn Gustavsson | |
2017-01-11 | macros.xml: Remove a reference to OTP R7 | Björn Gustavsson | |
2017-01-11 | expressions.xml: Remove superfluous references to OTP R7/R10 | Björn Gustavsson | |
2017-01-11 | errors.xml: Remove superfluous references to R10B | Björn Gustavsson | |
2017-01-11 | data_types.xml: Remove superfluous reference to R9B | Björn Gustavsson | |
2017-01-11 | Say that features after R13A are mentioned in the text | Björn Gustavsson | |
The text mentions any changes that occurred in R7A and later. Change that to only mention changes that occurred after R12B. | |||
2017-01-11 | Merge branch 'dgud/emacs-config' | Dan Gudmundsson | |
* dgud/emacs-config: Do not force space/tab indent-tabs-mode for all file types | |||
2017-01-11 | Merge pull request #1301 from bjorng/bjorn/efficiency-guide | Björn Gustavsson | |
Remove obsolete information from the Efficiency Guide | |||
2017-01-11 | Do not force space/tab indent-tabs-mode for all file types | Dan Gudmundsson | |
Could not edit makefiles. | |||
2017-01-11 | Merge branch 'maint' | Siri Hansen | |
2017-01-11 | Merge branch 'siri/ct/add_app_tests' into maint | Siri Hansen | |
* siri/ct/add_app_tests: Add ct_default_gl to common_test.app.src [ct] Add tests for .app and .appup files | |||
2017-01-11 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Fix check of parameterized opaque types Conflicts: lib/hipe/cerl/erl_types.erl | |||
2017-01-11 | Merge branch 'hasse/dialyzer/fix_opaque_parms/OTP-14130' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_opaque_parms/OTP-14130: dialyzer: Fix check of parameterized opaque types | |||
2017-01-10 | Remove mention of R12B | Björn Gustavsson | |
Also don't say that there are no plans to make sharing-preserving copying default; it has been seriously suggested. | |||
2017-01-10 | Fix a typo in functions.xml | Björn Gustavsson | |
2017-01-10 | Modernize section about list handling and list comprehensions | Björn Gustavsson | |
2017-01-10 | Remove comparisons of binary handling between R11B and R12B | Björn Gustavsson | |
Shorten the text by removing superfluous details about how binary handling was different in R11B. | |||
2017-01-10 | Don't mention "tuple funs" at all | Björn Gustavsson | |
"Tuples funs" was removed a long time ago. There is no need to even mention them. | |||
2017-01-10 | Don't call byte_size/1 and tuple_size/1 "new" | Björn Gustavsson | |
2017-01-10 | Remove paragraph mentioning improvements in R12B | Björn Gustavsson | |
2017-01-10 | Add ct_default_gl to common_test.app.src | Siri Hansen | |
2017-01-10 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Allow characters in types and constant patterns | |||
2017-01-10 | Merge branch 'hasse/stdlib/char_as_integer/ERL-313/OTP-14103' into maint | Hans Bolinder | |
* hasse/stdlib/char_as_integer/ERL-313/OTP-14103: stdlib: Allow characters in types and constant patterns | |||
2017-01-10 | dialyzer: Fix check of parameterized opaque types | Hans Bolinder | |
Two parameters used to be "compatible" if one is a specialization of the other, in the way that the input type of t_limit() is a specialization of the output type. This check is now relaxed: any() in any of the two parameters is compatible with any type of the other parameter. The change is due to bugus warnings. A clause for maps has been added. | |||
2017-01-09 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-09 | Merge branch 'sverker/delete_module-error-msg/ERL-334' into maint | Sverker Eriksson | |
* sverker/delete_module-error-msg: erts: Fix error report message for erlang:delete/1 | |||
2017-01-09 | erts: Fix error report message for erlang:delete/1 | Sverker Eriksson | |
2017-01-05 | Merge branch 'egil/stdlib/gen_event-start-2/OTP-14123' | Björn-Egil Dahlberg | |
* egil/stdlib/gen_event-start-2/OTP-14123: stdlib: Document gen_event start options stdlib: Test gen_event options stdlib: Refactor gen_event_SUITE stdlib: Remove whitespace error in gen_event_SUITE stdlib: Add start options to gen_event stdlib: Remove whitespace errors in gen_event | |||
2017-01-04 | stdlib: Document gen_event start options | Björn-Egil Dahlberg | |
2017-01-03 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-03 | Merge branch 'sverker/cuddle-port_SUITE' again into maint | Sverker Eriksson | |
* sverker/cuddle-port_SUITE: erts: Fix some compile warnings for port_SUITE erts: Add missing make rules for port_SUITE | |||
2017-01-02 | Merge branch 'maint' | Rickard Green | |
* maint: Multi scheduling block bug-fixes Fix VM global GC info for dirty schedulers Leave dirty work in dirty run-queues on multi scheduling block Fix premature removal of process struct Fix crash due to GC of node entry on dirty scheduler | |||
2017-01-02 | Merge branch 'rickard/ds-fixes' into maint | Rickard Green | |
OTP-14122 * rickard/ds-fixes: Fix VM global GC info for dirty schedulers Leave dirty work in dirty run-queues on multi scheduling block Fix premature removal of process struct Fix crash due to GC of node entry on dirty scheduler | |||
2017-01-02 | Merge branch 'rickard/msb-fixes' into maint | Rickard Green | |
OTP-14121 * rickard/msb-fixes: Multi scheduling block bug-fixes | |||
2016-12-30 | Multi scheduling block bug-fixes | Rickard Green | |
2016-12-30 | Merge branch 'hans/crypto/inc_num_ciphers' | Hans Nilsson | |
2016-12-29 | crypto: algo_ciper was too small after cipher additions | Hans Nilsson | |
2016-12-29 | stdlib: Test gen_event options | Björn-Egil Dahlberg | |
2016-12-29 | Merge pull request #1291 from mururu/chacha20_poly1305 | Hans Nilsson | |
crypto: Support chacha20_poly1305 OTP-14092 | |||
2016-12-29 | stdlib: Refactor gen_event_SUITE | Björn-Egil Dahlberg | |
2016-12-28 | Fix VM global GC info for dirty schedulers | Rickard Green | |
2016-12-28 | Leave dirty work in dirty run-queues on multi scheduling block | Rickard Green | |
2016-12-28 | Fix premature removal of process struct | Rickard Green | |
Refc on process struct could reach zero while it was still referred by dirty scheduler | |||
2016-12-28 | Fix crash due to GC of node entry on dirty scheduler | Rickard Green | |
The dirty scheduler failed to set a timer. Dispatch this job to an ordinary scheduler. | |||
2016-12-28 | Merge branch 'maint' | Lukas Larsson | |
2016-12-28 | Merge branch 'reith/erts/c_port_driver_tutorial_fix/PR-1281' into maint | Lukas Larsson | |
* reith/erts/c_port_driver_tutorial_fix/PR-1281: fix library open error in linked-in port driver tutorial | |||
2016-12-21 | stdlib: Allow characters in types and constant patterns | Hans Bolinder | |
Characters ($char) can be used in constant pattern expressions. They can also be used in types and contracts. | |||
2016-12-21 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-12-21 | Merge branch 'ingela/inets/httpc-user-hangs/ERL-271/OTP-14091' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-user-hangs/ERL-271/OTP-14091: inets: httpc - Prevent hanging user process inets: httpc - clean code |