Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | Merge branch 'jlouis/stdlib/implement-lists-join/PR-1012/OTP-13523' | Björn Gustavsson | |
* jlouis/stdlib/implement-lists-join/PR-1012/OTP-13523: Implement lists:join/2 | |||
2016-04-09 | Implement lists:join/2 | Jesper Louis Andersen | |
Add a call which works much like string:join/2 but for arbitrary lists. Provide the function itself, lifted from Haskells Data.List standard library, provide documentation and provide tests for the function. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-09 | Remove ?line macros | Björn Gustavsson | |
While we are it, also re-ident the files. | |||
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 | Eliminate 'suite' and 'doc' clauses | Björn Gustavsson | |
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-12-11 | stdlib tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-09-11 | base64_SUITE: Speed up roundtrip/1 | Björn Gustavsson | |
Refactor roundtrip/1 into 4 test cases that can be run in parallel. Assuming that there are 4 cores available, the group of 4 test cases will run at roughly one fourth of the time for the original test case. | |||
2015-09-11 | lists_SUITE: Test lists:concat/2 | Björn Gustavsson | |
2015-09-11 | lists_SUITE: Test lists:split/2 | Björn Gustavsson | |
2015-09-11 | lists_SUITE: Add a test case for lists:prefix/2 | Björn Gustavsson | |
2015-09-11 | lists_SUITE: Add hof/1 to test all high-order functions | Björn Gustavsson | |
2015-09-11 | lists_SUITE: Add test for lists:takewhile/1 | Björn Gustavsson | |
2015-09-11 | lists_SUITE: Run test cases in each group in parallel | Björn Gustavsson | |
On my computer, this will shave off more than one second of the runnning time and about 4 seconds when cover is being run. | |||
2015-09-11 | lists_SUITE: Test lists:keyreplace/4 | Björn Gustavsson | |
2015-09-11 | lists_SUITE: Extend flatten/1 test to also test flatlength/1 | Björn Gustavsson | |
2015-09-11 | lists_SUITE: Correct test of lists:flatten/2 | Björn Gustavsson | |
The test that was supposed to call lists:flatten/2 called lists:flatten/1! | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-10 | Eliminate use of deprecated now/0 for random number generation | Björn Gustavsson | |
Use erlang:timestamp/0 instead now/0 when seeding the random number generator. | |||
2014-01-24 | Added tests for lists:droplast/1 to stdlib/lists_SUITE | Hans Svensson | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-04-30 | Rename and document lists:zf/2 as lists:filtermap/2 | Anthony Ramine | |
This function is used all over the place in OTP itself and people sometimes want that functionality, they may as well not reimplement it themselves. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for stdlib | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |