Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-09-17 | test ets doc updatesverker-ets-patch-1 | Sverker Eriksson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-04 | erts,stdlib: Improve docs about obsolete ets_limit | Sverker Eriksson | |
2018-02-22 | Clarify the named_table option to ets:new/2 | John Högberg | |
2018-02-22 | Add ets:whereis/1 for resolving table names -> tid() | John Högberg | |
2018-01-29 | Merge branch 'maint' | Sverker Eriksson | |
2018-01-23 | stdlib: Indent example code | Sverker Eriksson | |
2018-01-23 | stdlib: Fix spec for match_spec_run/2 | Sverker Eriksson | |
Matching can be done on any terms. | |||
2017-11-29 | Minor grammar tweak in ETS documentation | Isaac Whitfield | |
2017-09-28 | Fix grammar in ets:foldl/3 and ets:foldr/3 docs | Ayanda Dube | |
2017-08-25 | Changes confusing example of a bad guard in ets:fun2ms | Sasan Hezarkhani | |
2017-06-14 | Update documentation of ERL_MAX_ETS_TABLES | Rickard Green | |
2017-05-10 | Merge branch 'sverker/ets-select-replace-const' | Sverker Eriksson | |
* sverker/ets-select-replace-const: stdlib: Add examples for ets:select_replace docs erts: Fix ets:select_replace with {const, NewTuple} | |||
2017-05-10 | stdlib: Add examples for ets:select_replace docs | Sverker Eriksson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-23 | ets: Polish select_replace/2 documentation | Guilherme Andrade | |
2017-03-22 | Reject unsafe matchspecs on ets:select_replace/2 | Guilherme Andrade | |
Preemptively fail operation with badarg if the replacement object might have a different key. | |||
2017-03-22 | Disable ets:select_replace/2 for bags | Guilherme Andrade | |
The existing implementation presented both semantic inconsistencies and performance issues. | |||
2017-03-22 | ETS: Allow for matchspec-based replacement | Guilherme Andrade | |
2017-01-11 | ets: Remove superfluous reference to R11B | Björn Gustavsson | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-08-27 | Fix typo: specificationc -> specification | Philip Arndt | |
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-05-20 | Fix spelling of "atomicity" in ets.xml | Magnus Henoch | |
2016-05-18 | Merge branch 'hasse/erl_docgen/datatype_anchors/OTP-13600/ERL-141' | Hans Bolinder | |
* hasse/erl_docgen/datatype_anchors/OTP-13600/ERL-141: kernel: Remove no longer needed anchors in documentation stdlib: Remove no longer needed anchors in documentation erts: Remove no longer needed anchors in documentation erl_docgen: Add anchors to datatypes without name attribute | |||
2016-05-17 | stdlib: Remove no longer needed anchors in documentation | Hans Bolinder | |
2016-05-12 | stdlib: Add link to match spec user guide | Sverker Eriksson | |
from ets docs. | |||
2016-04-15 | erts: Document erlang:match_spec_test/3 | Lukas Larsson | |
OTP-13501 | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-01-20 | Introduce time warp safe replacement for safe_fixed option | Rickard Green | |
The new time warp safe option is safe_fixed_monotonic_time which gives erlang:monotonic_time(). The safe_fixed option was also slightly changed. It now gives erlang:timestamp() instead of erlang:now(). This has however not been documented, so it is considered a compatible change. The above effects both ets, and dets. This commit also include the bugfix OTP-13239 for dets:info(Tab, safe_fixed). The timestamp in the result returned by dets:info(Tab, safe_fixed) was unintentionally broken as a result of the time API rewrites in OTP 18.0. | |||
2015-11-04 | [stdlib] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-10-13 | Fixed typo in ets documentation | Riccardo | |
2015-07-14 | Fix function reference (no first/2 in ets) | Attila Gulyas | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-21 | Merge branch 'sverk/ets-tab2file-syn/OTP-12737' | Sverker Eriksson | |
* sverk/ets-tab2file-syn/OTP-12737: stdlib: Add 'sync' option to ets:tab2file/3 | |||
2015-05-13 | stdlib: Add 'sync' option to ets:tab2file/3 | Sverker Eriksson | |
to improve the chance of some real disk persistence before tab2file returns. | |||
2015-03-12 | Create new BIF ets:update_counter/4 | Anthony Ramine | |
Conflicts: erts/emulator/beam/bif.tab lib/stdlib/src/ets.erl | |||
2014-12-19 | Merge branch 'lukas/erts/crashdump_improvements/OTP-12377' | Lukas Larsson | |
* lukas/erts/crashdump_improvements/OTP-12377: erts: Make main thread safe from pipe closed event erts: Improve crash dumps erts: Rename sys_sigset to sys_signal erts: Introduce thread suspend functions erts: Remove usage of QUANTIFY signal erts: Add support for thread names ets: Increase data available in crash dumps and ets:info erts: Start compilation of beam_emu earlier | |||
2014-12-19 | ets: Increase data available in crash dumps and ets:info | Lukas Larsson | |
OTP-12376 | |||
2014-05-30 | Implement ets:take/2 | Anthony Ramine | |
This new ETS BIF returns and deletes objects from tables. | |||
2014-02-19 | erts: Fix race bug in ets:all/0 | Sverker Eriksson | |
causing recently created/deleted tables to not be included/excluded. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | erts,stdlib: Increase number of locks for write_concurrency | Sverker Eriksson | |
2012-09-27 | Refine a few opaque types | 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 | |