Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-09 | Merge branch 'lukas/erts/whitespace_nsis_fix/OTP-10481' into maint | Lukas Larsson | |
* lukas/erts/whitespace_nsis_fix/OTP-10481: Fix bug when making nsis target | |||
2012-10-09 | Merge branch 'lukas/erts/bucket_mask_fix/OTP-10374' into maint | Lukas Larsson | |
* lukas/erts/bucket_mask_fix/OTP-10374: Add comment about eproviderfailedinit error Increase sbct for win64 as block alignment is 16 | |||
2012-10-09 | Add comment about eproviderfailedinit error | Lukas Larsson | |
2012-10-09 | Increase sbct for win64 as block alignment is 16 | Lukas Larsson | |
2012-10-03 | Merge branch 'sa/dialyzer-fix-r15b02' into maint | Henrik Nord | |
* sa/dialyzer-fix-r15b02: Fix a crash in race condition detection Remove old untested experimental extension Respect {plt_check,false} option when using dialyzer:run/1 Fix handling of tuple set remote types appearing in tuple sets OTP-10464 | |||
2012-09-26 | Fix a crash in race condition detection | Stavros Aronis | |
Analysis is not always able to find the variable labels and names for any kind of arguments passed to the ets module functions. | |||
2012-09-26 | Remove old untested experimental extension | Stavros Aronis | |
This extension allowed minimal detection of race conditions that were passing through behaviour API calls, but had no tests in any suite and also caused a crash in R15B02. | |||
2012-09-26 | Respect {plt_check,false} option when using dialyzer:run/1 | Stavros Aronis | |
2012-09-26 | Fix handling of tuple set remote types appearing in tuple sets | Stavros Aronis | |
Originally reported by Joseph Wayne Norton, simplified testcase provided by Hans Bolinder. | |||
2012-09-25 | Merge branch 'egil/fix-configure-openbsd/OTP-10395' into maint | Björn-Egil Dahlberg | |
* egil/fix-configure-openbsd/OTP-10395: Fix linking of shared libraries on OpenBSD | |||
2012-09-25 | Merge branch 'egil/fix-missing-modules-app/OTP-10439' into maint | Bjö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-18 | Fix bug when making nsis target | Lukas Larsson | |
2012-09-13 | Merge branch 'sverk/gcc-atomic-config-bug' into maint | Sverker Eriksson | |
* sverk/gcc-atomic-config-bug: erts: Fix gcc atomic bug in ethread.h OTP-10418 | |||
2012-09-12 | Merge branch 'maint-r15' into maint | Peter Andersson | |
2012-09-10 | Update release notes | Erlang/OTP | |
2012-09-10 | Merge branch 'peppe/common_test/shell_mode_broken' into maint-r15 | Erlang/OTP | |
* peppe/common_test/shell_mode_broken: Fix broken interactive mode | |||
2012-09-10 | Fix broken interactive mode | Peter Andersson | |
2012-09-10 | Merge branch 'lukas/jinterface/whitespace_test_fix' into maint | Lukas Larsson | |
* lukas/jinterface/whitespace_test_fix: Do not build jinterface test if there is no jinterface Escape whitespace in path | |||
2012-09-10 | Merge branch 'lukas/erts/win32_flush_console_io/OTP-10325' into maint | Lukas Larsson | |
* lukas/erts/win32_flush_console_io/OTP-10325: Make sure io is flushed when driver is closed | |||
2012-09-07 | tools: Add missing lcnt module to .app.src | Björn-Egil Dahlberg | |
2012-09-07 | percept: Add missing modules to .app.src | Björn-Egil Dahlberg | |
2012-09-06 | Fix linking of shared libraries on OpenBSD | Björn-Egil Dahlberg | |
Reported-by: Matthew Dempsky | |||
2012-09-05 | Update version numbers | Björn-Egil Dahlberg | |
2012-09-05 | Make sure io is flushed when driver is closed | Lukas 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-04 | erts: Fix gcc atomic bug in ethread.h | Sverker Eriksson | |
A faulty #if 0 caused healthy gcc builtin atomic to be ignored. | |||
2012-09-03 | Do not build jinterface test if there is no jinterface | Lukas Larsson | |
2012-09-03 | Escape whitespace in path | Lukas Larsson | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-09-03 | Merge branch 'kenneth/topdoc/corrections2' into maint | Kenneth Lundin | |
* kenneth/topdoc/corrections2: Fix a missing li tag plus a link to Erlide | |||
2012-09-03 | Fix a missing li tag plus a link to Erlide | Kenneth Lundin | |
2012-09-03 | Add missing release note for erts-5.9.1.2 | Patrik Nyblom | |
2012-08-31 | Merge branch 'anders/diameter/avp_errors/OTP-10202' into maint | Anders Svensson | |
* anders/diameter/avp_errors/OTP-10202: Add a testcase Fix answer-message blunder | |||
2012-08-31 | Add a testcase | Anders Svensson | |
2012-08-31 | Fix answer-message blunder | Anders Svensson | |
2012-08-31 | Update preloaded modules | Björn-Egil Dahlberg | |
2012-08-31 | Update primary bootstrap | Björn-Egil Dahlberg | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'pan/win_readlink/OTP-10200' into maint | Patrik Nyblom | |
* pan/win_readlink/OTP-10200: Teach VM not to dump core on long pathnames | |||
2012-08-30 | Teach VM not to dump core on long pathnames | Patrik 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-30 | Merge branch 'kenneth/asn1/dialyzer-warnings' into maint | Björn-Egil Dahlberg | |
* kenneth/asn1/dialyzer-warnings: Remove Dialyzer warnings | |||
2012-08-30 | Merge branch 'kenneth/topdoc/corrections' into maint | Björn-Egil Dahlberg | |
* kenneth/topdoc/corrections: Correct a dangling link to mailinglists plus a few other minor adjustments. | |||
2012-08-30 | Merge branch 'lukas/doc-fixes' into maint | Lukas 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-30 | Merge branch 'sverk/crypto-test-fix' into maint | Sverker Eriksson | |
* sverk/crypto-test-fix: crypto: Skip some tests if openssl lib < 0.9.8 OTP-10249 Not related to this branch | |||
2012-08-30 | Document that CTHs can get fail/skip as Config | Lukas Larsson | |
OTP-10077 | |||
2012-08-30 | Ignore calls to dialyzer_timing when checking deprecated | Lukas Larsson | |
2012-08-30 | Do not verify del_path as it is not always there | Lukas Larsson | |
2012-08-30 | Fix broken links | Lukas Larsson | |
2012-08-30 | Generate <a name="name"> tags in edoc xml headings | Lukas Larsson | |
2012-08-30 | Fix compile warning | Lukas Larsson | |
2012-08-30 | Merge branch 'sverk/crypto-rsa_sign-fix' into maint | Sverker Eriksson | |
* sverk/crypto-rsa_sign-fix: crypto: Fix buffer overflow bug in rsa_sign |