Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-28 | Fix cover's HTML-generation logic to escape ampersands in source code | Tom Moertel | |
When cover generates HTML files and embeds source code within them, it does not escape ampersands in the source code. These bare ampersands get misinterpreted by web browsers as HTML character-entity references; as a result, source code containing ampersands renders improperly. This small patch fixes the problem by causing bare ampersands to be escaped into as "&" character-entity references. | |||
2010-03-02 | OTP-8469 tools: race in Cover | Hans Bolinder | |
A race condition affecting Cover has been removed. | |||
2009-12-14 | OTP-8340 A bug concerning bit comprehensions has been fixed in Cover. The | Hans Bolinder | |
bug was introduced in R13B03. (Thanks to Matthew Sackman.) | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |