aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/lists.xml
AgeCommit message (Collapse)Author
2015-05-08Delete superfluous comma from `filtermap' exampleAndras Horvath
The code explaining the behaviour of `filtermap/2` had a syntax error and wouldn't compile
2014-02-07Merge branch 'hsv/add_droplast_to_lists'Henrik Nord
* hsv/add_droplast_to_lists: Added documentation of lists:droplast/1 Added tests for lists:droplast/1 to stdlib/lists_SUITE stdlib/lists: Add function droplast/1 This functions drops the last element of a non-empty list.
2014-01-24Added documentation of lists:droplast/1Hans Svensson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-02Merge branch 'maint'Fredrik Gustafsson
2013-04-30Rename and document lists:zf/2 as lists:filtermap/2Anthony 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.
2013-04-19Convert XML files to UTF-8Hans Bolinder
2012-03-19Merge branch 'maint'Gustav Simonsson
2012-02-22Fix a code snippet and two typos in the docRicardo Catalinas Jiménez
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-10-17Correct the docsHans Bolinder
2011-05-12rHans Bolinder
Use Erlang specs and types for documentation
2010-09-06Fix minor typos in the documentationCristian Greco
2010-07-26Fix minor typos and errors in documentationCristian Greco
2010-05-12OTP-8628 stdlib: correction lists(3)Hans Bolinder
The documentation of lists:keysort/2 states that the sort is stable.
2010-02-05OTP-8404: Doc: some corrections and improvements in STDLIBBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP