Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | [jinterface] cleanup code according to new style | Vlad Dumitrescu | |
2014-11-25 | [jinterface] add Eclipse projects and settings | Vlad Dumitrescu | |
For other IDEs, use these as reference. In short, the formatting style is: - indentation uses only spaces; each level is 4 positions - no trailing whitespace - mostly default Java style formatting (any difference is minor) - always use {} - use 'final' as much as possible | |||
2014-11-25 | Merge branch 'maint' | Lukas Larsson | |
* maint: epmd: Unify systemd autoconf macros usage epmd: Added systemd notify support to EPMD | |||
2014-11-25 | Merge branch 'lem/epmd_sd_notify/OTP-12321' into maint | Lukas Larsson | |
* lem/epmd_sd_notify/OTP-12321: epmd: Unify systemd autoconf macros usage epmd: Added systemd notify support to EPMD | |||
2014-11-25 | kernel: Do not check unsync:ed file size | Lukas Larsson | |
2014-11-25 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: correct record updates | |||
2014-11-25 | Merge branch 'hb/dialyzer/fix_a_record_bug/OTP-12319' into maint | Hans Bolinder | |
* hb/dialyzer/fix_a_record_bug/OTP-12319: dialyzer: correct record updates | |||
2014-11-24 | Fix IMPLICIT tagging when TagDefault is AUTOMATIC | Simon Cornish | |
This patch fixes a bug with compliance to X.680 (200811) s31.2.7 Basically, when TagDefault is AUTOMATIC then tags are IMPLICIT unless EXPLICIT is given. | |||
2014-11-24 | epmd: Unify systemd autoconf macros usage | Peter Lemenkov | |
Don't use both HAVE_SYSTEMD_DAEMON and HAVE_SYSTEMD_SD_DAEMON - use only the former one and remove the latter one entirely. Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-11-24 | epmd: Added systemd notify support to EPMD | Peter Lemenkov | |
Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-11-24 | dialyzer: correct record updates | Hans Bolinder | |
Correct a bug introduced in commit 8498a3. | |||
2014-11-24 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Use finite instead of isfinite with gcc | |||
2014-11-24 | Merge branch 'lukas/erts/isfinite-fix/OTP-12268' into maint | Lukas Larsson | |
* lukas/erts/isfinite-fix/OTP-12268: erts: Use finite instead of isfinite with gcc | |||
2014-11-24 | erts: Use finite instead of isfinite with gcc | Lukas Larsson | |
Turns out that isfinite emits a function call and not an instruction in gcc, this makes estone float arith about 50-75% slower. finite emits the instruction so we use that instead. | |||
2014-11-24 | Merge branch 'maint' | Marcus Arendt | |
2014-11-24 | Merge branch 'derek121/doc-spelling-grammar-fixes' into maint | Marcus Arendt | |
* derek121/doc-spelling-grammar-fixes: Fix spelling and grammar | |||
2014-11-24 | add odbc:start/stop in testcase | Marcus Arendt | |
2014-11-21 | Add infometion about function() | Yuki Ito | |
2014-11-20 | Fix spelling and grammar | Derek Brown | |
2014-11-20 | erts,crypto: Add configure option --with-ssl-rpath | Sverker Eriksson | |
2014-11-20 | Merge branch 'maint' | Henrik Nord | |
2014-11-20 | Merge branch 'legoscia/io-message-queue-optimisation' into maint | Henrik Nord | |
* legoscia/io-message-queue-optimisation: Optimise io requests for long message queues | |||
2014-11-20 | Merge branch 'marcsugiyama/patch-1/doc-fix' | Marcus Arendt | |
* marcsugiyama/patch-1/doc-fix: Update file.xml | |||
2014-11-20 | Merge branch 'hb/stdlib/remove_rule_syntax/OTP-12257' | Hans Bolinder | |
* hb/stdlib/remove_rule_syntax/OTP-12257: stdlib: remove the last traces of Mnemosyne Rules | |||
2014-11-20 | stdlib: remove the last traces of Mnemosyne Rules | Hans Bolinder | |
Robert has OK'ed the removal of the token ':-'. | |||
2014-11-18 | Add test for IMPLICIT tagging when TagDefault is AUTOMATIC | Simon Cornish | |
2014-11-18 | Update file.xml | Marc Sugiyama | |
Fix grammatical errors in section on file:datasync/1 | |||
2014-11-18 | ssh: Gracefully handle bad input | Ingela Anderton Andin | |
2014-11-18 | Merge branch 'maint' | Hans Nilsson | |
2014-11-18 | Merge branch 'hans/ssh/erl_tar_sftp/OTP-12180' into maint | Hans Nilsson | |
* hans/ssh/erl_tar_sftp/OTP-12180: ssh: update vsn.mk ssh: Add ssh_sftp:open_tar/3,4 which opens a tar file at the server side of a channel. erl_tar: Extend api to define own storage media access functions. | |||
2014-11-18 | ssh: update vsn.mk | Hans Nilsson | |
2014-11-18 | ssh: Add ssh_sftp:open_tar/3,4 which opens a tar file at the server side of ↵ | Hans Nilsson | |
a channel. Depends on erl_tar.erl having the function erl_tar:init/3 defined. | |||
2014-11-18 | erl_tar: Extend api to define own storage media access functions. | Hans Nilsson | |
The reason for this is a requirement on enabling ssh_sftp to write a tar file on the server. This new api function is used by ssh_sftp:open_tar/3,4. | |||
2014-11-18 | Add spec for gen_server:terminate/6,7 | Siri Hansen | |
This is to prevent dialyzer warning "no local return". | |||
2014-11-18 | Merge branch 'maint' | Siri Hansen | |
2014-11-18 | Merge branch 'siri/no-unicode-atoms/OTP-12172' into maint | Siri Hansen | |
* siri/no-unicode-atoms/OTP-12172: Remove comments about unicode atoms in OTP 18 | |||
2014-11-17 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Fix miscompilation when module contains multiple named funs Fix locations of shadowing warnings in ms_transform | |||
2014-11-17 | Merge branch 'nox/stdlib/ms_transform-locate-shadow-warning/OTP-12264' into ↵ | Björn Gustavsson | |
maint * nox/stdlib/ms_transform-locate-shadow-warning/OTP-12264: Fix locations of shadowing warnings in ms_transform | |||
2014-11-17 | Merge branch 'nox/compiler/eep37-duplicate-names/OTP-12262' into maint | Björn Gustavsson | |
* nox/compiler/eep37-duplicate-names/OTP-12262: Fix miscompilation when module contains multiple named funs | |||
2014-11-14 | Fix signedness bug | Dmitry Belyaev | |
The regression was introduced by making byte type signed. Bitwise OR (|) applied to signed char (byte) and any longer type reqires the former to expand to the same size. When the char is negative it is expanded with sign bit filling the extra bytes causing the unexpected result. | |||
2014-11-14 | Fix odbcserver warnings | Dmitry Belyaev | |
These are signaled by -Wall | |||
2014-11-14 | Delete odbcserver unused variables | Dmitry Belyaev | |
2014-11-14 | Test to reveal odbcserver protocol bug | Dmitry Belyaev | |
2014-11-13 | Merge branch 'hb/stdlib/fix_qlc_test' | Hans Bolinder | |
* hb/stdlib/fix_qlc_test: stdlib: fix a bug in qlc_SUITE.erl | |||
2014-11-13 | Merge branch 'maint' of git-server:otp into maint | Ingela Anderton Andin | |
2014-11-12 | mnesia: Fix match_object bug | Dan Gudmundsson | |
match_object returned wrong objects when matching on non key fields and updates in the same transaction had been performed. | |||
2014-11-12 | Merge branch 'maint' | Marcus Arendt | |
2014-11-12 | Merge branch 'dotsimon/ssh_connect_timeout/OTP-12306' into maint | Marcus Arendt | |
* dotsimon/ssh_connect_timeout/OTP-12306: Fix ssh_sftp:start_channel timeout | |||
2014-11-12 | Merge branch 'maint' | Bruce Yinhe | |
2014-11-12 | Merge branch 's1n4/zlib_doc_typo' into maint | Bruce Yinhe | |
* s1n4/zlib_doc_typo: Fix a typo in the zlib documentation |