Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-16 | Merge branch 'zenhack/fix-erroneous-__uint32_t' into maint | Henrik Nord | |
* zenhack/fix-erroneous-__uint32_t: Fix erroneous use of __uint32_t OTP-13105 | |||
2015-11-16 | Merge branch 'legoscia/erl-make-exit-code' into maint | Henrik Nord | |
* legoscia/erl-make-exit-code: Make erl -make return non-zero exit code on failure OTP-13107 | |||
2015-11-11 | Merge branch 'henrik/epmd-ctime' into maint | Henrik Nord | |
* henrik/epmd-ctime: add missing time.h OTP-13095 | |||
2015-11-11 | Merge branch 'gomoripeti/tracedoc_fix' into maint | Henrik Nord | |
* gomoripeti/tracedoc_fix: Fix typo in trace gc_start doc OTP-13094 | |||
2015-11-04 | Fix typos and grammar | Derek Brown | |
2015-11-04 | add missing time.h | Henrik Nord | |
2015-11-04 | [erts] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-11-03 | Fix typo in trace gc_start doc | Péter Gömöri | |
Conflicts: erts/doc/src/erlang.xml | |||
2015-11-02 | Merge branch 'lukas/erts/win32_bool_fix/OTP-13079' into maint | Lukas Larsson | |
* lukas/erts/win32_bool_fix/OTP-13079: erts: bool is a reserved word, use boolean instead | |||
2015-11-02 | Merge branch 'lukas/erts/process_mem_test_fix/OTP-13077' into maint | Lukas Larsson | |
* lukas/erts/process_mem_test_fix/OTP-13077: erts: Don't run processes tests on lcnt with little memory | |||
2015-11-02 | Merge branch 'henrik/find-redist' into maint | Henrik Nord | |
2015-10-27 | Merge branch 'lrascao/fix/build_fail_on_enabled_dist_debug' into maint | Henrik Nord | |
* lrascao/fix/build_fail_on_enabled_dist_debug: Fix build fail when enabling distribution debug messages | |||
2015-10-27 | Merge branch 'lucafavatella/dialyzer-fun-literal-arity' into maint | Henrik Nord | |
* lucafavatella/dialyzer-fun-literal-arity: Teach Dialyzer arity of funs with literal arity OTP-13068 | |||
2015-10-27 | Merge branch 'dgud/msys2-fixes' into maint | Dan Gudmundsson | |
* dgud/msys2-fixes: erts: Detect and build on MSYS2 for windows | |||
2015-10-26 | Make erl -make return non-zero exit code on failure | Magnus Henoch | |
This makes it behave like similar Unix tools. | |||
2015-10-26 | erts: Clarify documentation | Ingela Anderton Andin | |
2015-10-26 | erts: Add {line_delimiter, byte()} option to inet:setopts/2 | Serge Aleynikov | |
A new {line_delimiter, byte()} option allows line-oriented TCP-based protocols to use a custom line delimiting character. It is to be used in conjunction with {packet, line}. This option also works with erlang:decode_packet/3 when its first argument is 'line'. | |||
2015-10-22 | erts: Detect and build on MSYS2 for windows | Dan Gudmundsson | |
Allow building win32 on MSYS2. Avoid msys2 path conversion which does not work. And print the real windows command when something fails. | |||
2015-10-16 | add path to vcredist.exe for VS-2013 | Henrik Nord | |
2015-10-15 | Fix erroneous use of __uint32_t | Ian Denhardt | |
The presence of this symbol is libc-specific. In particular, it is absent from musl. The correct solution is to use uint32_t. | |||
2015-10-13 | Merge branch 'kostis/hipe-native-bif-warning' into maint | Henrik Nord | |
* kostis/hipe-native-bif-warning: Take out unused code that results in a gcc warning OTP-13041 | |||
2015-10-12 | erts: Don't run processes tests on lcnt with little memory | Lukas Larsson | |
2015-10-06 | Merge branch 'sverk/erts/doc-review' into maint | Sverker Eriksson | |
* sverk/erts/doc-review: erts: Spell-check erlang.xml erts: Review newer additions to erlang.xml erts: Review module erlang docs erts: Update module erlang docs erts: Review time correction docs erts: Update erts time correction docs | |||
2015-10-05 | erts: Spell-check erlang.xml | Sverker Eriksson | |
2015-10-05 | Merge branch 'lukas/erts/fix_ptab_assert/OTP-13028' into maint | Lukas Larsson | |
2015-10-05 | Fix build fail when enabling distribution debug messages | Luis Rascao | |
2015-10-02 | Merge branch 'essen/missing-behavior-absform' into maint | Zandra | |
* essen/missing-behavior-absform: Add missing behavior/behaviours to absform docs | |||
2015-10-01 | erts: Review newer additions to erlang.xml | Sverker Eriksson | |
Trying to adopt same style as done by xsipewe in e17e236cd1661bc for later additions. | |||
2015-10-01 | erts: Review module erlang docs | Sverker Eriksson | |
2015-10-01 | erts: Update module erlang docs | xsipewe | |
Rebased 6ac77046b05cd3cb7b117 on OTP-18.1 Conflicts: erts/doc/src/erlang.xml | |||
2015-10-01 | erts: Review time correction docs | Sverker Eriksson | |
2015-10-01 | erts: Update erts time correction docs | xsipewe | |
2015-10-01 | Merge branch 'maint-17' into maint | Henrik Nord | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/debugger/doc/src/notes.xml lib/debugger/vsn.mk otp_versions.table | |||
2015-09-30 | Merge branch 'c-rack/fix-list_to_bitstring-example' into maint | Henrik Nord | |
* c-rack/fix-list_to_bitstring-example: Typos in documentation example of list_to_bitstring/1 OTP-13017 | |||
2015-09-28 | erts: Remove assertion that ptab is empty | Lukas Larsson | |
Another process may already have been placed in this slot since the free och the process struct can be scheduled for later. | |||
2015-09-21 | Prepare release | Erlang/OTP | |
2015-09-17 | Merge branch 'lukas/erts/ttsl_eintr/OTP-12987' into maint | Rickard Green | |
* lukas/erts/ttsl_eintr/OTP-12987: erts: Make sure to deal with EINTR write failures | |||
2015-09-17 | Exclude ose application from upgrade test | Siri Hansen | |
2015-09-17 | Merge branch 'goertzenator/enif_make_pid-unused_param' into maint | Henrik Nord | |
* goertzenator/enif_make_pid-unused_param: fix unused parameter warning in enif_make_pid OTP-12989 | |||
2015-09-17 | Merge branch 'mikpe/erts-binary_to_integer-fix' into maint | Henrik Nord | |
* mikpe/erts-binary_to_integer-fix: erts: fix binary_to_integer boundary case OTP-12988 | |||
2015-09-16 | erts: Make sure to deal with EINTR write failures | Lukas Larsson | |
2015-09-15 | Typos in documentation example of list_to_bitstring/1 | Constantin Rack | |
2015-09-10 | Merge branch 'sverk/inet-packet-ssl_tls-passive' into maint | Sverker Eriksson | |
* sverk/inet-packet-ssl_tls-passive: erts: Fix inet packet mode ssl_tls for passive mode | |||
2015-09-09 | Merge branch 'rickard/disable-saved-compile-time/OTP-12971' into maint | Rickard Green | |
* rickard/disable-saved-compile-time/OTP-12971: Add configure switch --disable-saved-compile-time Conflicts: HOWTO/INSTALL.md | |||
2015-09-09 | Merge branch 'rickard/clock-sources/OTP-12945' into maint | Rickard Green | |
* rickard/clock-sources/OTP-12945: Improve choice of clock sources at build time | |||
2015-09-09 | Merge branch 'rickard/event-tmo/OTP-12954' into maint | Rickard Green | |
* rickard/event-tmo/OTP-12954: Fix ethread events with timeout | |||
2015-09-09 | Add configure switch --disable-saved-compile-time | Rickard Green | |
2015-09-07 | Prepare release | Erlang/OTP | |
2015-09-07 | Merge branch 'sverk/trace-process_dump-matchstate-17/OTP-12968' into maint-17 | Erlang/OTP | |
* sverk/trace-process_dump-matchstate-17/OTP-12968: erts: Add testcase for tracing whith 'process_dump' erts: Fix bug when tracing with 'process_dump' | |||
2015-09-07 | erts: Fix inet packet mode ssl_tls for passive mode | Sverker Eriksson | |
Caused stack corruption leading to VM crash on windows. {packet,ssl_tls} is undocumented by the way. |