Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-13 | Fix problem not recognizing 'macro' tuple from epp_dodger | Peter Andersson | |
OTP-12740 | |||
2015-05-13 | Fix failing test case and handling double functions on one line | Peter Andersson | |
2015-05-09 | Fix remaining issues in source code parser | Peter Andersson | |
2015-05-06 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/src/erl2html2.erl | |||
2015-05-04 | Fix problem with line number not always showing in log | Peter Andersson | |
OTP-12697 | |||
2015-04-30 | test_server: Use module erl_anno | Hans Bolinder | |
2015-01-22 | Add valid include path to epp in erl2html2 and fix crashing code | Peter Andersson | |
2014-10-22 | Make sure code links are generated even if undefined macros exist | Peter Andersson | |
OTP-11766 | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-04-17 | Encode Erlang source files with non-ascii characters in UTF-8 | Björn Gustavsson | |
To ensure that 'master' compiles when we merge 'maint' to it, regardless of which encoding is default in 'master', all source files with non-ascii characters *must* have the encoding specified. | |||
2013-03-04 | [test_server] Fix encoding of HTML file references to work on windows | Siri Hansen | |
The URI encoding when in unicode file name mode did not preserve @, : and /, and thus some links were did not work on windows (think c:/). This has been corrected. | |||
2013-01-25 | [test_server] Write link target with correct encoding in erl2html2 | Siri Hansen | |
If the encoding of the source file was utf-8, then the link target could be faulty encoded in the resulting HTML file. This has been corrected. | |||
2013-01-02 | [test_server] Add Unicode support to module listing | Hans Bolinder | |
Code written by Siri Hansen. | |||
2012-11-20 | [test_server] Minimize memory usage in erl2html2:convert/[2,3] | Siri Hansen | |
Reading form by form and line by line, instead of reading the complete file in one go. | |||
2012-11-19 | [test_server] Fix erl2html2.erl to handle badly indented files | Siri Hansen | |
Line numbering of erlang files that were not correctly indented could be wrong after coverting to html with erl2html2:convert/[2,3]. This has been corrected. This commit also fixes the following: * There are now link targets for each line and not only for each 10th line - meaning that links from test logs are now to the exact line, and not to the last number for which N rem 10 == 0. * there will only be one link target per function, i.e. the faulty link targets for function clauses are removed. * link targets for function now includes the arity (e.g. func/1 has a link target "func-1") And some tests are added. | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-18 | Make absolute paths in log files relative | Peter Andersson | |
2011-11-13 | Add CSS stylesheet for the text and tables in Common Test and Test Server | Peter Andersson | |
Also make general improvements of presentation of results. OTP-9706 | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |