Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* pan/remove_temp_files_io_proto_SUITE:
io_proto_SUITE: make sure temp files are removed
OTP-10005
|
|
|
|
* pan/win_doc_fix/OTP-9846:
Correct build instruction for 32bit OpenSSL
|
|
Also made some visual improvements to the example command lines
for wxWidgets/OpenSSL and made some minor updates to the
build instructions for those libraries.
|
|
Updates for ssh that needs to restarted so no need for soft upgrade
|
|
|
|
* dgud/observer/fix-mem-graph:
[observer] Remove system from memory graph
|
|
* dgud/wx/misc-improvements/OTP-9947:
[wx] Add more types
[wx] Fix listctrl issues
[wx] Fix bad defines
[wx] Fix bad type references
[wx] Fix missing export_types
|
|
* dgud/debugger/breakpoints_bug/OTP-9950:
[debugger] Fixed disappearing breakpoints
|
|
|
|
|
|
|
|
|
|
Supervisor tree changed so can not do soft upgrade
|
|
|
|
Distribution fixes so no need to soft upgrade.
|
|
* maint:
Make sure disk_log does not write too much data
|
|
* hb/kernel/too_greedy_disk_log/OTP-9999:
Make sure disk_log does not write too much data
|
|
* maint:
Fix continuation error
Remove unused file
Correct a minor bug in qlc's testsuite
|
|
* hb/stdlib/fix_qlc_suite/OTP-10000:
Correct a minor bug in qlc's testsuite
|
|
* lars/xmerl/continuation-error/OTP-9961:
Fix continuation error
|
|
|
|
* lars/xmerl/remove-unused-file/OTP-9965:
Remove unused file
|
|
|
|
Four digit version number as we backmerged part of R15 solutions
|
|
|
|
It is confusing we have total and system is total - processes
|
|
|
|
* sverk/cpu-topology-crash:
erts: Fix memory corruption when reading topology info
OTP-10004
|
|
If stdlib had a different start type than permanent, systools_make
would fail but it would say that it was sasl that had faulty start
type. This has been corrected.
|
|
|
|
Copied with Torbjorns permission from https://github.com/etnt/eldap.git
|
|
The hook should work with modern versions of Jenkins CI
to gather test results.
|
|
The default value for the 'mod' parameter in .app files was
incorrectly documented to be 'undefined'. It is now corrected to [].
|
|
Inorder to align with reltool a {start_phases,undefined} entry in will
no longer occur in the application specification in .script files. The
start_phases entry will only exist if it contains real start phases.
Also, the default value for #application.start_phases is no longer set
to [] in systools.hrl. This value was actually never used, since it
was always explicitly set in systools_make:parse_applications - by
default to 'undefined', so the default value in the record definition
was only a confusing detail. Anyway - now corrected.
|
|
|
|
While disk_log eagerly collects logged data for better performance,
collecting too much data may choke the system and cause huge binaries
to be written.
The problem was addressed in OTP-9764, but the situation was not
improved in all cases.
Thanks to Richard Carlsson.
|
|
|
|
* gustav/ic/remove-warnings:
Bump version from 4.2.29 to 4.2.30
Add generation of Erlang callback functions to avoid
compiler warnings of generated Erlang source code
Seq12023
OTP-9998
|
|
|
|
|
|
Conflicts:
erts/preloaded/ebin/zlib.beam
Rebuilt zlib.beam as part of this merge commit
|
|
OTP-9792
The colum listing modules that uses the current application or module
did earlier have the title "Modules used by others". This is now
changed to "Modules using this".
|
|
* dc/dch-fix-win32-escript:
add escript win32 alternative invocation (thanks Pierre Rouleau)
OTP-9997
|
|
OTP-9792
For some configuration changes and during generation of target system,
there was no indication in the status bar that reltool was
working. This has been corrected - it now says "Processing
libraries...".
|
|
* sverk/zlib_port_leak:
Fix port leaks in zlib
OTP-9981
|
|
|