Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-18 | int_SUITE: Fix interpretable/1 on cross-compiled platforms | Björn Gustavsson | |
c7e82c6b406b teached the debugger to use the 'source' key in Mod:module_info/1 to help locate the source code corresponding to a BEAM file. The new test that was added at the same time will fail if the test suites were cross-compiled on another computer (i.e., the 'source' key would not point to the source file on the target computer). Avoid the problem by letting int_SUITE:init_per_suite/1 compile the BEAM files. That will ensure that 'source' keys points to the actual source file. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-22 | fix errors caused by changed line numbers | Bruce Yinhe | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text ↵ | Pierre Fenoll | |
files as delimiters. While working on a tool that processes Erlang code and testing it against this repo, I found out about those little sneaky 0xff. I thought it may be of help to other people build such tools to remove non-conforming-to-standard characters. | |||
2010-09-03 | Add test suite for debugger | Björn Gustavsson | |