Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-26 | ic documentation: Support parallel make | Björn Gustavsson | |
2011-09-26 | Merge branch 'dev' into major | Lukas | |
* dev: Add documentation for cth_log_redirect and built-in hooks Correct wrong match from lists:keyfind Update cth_log_redirect to wait for all error_logger events before ending test Force logging to framework log for parallel tests Add ct_log:ct_log funcion Add a hook for redirecting SASL and error_logger messages Add -enable_builtin_hooks <bool> config option Export write_events and add option to return a string | |||
2011-09-26 | Merge branch 'lukas/common_test/system_logs_to_ct_log/OTP-9543' into dev | Lukas | |
* lukas/common_test/system_logs_to_ct_log/OTP-9543: Add documentation for cth_log_redirect and built-in hooks Correct wrong match from lists:keyfind Update cth_log_redirect to wait for all error_logger events before ending test Force logging to framework log for parallel tests Add ct_log:ct_log funcion Add a hook for redirecting SASL and error_logger messages Add -enable_builtin_hooks <bool> config option Export write_events and add option to return a string | |||
2011-09-26 | Update preloaded modules | Björn Gustavsson | |
2011-09-26 | erl_prim_loader: Eliminate dialyzer warning | Björn Gustavsson | |
The concat/1 function is now only used to append lists when constructing filenames. Thus it is too general and the first clause (that handles characters) will never be used. We could just remove the clause that is never used, but then the name 'concat' would be misleading and someone could use misuse it. Therefore, replace concat/1 with the join/2 function that can only be used for joining filename components. | |||
2011-09-26 | Merge branch 'dev' into major | Lars Thorsen | |
* dev: [xmerl] Fix streaming bug in xmerl_scan (Thanks to Simon Cornish) | |||
2011-09-26 | Merge branch 'major' of super:otp into major | Micael Karlberg | |
2011-09-26 | Merge branch 'lars/xmerl/continuation-error/OTP-9457' into dev | Lars Thorsen | |
* lars/xmerl/continuation-error/OTP-9457: [xmerl] Fix streaming bug in xmerl_scan (Thanks to Simon Cornish) | |||
2011-09-26 | [xmerl] Fix streaming bug in xmerl_scan (Thanks to Simon Cornish) | Lars Thorsen | |
2011-09-26 | Merge branch 'dev' into major | Lars Thorsen | |
* dev: [erl_docgen] Fix eix file generation for new function spec references | |||
2011-09-26 | Merge branch 'lars/erl_docgen/fix-eix-files-for-specs/OTP-9562' into dev | Lars Thorsen | |
* lars/erl_docgen/fix-eix-files-for-specs/OTP-9562: [erl_docgen] Fix eix file generation for new function spec references | |||
2011-09-26 | [erl_docgen] Fix eix file generation for new function spec references | Lars Thorsen | |
2011-09-26 | Merge branch 'dev' into major | Lars Thorsen | |
* dev: [erl_docgen] Missing header level in PDF bookmarks menu Fixed version, release notes and appup in prep for release. Fix lost wakeup of scheduler when enqueuing auxiliary work | |||
2011-09-26 | Merge branch 'lars/erl_docgen/pdf-menu/OTP-9576' into dev | Lars Thorsen | |
* lars/erl_docgen/pdf-menu/OTP-9576: [erl_docgen] Missing header level in PDF bookmarks menu | |||
2011-09-26 | [erl_docgen] Missing header level in PDF bookmarks menu | Lars Thorsen | |
The System documentation PDF file was missing a header level in the bookmarks menu and the copyright year generation for PDF's was not correct. | |||
2011-09-26 | Improve the generation of man pages | Hans Bolinder | |
Empty lines have been eliminated. Spurious spacing has been corrected. | |||
2011-09-26 | Correct XML files | Hans Bolinder | |
2011-09-25 | bumped revision | Richard Carlsson | |
2011-09-25 | removed some never-matching clauses reported by dialyzer | Richard Carlsson | |
2011-09-25 | Fix macro expansion in comments following Erlang types | Hans Bolinder | |
Macros in comments following Erlang types were not expanded. An example: -type t() :: integer(). %% This type is used in {@link foo/0}. The link to foo/0 was not created. | |||
2011-09-25 | URI-escape bytes as two hex digits always (reported by Alfonso De Gregorio) | Richard Carlsson | |
2011-09-25 | updated author e-mail | Richard Carlsson | |
2011-09-25 | recognize some more URI schemas in wiki text, in particular https | Richard Carlsson | |
2011-09-25 | removed some never-matching clauses reported by dialyzer | Richard Carlsson | |
2011-09-25 | updated author e-mails and homepages | Richard Carlsson | |
2011-09-25 | removed cvs keywords from files | Richard Carlsson | |
2011-09-25 | removed files that should not be checked in | Richard Carlsson | |
2011-09-24 | Merge branch 'rickard/aux-work-bug/OTP-9567' into dev | Rickard Green | |
* rickard/aux-work-bug/OTP-9567: Fix lost wakeup of scheduler when enqueuing auxiliary work | |||
2011-09-23 | Change static link test of ssl to dynamic | Björn-Egil Dahlberg | |
Only used for commercial builds | |||
2011-09-23 | Remove static ssl linking in crypto for otp_build | Björn-Egil Dahlberg | |
2011-09-23 | Update vsn.mk for common_test and test_server | Peter Andersson | |
2011-09-23 | Enhance logging performance | Peter Andersson | |
OTP-9575 | |||
2011-09-23 | Merge branch 'dev' into major | Micael Karlberg | |
2011-09-23 | Merge branch 'bmk/megaco/fix_version_and_notes/OTP-9550' into dev | Micael Karlberg | |
2011-09-23 | Merge branch 'dev' into major | Micael Karlberg | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpc_cookie_SUITE.erl lib/inets/vsn.mk | |||
2011-09-23 | Merge branch 'egil/fix-ei-cover-case' into dev | Björn-Egil Dahlberg | |
* egil/fix-ei-cover-case: ei: Add gcc link flags to port_call_SUITE Change static link test of ssl to dynamic Remove static ssl linking in crypto for otp_build | |||
2011-09-23 | Merge branch 'dev' of super:otp into bmk/megaco/fix_version_and_notes/OTP-9550 | Micael Karlberg | |
2011-09-23 | [httpc] Parsing of a cookie expire date should be more forgiving. | Micael Karlberg | |
That is, if the parsing fails, the date should be ignored. Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT". OTP-9433 [httpc] Rewrote cookie parsing. Among other things solving cookie processing from www.expedia.com. OTP-9434 [httpd] Fix httpd directory traversal on Windows. Directory traversal was possible on Windows where backward slash is used as directory separator. Andr�s Veres-Szentkir�lyi. OTP-9561 Merge branch 'bmk/inets/inets571_integration' into dev | |||
2011-09-23 | [compiler] Used wrong variable name (for warnings-as-errors variable), | Micael Karlberg | |
which caused the compiler to crash when using the snmpc (e)script. Also added the option --Werror for the SNMP MIB compiler (escript) frontend (to mimic erlc), which specifies whether warnings should be treated as errors. OTP-9447 [agent] Some very minor debugging improvements. OTP-9446 Merge branch 'bmk/snmp/snmp4211_integration' into dev | |||
2011-09-23 | Merge branch 'dev' of super:otp into bmk/megaco/fix_version_and_notes/OTP-9550 | Micael Karlberg | |
2011-09-23 | Fixed version, release notes and appup in prep for release. | Micael Karlberg | |
2011-09-23 | Change order of include files | Peter Andersson | |
2011-09-23 | Add link to last executed test suite on index page | Peter Andersson | |
OTP-9520 | |||
2011-09-23 | Fix problem with location value when init config func calls help func | Peter Andersson | |
2011-09-23 | Fix crash when CTHook init fails | Peter Andersson | |
2011-09-23 | Correct error in test suite | Peter Andersson | |
2011-09-23 | Fix error with incorrect notification after end_per_testcase craches | Peter Andersson | |
2011-09-23 | Fix problem with error message not being printed correctly | Peter Andersson | |
2011-09-23 | Add cases to check test case status versus end_per_testcase failure | Peter Andersson | |
2011-09-23 | Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out | Peter Andersson | |
OTP-9397 |