Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-09 | Fix remaining issues in source code parser | Peter Andersson | |
2015-05-08 | Update version numbers and app dependencies | Peter Andersson | |
2015-05-08 | Merge branch 'rickard/time-improvement/OTP-11997' | Rickard Green | |
* rickard/time-improvement/OTP-11997: Allow execution of estone suite on pre OTP-18 systems Add parallel time monotonicity test-case Replace usage of erlang:now() in line-tracing Replace erlang:now() usage in emulator suite Replace erlang:now() usage in system suite Misc time improvements | |||
2015-05-08 | Merge branch 'ia/public_key/improve_docs' | Ingela Anderton Andin | |
* ia/public_key/improve_docs: public_key: Add clarifications public_key: Align types with removal of legacy ASN.1 flags public_key: Align to alphabetical order public_key: Correct application names and typos public_key: Change structure to what editor intended Editorial changes | |||
2015-05-08 | ssh: Check e and f parameters in kexdh | Hans Nilsson | |
rfc 4253 says in section 8 that: "Values of 'e' or 'f' that are not in the range [1, p-1] MUST NOT be sent or accepted by either side. If this condition is violated, the key exchange fails." This commit implements the reception check. | |||
2015-05-08 | Update runtime depencies for the compiler application | Björn Gustavsson | |
2015-05-08 | Merge branch 'bjorn/asn1/doc' | Björn Gustavsson | |
* bjorn/asn1/doc: asn1_spec: Correct obsolete details about compiler options Update asn1 documentation | |||
2015-05-08 | Merge branch 'richcarl/md5-fixes' | Björn Gustavsson | |
* richcarl/md5-fixes: Set module_info md5 for native modules properly Add module_info entry for native code Gracefully handle empty md5 field in module_info Remove 'imports' key from spec of get_module_info() | |||
2015-05-08 | digraph: export label type | David Kubecka | |
Together with vertex and edge, label is a core type of digraph module according to documentation and therefore should be exported as well. | |||
2015-05-08 | Fixed a typo in Maps doc | Bruce Yinhe | |
2015-05-08 | Merge branch 'horvand/filtermap-doc-comma-fix' | Zandra Hird | |
* horvand/filtermap-doc-comma-fix: Delete superfluous comma from `filtermap' example | |||
2015-05-08 | Delete superfluous comma from `filtermap' example | Andras Horvath | |
The code explaining the behaviour of `filtermap/2` had a syntax error and wouldn't compile | |||
2015-05-08 | typer: Properly extract annotations | Hans Bolinder | |
The addition of the erl_anno module, OTP-12195, also modified v3_core so that functions with line number zero are regarded as compiler generated. | |||
2015-05-08 | Add mention of ?assertNotMatch and ?assertNotEqual | Derek Brown | |
These two macros are defined in eunit.hrl, but are missing in this documentation. | |||
2015-05-08 | Fix a typo | Michael Klishin | |
2015-05-08 | Merge branch 'fishcakez/ct_test_dirs' | Zandra Hird | |
* fishcakez/ct_test_dirs: Fix parsing list of one test directory in ct:run_test/1 | |||
2015-05-08 | Merge branch 'nox/test_server-lines' | Zandra Hird | |
* nox/test_server-lines: Undocument the line macro in test_server | |||
2015-05-08 | Merge branch 'aronisstav/dialyzer-inv-mult' | Zandra Hird | |
* aronisstav/dialyzer-inv-mult: Fix a bug related to constraints generated for erlang:'*'/2 OTP-12725 | |||
2015-05-08 | dialyzer: document the type identifier() | Hans Bolinder | |
2015-05-08 | [orber, cos*] Remove usage of erlang:now() in test suites | Lars Thorsen | |
2015-05-08 | [orber] Use rand instead of random | Lars Thorsen | |
2015-05-08 | [orber, cos*] Bump versions and update dependencies in app file | Lars Thorsen | |
2015-05-08 | [orber, cos*] Remove usage of erlang:now() | Lars Thorsen | |
2015-05-08 | Merge branch 'bjorn/stdlib/fix-filename-split/OTP-12716' | Björn Gustavsson | |
* bjorn/stdlib/fix-filename-split/OTP-12716: Correct filename:split(<<"">>) | |||
2015-05-08 | Merge branch 'bjorn/kernel/code-loading' | Björn Gustavsson | |
* bjorn/kernel/code-loading: code: Make load_native_code_for_all_loaded/0 comply to spec | |||
2015-05-08 | Merge branch 'nox/compiler/parse_transform-undef/OTP-12723' | Björn Gustavsson | |
* nox/compiler/parse_transform-undef/OTP-12723: Properly report unknown parse transforms | |||
2015-05-08 | asn1_spec: Correct obsolete details about compiler options | Björn Gustavsson | |
There is now only one BER back-end, and there is no 'optimize' option. | |||
2015-05-08 | Update asn1 documentation | xsipewe | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson. | |||
2015-05-08 | Merge branch 'dgud/stdlib/rand/OTP-12586' | Dan Gudmundsson | |
* dgud/stdlib/rand/OTP-12586: stdlib: Document and add normal distributed random value function stdlib: Add new random functionality/module | |||
2015-05-08 | [erl_docgen] Add the extra front page info to pdf | Lars Thorsen | |
2015-05-08 | [erl_docgen] Update style for extra front page info | Lars Thorsen | |
2015-05-08 | [erl_docgen] Add possibility to add extra ino line on front page | Lars Thorsen | |
2015-05-08 | [xmerl] Fix compiler warnings | Lars Thorsen | |
2015-05-07 | eldap: update vsn.mk to 1.2 | Hans Nilsson | |
2015-05-07 | Merge branch 'egil/fix-ts_install-hook' | Björn-Egil Dahlberg | |
* egil/fix-ts_install-hook: test_server: Fix install_hook | |||
2015-05-07 | public_key: Add clarifications | Ingela Anderton Andin | |
2015-05-07 | public_key: Align types with removal of legacy ASN.1 flags | Ingela Anderton Andin | |
2015-05-07 | public_key: Align to alphabetical order | Ingela Anderton Andin | |
2015-05-07 | public_key: Correct application names and typos | Ingela Anderton Andin | |
2015-05-07 | public_key: Change structure to what editor intended | Ingela Anderton Andin | |
2015-05-07 | code: Make load_native_code_for_all_loaded/0 comply to spec | Björn Gustavsson | |
7309ff4c38325 introduced a mismatch between load_native_code_for_all_loaded/0 and its spec. We could just delete spec, but it is cleaner to ensure that the function always returns 'ok'. Noticed-by: Tuncer Ayaz | |||
2015-05-07 | Editorial changes | tmanevik | |
2015-05-07 | Set module_info md5 for native modules properly | Richard Carlsson | |
Use the md5 of the native code chunk instead of the Beam code md5. | |||
2015-05-07 | Add module_info entry for native code | Richard Carlsson | |
2015-05-07 | stdlib: Strengthen ETS Maps tests | Björn-Egil Dahlberg | |
Ensure db_has_variable is tested for large Maps as well. | |||
2015-05-07 | asn1: Remove increasingly obsolete comment in vsn.mk | Björn Gustavsson | |
2015-05-07 | stdlib: Strengthen ETS Maps tests | Björn-Egil Dahlberg | |
Strengthen tests of large Maps in ETS. | |||
2015-05-07 | stdlib: Strengthen ETS Maps tests | Björn-Egil Dahlberg | |
The additional tests in match_object focus on ordered sets. | |||
2015-05-07 | stdlib: Refactor away ?line macro | Björn-Egil Dahlberg | |
2015-05-07 | Merge branch 'ia/ssh/extra-logout' | Ingela Anderton Andin | |
* ia/ssh/extra-logout: ssh: Hadle shell that sends two logout messages |