Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-10 | Fix handling of bs_match_string translation | Kostis Sagonas | |
Prior to R16B, the bs_match_string instruction worked only for cases that had a destination variable. As shown by the example below, this is not always the case and the Dst list can be empty. test(<<42, _/bits>> = B) -> B. This fixes a bug reported by Loïc Hoguin (02/12/2013); the original post used a different code example to illustrate the problem. While revising the code, a significant clean up was also performed. | |||
2013-03-10 | Take out 'constant' type test and unnecessary type declaration | Kostis Sagonas | |
2013-03-10 | Take out 'constant' type test from left over comments | Kostis Sagonas | |
2013-03-10 | Enable more warnings | Kostis Sagonas | |
2013-03-10 | Use remote type instead of relying on hipe_icode.hrl | Kostis Sagonas | |
2013-03-10 | Add type info for hipe_bifs:nstack_used_size/0 | Kostis Sagonas | |
2013-03-10 | Use correct type name | Kostis Sagonas | |
2013-03-10 | Update a comment | Kostis Sagonas | |
2013-03-08 | Delete obsolete note about simple-one-for-one supervisor | Magnus Henoch | |
Since commit 47759479146ca11ad81eca0bb3236b265e20601d, simple-one-for-one supervisors _do_ kill their children explicitly on shutdown. That commit also removed this note, but it seems like the merge commit 45b4d5309e0686cc5fa28506de76f75b598bbd95 incorrectly reinstated it. | |||
2013-03-08 | Checking if jinterface is present | Fredrik Gustafsson | |
2013-03-08 | kernel: Document application:ensure_started/1,2 | Björn-Egil Dahlberg | |
2013-03-08 | Merge branch 'fredrik/ssh/fix-rekeying/OTP-10911' into maint-r16 | Erlang/OTP | |
* fredrik/ssh/fix-rekeying/OTP-10911: Fixed appup for 2.1.5 Conflicts: lib/ssh/src/ssh.appup.src | |||
2013-03-08 | Merge branch 'ia/ssh/errorhandling-nonexisting-subsystem/OTP-10714' into ↵ | Erlang/OTP | |
maint-r16 * ia/ssh/errorhandling-nonexisting-subsystem/OTP-10714: ssh: Prepare for upcoming release ssh: Test and enhance handling of nonexistent subsystem Prepare release Fixed rekeying initiation and secured testcase | |||
2013-03-08 | Merge branch 'sverk/erl_interface-trailing-enum-comma' into maint-r16 | Erlang/OTP | |
* sverk/erl_interface-trailing-enum-comma: erl_interface: Remove superfluous comma in enum erlang_char_encoding | |||
2013-03-08 | ssh: Prepare for upcoming release | Ingela Anderton Andin | |
Note: If more things are added before the next releas the appup will need more updates. | |||
2013-03-08 | ssh: Test and enhance handling of nonexistent subsystem | Ingela Anderton Andin | |
2013-03-08 | Fixed appup for 2.1.5 | Fredrik Gustafsson | |
2013-03-08 | PER/UPER: Correct decoding of ENUMERATEDs with a single value | Björn Gustavsson | |
An ENUMERATED with as single value is not encoded. The decoder incorrectly assumed that it was encoded in one bit. | |||
2013-03-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-03-08 | Merge branch 'fredrik/inets/httpc_length_zero' into maint | Fredrik Gustafsson | |
* fredrik/inets/httpc_length_zero: Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1 | |||
2013-03-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-03-08 | Merge branch 'ta/docs-16b' into maint | Fredrik Gustafsson | |
* ta/docs-16b: Fix gen_fsm example code Fix doc typos for R16B01 | |||
2013-03-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-03-08 | Merge branch 'mh/dialyzer-overlapping-warning/OTP-10918' into maint | Fredrik Gustafsson | |
* mh/dialyzer-overlapping-warning/OTP-10918: Include module, function and arity in Dialyzer's "overlapping domain" warnings | |||
2013-03-08 | Prepare release | Erlang/OTP | |
2013-03-08 | Merge branch 'fredrik/ssh/fix-rekeying/OTP-10911' into maint-r16 | Erlang/OTP | |
* fredrik/ssh/fix-rekeying/OTP-10911: Fixed rekeying initiation and secured testcase | |||
2013-03-08 | Merge branch 'sverk/erl_interface-trailing-enum-comma' into maint-r16 | Erlang/OTP | |
* sverk/erl_interface-trailing-enum-comma: erl_interface: Remove superfluous comma in enum erlang_char_encoding | |||
2013-03-08 | Fixed rekeying initiation and secured testcase | Fredrik Gustafsson | |
2013-03-08 | reduce bashism | YAMAMOTO Takashi | |
taken from from a pkgsrc patch: patch-lib_wx_configure.in | |||
2013-03-08 | compilation fix for NetBSD | YAMAMOTO Takashi | |
taken from a pkgsrc patch: patch-lib_os__mon_c__src_memsup.c | |||
2013-03-08 | compilation fix for NetBSD | YAMAMOTO Takashi | |
spells __NetBSD__ correctly. | |||
2013-03-07 | Merge branch 'maint' | Anders Svensson | |
2013-03-07 | Merge branch 'anders/cover_source_search/OTP-10902' into maint | Anders Svensson | |
* anders/cover_source_search/OTP-10902: Remove obsolete common_test note regarding source paths Extend cover.erl source search Document change to cover.erl source search Fix cover.xml formatting error | |||
2013-03-07 | [debugger] Add an option 'Strings' | Hans Bolinder | |
A new checkbox has been added. When it is checked, the range set by the 'erl' flag '+pc' is used for determining when to print lists of integers as strings. When it is unchecked, integer lists are never printed as strings. A minor incompatibility: settings saved by Erlang R16B01 or later cannot be read by Erlang R16B or earlier. | |||
2013-03-07 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-03-07 | Merge branch 'egil/fix-mseg_dealloc-arguments/OTP-10912' into maint | Björn-Egil Dahlberg | |
* egil/fix-mseg_dealloc-arguments/OTP-10912: erts: Fix refactor error in mseg | |||
2013-03-07 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-03-07 | Merge branch 'egil/ansi-pedantic' into maint | Björn-Egil Dahlberg | |
2013-03-07 | Fix gen_fsm example code | Tuncer Ayaz | |
2013-03-07 | Merge remote branch 'upstream/maint' | Ingela Anderton Andin | |
2013-03-07 | Merge branch 'ia/ssl/npn-abbrivated/OTP-10909' into maint | Ingela Anderton Andin | |
* ia/ssl/npn-abbrivated/OTP-10909: ssl: Handle next protocol negotiation when reusing a session. | |||
2013-03-06 | ssl: Handle next protocol negotiation when reusing a session. | Ingela Anderton Andin | |
2013-03-06 | Merge remote branch 'upstream/maint' | Ingela Anderton Andin | |
2013-03-06 | Merge branch 'ia/ssl/versions-option' into maint | Ingela Anderton Andin | |
* ia/ssl/versions-option: ssl: Clean code thanks to dialyzer ssl: Check that negotiated version is a supported version. | |||
2013-03-06 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-03-06 | Merge branch 'lh/fix-hipe-doc-title/OTP-10904' into maint | Fredrik Gustafsson | |
* lh/fix-hipe-doc-title/OTP-10904: Fix the title of hipe_app documentation page | |||
2013-03-06 | Remove obsolete common_test note regarding source paths | Anders Svensson | |
2013-03-06 | Extend cover.erl source search | Anders Svensson | |
Commit 29231033 made cover fall back to compile info if source was not found in pwd or ../src. This isn't sufficient for source that lies in subdirectories of ../src when beams and source have been moved since compilation (eg. install of some OTP applications), so first try finding source relative to the beam directory. For example, given a beam path /installed/path/to/app-1.0/ebin/root.beam and a source path /compiled/path/to/app/src/subdir/root.erl then look for /installed/path/to/app-1.0/ebin/../src/subdir/root.erl before the source path. | |||
2013-03-06 | Document change to cover.erl source search | Anders Svensson | |
The change was introduced in commit 29231033. | |||
2013-03-06 | Fix cover.xml formatting error | Anders Svensson | |