aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-02-16asn1ct_gen: Polish the file headerBjörn Gustavsson
2017-02-16Merge branch 'maint'Lars Thorsen
2017-02-16Merge branch 'lars/xmerl/standard-namespace-problem/OTP-14139' into maintLars Thorsen
* lars/xmerl/standard-namespace-problem/OTP-14139: [xmerl] Correct handling of implicit XML namespace
2017-02-15ssh: handle return values and exceptions from ssh_acceptor:handle_connectionHans Nilsson
2017-02-15ssh: More exact test for is_tcp_socketHans Nilsson
2017-02-15ssh: Add error case for bad socketHans Nilsson
2017-02-15ssh: speling errorHans Nilsson
2017-02-15ssh: speling errorHans Nilsson
2017-02-15ssh: reword documentationHans Nilsson
2017-02-15[xmerl] Correct handling of implicit XML namespaceLars Thorsen
The namespace_conformant option did not work when parsing documents without explicit XML namespace declaration.
2017-02-15Documentation: tuple funs are unsupportedMagnus Henoch
Remove use of tuple fun from erl_call documentation. It seems like fun math:sqrt/1 isn't parsed correctly by erl_call, so I replaced the example with a simpler one that doesn't require a fun.
2017-02-15asn1ct_gen: Clean up generation of .hrl file headerBjörn Gustavsson
Note that put(currmod, Mod) is not needed because it has already been done by the caller.
2017-02-15asn1ct_gen: Clean up generation records in .hrl fileBjörn Gustavsson
2017-02-15asn1ct_gen: Clean up generation of -export directivesBjörn Gustavsson
2017-02-15asn1ct_gen: Clean up generation of valuesBjörn Gustavsson
2017-02-15Merge pull request #1321 from bjorng/bjorn/stdlib/tilde-s-for-atomsBjörn Gustavsson
Make "~s" fail for Unicode atoms
2017-02-15Merge branch 'fix-source-typos'Björn Gustavsson
* fix-source-typos: (25 commits) Fixed typos in system/doc Fixed typos in lib/xmerl Fixed typos in lib/wx Fixed typos in lib/stdlib Fixed typos in lib/snmp Fixed typos in lib/ssl Fixed typos in lib/ssh Fixed typos in PKCS-8.asn1 file Fixed typos in lib/parsetools Fixed typos in lib/orber Fixed typos in lib/mnesia Fixed typos in lib/megaco Fixed typos in lib/kernel Fixed typos in lib/jinterface Fixed typos in lib/inets Fixed typos in lib/hipe Fixed typos in lib/eunit Fixed typos in lib/erl_interface Fixed typos in lib/eldap Fixed typos in lib/edoc ...
2017-02-15Merge branch 'jur0/fix-function-name'Björn Gustavsson
* jur0/fix-function-name: Fix function name
2017-02-15Merge pull request #1340 from josevalim/jv-erl-expand-records-to-mapsBjörn Gustavsson
Use maps instead of dict in erl_expand_records
2017-02-15Merge pull request #1341 from josevalim/jv-compile-extra-chunksBjörn Gustavsson
Add extra_chunks option to compile OTP-14221
2017-02-15Return correct state in the case of failureKarolis Petrauskas
2017-02-14Merge branch 'sverker/magic-destructor-veto'Sverker Eriksson
* sverker/magic-destructor-veto: erts: Add deallocation veto for magic destructors
2017-02-14erts: Add deallocation veto for magic destructorsSverker Eriksson
A magic destructor can return 0 and thereby take control and prolong the lifetime of a magic binary.
2017-02-14ssh: allow a list of fingerprint algos in silently_accept_hosts optionHans Nilsson
2017-02-14public_key: generate a list of ssh fingerprints on requestHans Nilsson
2017-02-14Merge branch 'maint'Hans Nilsson
2017-02-14Merge branch 'hans/ssh/cuddle_tests' into maintHans Nilsson
2017-02-14erts: Fix round/1 for large floatsSverker Eriksson
1> round(6209607916799025.0). 6209607916799026 Problem: Adding/subtracting 0.5 and large double floats between (1 bsl 52) and (1 bsl 53) does not give reliable results. Solution: Use round() function in math.h.
2017-02-14ssh: new test - try access outside sftp treeHans Nilsson
2017-02-14Fixed typos in system/docAndrew Dryga
2017-02-14Fixed typos in lib/xmerlAndrew Dryga
2017-02-14Fixed typos in lib/wxAndrew Dryga
2017-02-14Fixed typos in lib/stdlibAndrew Dryga
2017-02-14Fixed typos in lib/snmpAndrew Dryga
2017-02-14Fixed typos in lib/sslAndrew Dryga
2017-02-14Fixed typos in lib/sshAndrew Dryga
2017-02-14Fixed typos in PKCS-8.asn1 fileAndrew Dryga
2017-02-14Fixed typos in lib/parsetoolsAndrew Dryga
2017-02-14Fixed typos in lib/orberAndrew Dryga
2017-02-14Fixed typos in lib/mnesiaAndrew Dryga
2017-02-14Fixed typos in lib/megacoAndrew Dryga
2017-02-14Fixed typos in lib/kernelAndrew Dryga
2017-02-14Fixed typos in lib/jinterfaceAndrew Dryga
2017-02-14Fixed typos in lib/inetsAndrew Dryga
2017-02-14Fixed typos in lib/hipeAndrew Dryga
2017-02-14Fixed typos in lib/eunitAndrew Dryga
2017-02-14Fixed typos in lib/erl_interfaceAndrew Dryga
2017-02-14Fixed typos in lib/eldapAndrew Dryga
2017-02-14Fixed typos in lib/edocAndrew Dryga
2017-02-14Fixed typos in lib/diameterAndrew Dryga