Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-27 | stdlib: Add tests for maps:update_with/3,4 | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-09 | Replace "%" with "%%" at the beginning of a line | Björn Gustavsson | |
We want to re-ident the source files after having taken out all ?line macros. When re-indenting using Emacs, it's important that comments that should be at the beginning of a line (or follow the indentation of statements around it) must start with "%%". | |||
2016-03-09 | Modernize use of timetraps | Björn Gustavsson | |
Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test. | |||
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-20 | stdlib: Relax maps test suite for HiPE | Björn-Egil Dahlberg | |
2015-05-19 | stdlib: Test maps:filter/2 | Björn-Egil Dahlberg | |
2015-04-13 | stdlib: Correct maps module exceptions upon errors | Björn-Egil Dahlberg | |
Bad input to maps module function will now yield exceptions: * {badmap,NotMap} or, * badarg | |||
2014-08-26 | stdlib: Test maps:with/2 | Björn-Egil Dahlberg | |
2014-04-15 | Add docs and test for maps:get/3 | Sergey Abramyan | |