aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/dets.erl
AgeCommit message (Expand)Author
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-20Replace usage of erlang:now() with usage of new APIRickard Green
2014-10-23Fix rare race condition in DetsHans Bolinder
2014-06-30stdlib: Correct documentation of dets:insert/2Hans Bolinder
2014-03-05stdlib: Fix a Dets bug where files were deletedHans Bolinder
2014-03-05stdlib: Fix a Dets bug with leaking file descriptorsHans Bolinder
2013-08-21Merge branch 'maint'Hans Bolinder
2013-08-19Fix a Dets bug concerning traversal of tablesHans Bolinder
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-04-05Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin
2013-03-18Adjust dets.erl to cope with an evil test caseHans Bolinder
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2012-10-05Fix Dialyzer warningsHans Bolinder
2012-08-21Optimize traversal of Dets tables with bound keyHans Bolinder
2011-10-17Fix a bug in Dets concerning repair of almost full tablesHans Bolinder
2011-10-10Fix a minor bug in DetsHans Bolinder
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-05-13Merge branch 'hb/stdlib/dets_tablenames/OTP-9282' into devHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-05-11Allow Dets tablenames to be arbitrary termsHans Bolinder
2010-10-21Merge branch 'hb/stdlib/dets_chunk_match/OTP-8903' into devHans Bolinder
2010-10-21Fix a bug concerning bchunk(), match() and select()Hans Bolinder
2010-10-21Merge branch 'hb/stdlib/dets_stream_op/OTP-8899' into devHans Bolinder
2010-10-21Fix a bug that could cause 'bad_object' errorsHans Bolinder
2010-10-21Fix a bug concerning truncated Dets filesHans Bolinder
2010-06-04Merge branch 'ks/dialyzer' into devErlang/OTP
2010-06-03stdlib: Add declarations for exported typesKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP