aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/ets.xml
AgeCommit message (Expand)Author
2019-03-11stdlib: Clarify docs for ets:info(_, safe_fixed)Sverker Eriksson
2019-02-22Merge branch 'maint'Björn Gustavsson
2019-02-22Clarify the atomic guarantees for ets:update_counter()Björn Gustavsson
2019-02-15Merge branch 'maint'Sverker Eriksson
2019-02-08stdlib: Add ETS docs about partially bound key traversalSverker Eriksson
2019-01-24stdlib: Add ets doc note about subtle iteration odditiesSverker Eriksson
2019-01-24Merge branch 'maint'Sverker Eriksson
2019-01-24stdlib: Clarify ets docs about table iterationsSverker Eriksson
2018-12-13Merge branch 'maint'Sverker Eriksson
2018-12-12Add empty 'since' attribute for old modules and functionsSverker Eriksson
2018-12-11Add "since" attributes in xml for new functions and modulesSverker Eriksson
2018-10-23erts: Implement ets:info(T, stats) for catreesSverker Eriksson
2018-10-23stdlib: Remove doc note about multi key performance limitSverker Eriksson
2018-09-21Merge PR-1952 from kjellwinblad/ca_tree_pull_requestSverker Eriksson
2018-09-17test ets doc updatesverker-ets-patch-1Sverker Eriksson
2018-09-13stdlib: Update ets docs for write_concurrency and ordered_setSverker Eriksson
2018-06-18Update copyright yearHenrik Nord
2018-06-04erts,stdlib: Improve docs about obsolete ets_limitSverker Eriksson
2018-02-22Clarify the named_table option to ets:new/2John Högberg
2018-02-22Add ets:whereis/1 for resolving table names -> tid()John Högberg
2018-01-29Merge branch 'maint'Sverker Eriksson
2018-01-23stdlib: Indent example codeSverker Eriksson
2018-01-23stdlib: Fix spec for match_spec_run/2Sverker Eriksson
2017-11-29Minor grammar tweak in ETS documentationIsaac Whitfield
2017-09-28Fix grammar in ets:foldl/3 and ets:foldr/3 docsAyanda Dube
2017-08-25Changes confusing example of a bad guard in ets:fun2msSasan Hezarkhani
2017-06-14Update documentation of ERL_MAX_ETS_TABLESRickard Green
2017-05-10Merge branch 'sverker/ets-select-replace-const'Sverker Eriksson
2017-05-10stdlib: Add examples for ets:select_replace docsSverker Eriksson
2017-05-04Update copyright yearRaimo Niskanen
2017-03-23ets: Polish select_replace/2 documentationGuilherme Andrade
2017-03-22Reject unsafe matchspecs on ets:select_replace/2Guilherme Andrade
2017-03-22Disable ets:select_replace/2 for bagsGuilherme Andrade
2017-03-22ETS: Allow for matchspec-based replacementGuilherme Andrade
2017-01-11ets: Remove superfluous reference to R11BBjörn Gustavsson
2016-09-01doc: Correct errors introduced by Editorial changesHans Bolinder
2016-08-27Fix typo: specificationc -> specificationPhilip Arndt
2016-06-13Update STDLIB documentationBjörn Gustavsson
2016-05-20Fix spelling of "atomicity" in ets.xmlMagnus Henoch
2016-05-18Merge branch 'hasse/erl_docgen/datatype_anchors/OTP-13600/ERL-141'Hans Bolinder
2016-05-17stdlib: Remove no longer needed anchors in documentationHans Bolinder
2016-05-12stdlib: Add link to match spec user guideSverker Eriksson
2016-04-15erts: Document erlang:match_spec_test/3Lukas Larsson
2016-03-15update copyright-yearHenrik Nord
2016-01-20Introduce time warp safe replacement for safe_fixed optionRickard Green
2015-11-04[stdlib] Correct documentationHans Bolinder
2015-10-13Fixed typo in ets documentationRiccardo
2015-07-14Fix function reference (no first/2 in ets)Attila Gulyas
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-21Merge branch 'sverk/ets-tab2file-syn/OTP-12737'Sverker Eriksson