Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | Update STDLIB documentation | Björn Gustavsson | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. | |||
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 | |
2015-11-04 | [stdlib] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-08 | Delete superfluous comma from `filtermap' example | Andras Horvath | |
The code explaining the behaviour of `filtermap/2` had a syntax error and wouldn't compile | |||
2014-02-07 | Merge 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-24 | Added documentation of lists:droplast/1 | Hans Svensson | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-02 | Merge branch 'maint' | Fredrik Gustafsson | |
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. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2012-03-19 | Merge branch 'maint' | Gustav Simonsson | |
2012-02-22 | Fix a code snippet and two typos in the doc | Ricardo Catalinas Jiménez | |
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder | |
2011-10-17 | Correct the docs | Hans Bolinder | |
2011-05-12 | r | Hans Bolinder | |
Use Erlang specs and types for documentation | |||
2010-09-06 | Fix minor typos in the documentation | Cristian Greco | |
2010-07-26 | Fix minor typos and errors in documentation | Cristian Greco | |
2010-05-12 | OTP-8628 stdlib: correction lists(3) | Hans Bolinder | |
The documentation of lists:keysort/2 states that the sort is stable. | |||
2010-02-05 | OTP-8404: Doc: some corrections and improvements in STDLIB | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |