aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/ets.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-05-08erts: Make atomic ets:delete_all_objects yieldSverker Eriksson
2018-02-22Add ets:whereis/1 for resolving table names -> tid()John Högberg
2018-02-06stdlib: Do not call erlang:get_stacktrace()Hans Bolinder
2018-01-29Merge branch 'maint'Sverker Eriksson
2018-01-23stdlib: Fix spec for match_spec_run/2Sverker Eriksson
2017-10-17Merge branch 'maint'Hans Bolinder
2017-10-03stdlib: Make ets:i/1 exit cleaner upon ^D (old Erlang shell)Hans Bolinder
2017-09-15Merge branch 'siri/string-new-api'Siri Hansen
2017-09-05stdlib: use 'unicode' option for regexp in etsSiri Hansen
2017-07-06stdlib: Do not use deprecated functions in string(3)Hans Bolinder
2017-05-04Update copyright yearRaimo Niskanen
2017-04-25Fix typespec of the opaque type tid() of the ETS moduleRickard Green
2017-03-22ETS: Allow for matchspec-based replacementGuilherme Andrade
2017-03-02Implement ets:all() using scheduler specific dataRickard Green
2017-02-06Use magic refs for compiled match specsRickard Green
2016-07-04Fix return value spec for ets:match_objectILYA Khlopotov
2016-03-15update copyright-yearHenrik Nord
2016-01-20Introduce time warp safe replacement for safe_fixed optionRickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-15stdlib: Make ets:file2tab preserve read/write_concurrencySverker Eriksson
2015-05-21Merge branch 'sverk/ets-tab2file-syn/OTP-12737'Sverker Eriksson
2015-05-13stdlib: Add 'sync' option to ets:tab2file/3Sverker Eriksson
2015-03-16Merge branch 'nox/ets-update_counter-4'Zandra Hird
2015-03-12Create new BIF ets:update_counter/4Anthony Ramine
2015-03-10Merge branch 'maint'Zandra Hird
2015-01-26Support binary standard input in ets:i/1José Valim
2014-12-19Merge branch 'lukas/erts/crashdump_improvements/OTP-12377'Lukas Larsson
2014-12-19ets: Increase data available in crash dumps and ets:infoLukas Larsson
2014-05-30Implement ets:take/2Anthony Ramine
2014-02-23Deprecate pre-defined built-in typesHans Bolinder
2013-12-12Support named funs in the shellAnthony Ramine
2013-05-06Fix a minor bug in ets:tabfile_info() and ets:file2tab()Hans Bolinder
2013-05-06Fix unmatched_return warnings in stdlibSiri Hansen
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2012-10-08Merge branch 'jn/ets-match-pattern-export-type'Henrik Nord
2012-09-27Refine a few opaque typesHans Bolinder
2012-09-23Export ets:match_pattern/0 typeJoseph Wayne Norton
2012-02-07Correct docs, comments and dialyzer testsPatrik Nyblom
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-11-22ETS 'compressed' option.Sverker Eriksson
2010-06-07Remove tid() from the predefined builtin types.Kostis Sagonas
2010-06-03stdlib: Add declarations for exported typesKostis Sagonas
2010-04-30Fix mispelled type name in spec for ets:to_dets/2Björn Gustavsson
2010-04-14Fix spec for ets:to_dets/2Kostis Sagonas
2010-04-14Merge branch 'ks/stdlib' into devErlang/OTP
2010-04-13ets: Cleanup as suggested by tidierKostis Sagonas