aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/lists.erl
AgeCommit message (Expand)Author
2018-03-09stdlib: Add function lists:search/2Hans Bolinder
2016-04-09Implement lists:join/2Jesper Louis Andersen
2016-02-17stdlib: Add suppression of Dialyzer warningsHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2014-01-24stdlib/lists: Add function droplast/1Hans Svensson
2013-09-12Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-04-30Rename and document lists:zf/2 as lists:filtermap/2Anthony Ramine
2012-08-17Remove support for tuple funsBjörn Gustavsson
2012-02-07Correct docs, comments and dialyzer testsPatrik Nyblom
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-10-17Correct the docsHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-10-26lists: Strengthen and modernize specsKostis Sagonas
2010-09-24Correct erroneous specs; strengthen some othersKostis Sagonas
2010-06-02Remove (harmless) warnings about min/max in core applicationsPatrik Nyblom
2010-04-19Merge branch 'bg/deprecations' into devErlang/OTP
2010-04-08Remove deprecated lists:flat_length/1Björn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP