aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-22Update for new version of ppc compilation chainLukas Larsson
New prefix for command line utils Disable morecore hook as it does not work with new cross chain
2012-10-01Verify that ebin folder of applications existsLukas Larsson
Sometime in cross environments the documentation will create the lib folders, but there will be no ebin so all undefined functions should then be ignored.
2012-09-25Merge branch 'egil/fix-configure-openbsd/OTP-10395' into maintBjörn-Egil Dahlberg
* egil/fix-configure-openbsd/OTP-10395: Fix linking of shared libraries on OpenBSD
2012-09-25Merge branch 'egil/fix-missing-modules-app/OTP-10439' into maintBjörn-Egil Dahlberg
* egil/fix-missing-modules-app/OTP-10439: tools: Add missing lcnt module to .app.src percept: Add missing modules to .app.src
2012-09-13Merge branch 'sverk/gcc-atomic-config-bug' into maintSverker Eriksson
* sverk/gcc-atomic-config-bug: erts: Fix gcc atomic bug in ethread.h OTP-10418
2012-09-12Merge branch 'maint-r15' into maintPeter Andersson
2012-09-10Update release notesErlang/OTP
2012-09-10Merge branch 'peppe/common_test/shell_mode_broken' into maint-r15Erlang/OTP
* peppe/common_test/shell_mode_broken: Fix broken interactive mode
2012-09-10Fix broken interactive modePeter Andersson
2012-09-10Merge branch 'lukas/jinterface/whitespace_test_fix' into maintLukas Larsson
* lukas/jinterface/whitespace_test_fix: Do not build jinterface test if there is no jinterface Escape whitespace in path
2012-09-10Merge branch 'lukas/erts/win32_flush_console_io/OTP-10325' into maintLukas Larsson
* lukas/erts/win32_flush_console_io/OTP-10325: Make sure io is flushed when driver is closed
2012-09-07tools: Add missing lcnt module to .app.srcBjörn-Egil Dahlberg
2012-09-07percept: Add missing modules to .app.srcBjörn-Egil Dahlberg
2012-09-06Fix linking of shared libraries on OpenBSDBjörn-Egil Dahlberg
Reported-by: Matthew Dempsky
2012-09-05Update version numbersBjörn-Egil Dahlberg
2012-09-05Make sure io is flushed when driver is closedLukas Larsson
Sometime when executing an tty io operation just before the emulator terminated, the io message would get lost. This commit makes sure that there is no io in the fd driver before shutting down.
2012-09-04erts: Fix gcc atomic bug in ethread.hSverker Eriksson
A faulty #if 0 caused healthy gcc builtin atomic to be ignored.
2012-09-03Do not build jinterface test if there is no jinterfaceLukas Larsson
2012-09-03Escape whitespace in pathLukas Larsson
2012-09-03Prepare releaseOTP_R15B02Erlang/OTP
2012-09-03Merge branch 'kenneth/topdoc/corrections2' into maintKenneth Lundin
* kenneth/topdoc/corrections2: Fix a missing li tag plus a link to Erlide
2012-09-03Fix a missing li tag plus a link to ErlideKenneth Lundin
2012-09-03Add missing release note for erts-5.9.1.2Patrik Nyblom
2012-08-31Merge branch 'anders/diameter/avp_errors/OTP-10202' into maintAnders Svensson
* anders/diameter/avp_errors/OTP-10202: Add a testcase Fix answer-message blunder
2012-08-31Add a testcaseAnders Svensson
2012-08-31Fix answer-message blunderAnders Svensson
2012-08-31Update preloaded modulesBjörn-Egil Dahlberg
2012-08-31Update primary bootstrapBjörn-Egil Dahlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-30Merge branch 'pan/win_readlink/OTP-10200' into maintPatrik Nyblom
* pan/win_readlink/OTP-10200: Teach VM not to dump core on long pathnames
2012-08-30Teach VM not to dump core on long pathnamesPatrik Nyblom
Long input paths (longer than MAX_PATH) would get copied into a buffer of size MAX_PATH for read_link and altname in efile_drv. Also fixed misuse of size_t parameter as wchar_t * string length in win_efile:efile_readlink.
2012-08-30Merge branch 'kenneth/asn1/dialyzer-warnings' into maintBjörn-Egil Dahlberg
* kenneth/asn1/dialyzer-warnings: Remove Dialyzer warnings
2012-08-30Merge branch 'kenneth/topdoc/corrections' into maintBjörn-Egil Dahlberg
* kenneth/topdoc/corrections: Correct a dangling link to mailinglists plus a few other minor adjustments.
2012-08-30Merge branch 'lukas/doc-fixes' into maintLukas Larsson
* lukas/doc-fixes: Document that CTHs can get fail/skip as Config Ignore calls to dialyzer_timing when checking deprecated Do not verify del_path as it is not always there Fix broken links Generate <a name="name"> tags in edoc xml headings Fix compile warning Fix boken spec
2012-08-30Merge branch 'sverk/crypto-test-fix' into maintSverker Eriksson
* sverk/crypto-test-fix: crypto: Skip some tests if openssl lib < 0.9.8 OTP-10249 Not related to this branch
2012-08-30Document that CTHs can get fail/skip as ConfigLukas Larsson
OTP-10077
2012-08-30Ignore calls to dialyzer_timing when checking deprecatedLukas Larsson
2012-08-30Do not verify del_path as it is not always thereLukas Larsson
2012-08-30Fix broken linksLukas Larsson
2012-08-30Generate <a name="name"> tags in edoc xml headingsLukas Larsson
2012-08-30Fix compile warningLukas Larsson
2012-08-30Merge branch 'sverk/crypto-rsa_sign-fix' into maintSverker Eriksson
* sverk/crypto-rsa_sign-fix: crypto: Fix buffer overflow bug in rsa_sign
2012-08-30Merge branch 'peppe/common_test/ct_doc_error' into maintPeter Andersson
* peppe/common_test/ct_doc_error: Fix documentation error
2012-08-30Fix documentation errorPeter Andersson
2012-08-30Merge branch 'anders/diameter/documentation/OTP-10216' into maintAnders Svensson
* anders/diameter/documentation/OTP-10216: Fix broken references Correct doc on AVP P flag and add warning about its deprecation Fix/tweak references to other applications Minor formatting fixes Add warning about 'host' filter Update diameterc doc Minor updates/corrections to Users Guide Add SCTP warning, more references Assorted doc improvements Document service info Document watchdog events Terminology and other clarifications, more references Clarify documentation on application state
2012-08-30Merge branch 'anders/diameter/R15B02_release' into maintAnders Svensson
* anders/diameter/R15B02_release: Dialyzer spec fix OTP-10243
2012-08-30Fix broken referencesAnders Svensson
2012-08-30Correct doc on AVP P flag and add warning about its deprecationAnders Svensson
2012-08-30Fix/tweak references to other applicationsAnders Svensson
2012-08-30Minor formatting fixesAnders Svensson
Type references enclosed in <c></c>.