Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-29 | Merge branch 'tv/edoc-loop-fix' into dev | Henrik Nord | |
* tv/edoc-loop-fix: Fix infinite loop for malformed edoc input OTP-9165 | |||
2011-03-07 | Add encoding when parsing Wiki text | Hans Bolinder | |
EDoc used to fail on strings such as "���". Thanks to Richard Carlsson. | |||
2011-02-01 | Fix infinite loop for malformed edoc input | Taylor Venable | |
When processing an edoc comment with ``` in it, if the comment ends without a matching ''' then an infinite loop occurs in the function edoc_wiki:strip_empty_lines/2. This change fixes that by adding a clause to return from the function upon the end of the comment input. This allows an error to be thrown to indicate the problem, which is the same behaviour as leaving either `` or ` unmatched. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |