Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2016-12-19 | Add take/2 to all dictionary modules | Björn Gustavsson | |
Similar to maps:take/2, add take/2 to the other dictionary modules in STDLIB: orddict:take(Key, Dict) -> {Val,NewDict} | 'error'. dict:take(Key, Dict) -> {Val,NewDict} | 'error'. gb_trees:take(Key, Dict) -> {Val,NewDict}. For gb_trees also add: gb_trees:take_any(Key, Dict) -> {Val,NewDict} | 'error'. gb_trees already has delete() and delete_any(), so we will follow that design pattern. Suggested by Boris Bochkaryov in https://github.com/erlang/otp/pull/1209. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-18 | stdlib: Add gb_trees:iterator_from | beaver | |
2013-09-13 | Add dict:is_empty/1 and orddict:is_empty/1 | Magnus Henoch | |
dict:size/1 runs in constant time, but orddict:size/1 does not. With this change, the two modules stay API compatible and gain a constant-time function for checking whether a dictionary is empty. | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-08 | dict_SUITE: Eliminate use of parameterized modules | Björn Gustavsson | |
Since the support for parameterized modules will be removed in R16, we should not use them in test cases. | |||
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |