Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-19 | stdlib: Use lc to implement maps:map/2 | Björn-Egil Dahlberg | |
2015-05-18 | stdlib: Add maps:filter/2 | Björn-Egil Dahlberg | |
2015-04-13 | stdlib: Correct maps module exceptions upon errors | Björn-Egil Dahlberg | |
Bad input to maps module function will now yield exceptions: * {badmap,NotMap} or, * badarg | |||
2014-08-26 | Merge branch 'kittee/maps_only' into maint | Marcus Arendt | |
* kittee/maps_only: maps:only/2 -> maps:with/2 add maps:only/2 | |||
2014-07-10 | maps:only/2 -> maps:with/2 | Igor Savchuk | |
2014-07-07 | add maps:only/2 | Igor Savchuk | |
2014-07-01 | documentation: maps:values() returns list of keys | lharc | |
probably a copy&paste error from maps:keys() | |||
2014-04-12 | Add default value for maps:get | Sergey Abramyan | |
2014-03-28 | Take out no_native compiler attribute | Kostis Sagonas | |
2014-03-06 | stdlib: Fix maps:from_list/1 spec. | Björn-Egil Dahlberg | |
2014-01-31 | Allow making the system with --enable-native-libs | Kostis Sagonas | |
The HiPE compiler crashes when trying to compile these files because it does not currently support maps. So, add a -compile(no_native) attribute to these files to allow the system to be made even when configured with --enable-native-libs. This is a temporary fix and will be removed when the HiPE compiler gets proper support for maps. | |||
2014-01-29 | stdlib: Make maps:fold/3 order-independent | Björn-Egil Dahlberg | |
This means replacing maps:foldl/3 and maps:foldr/3 with maps:fold/3. | |||
2014-01-28 | stdlib: Strengthen Map module with guards | Björn-Egil Dahlberg | |
This commit requires Map enabled bootstrap compiler. | |||
2014-01-28 | stdlib: Remove bogus map() type | Björn-Egil Dahlberg | |
2014-01-28 | erts,stdlib: Change map module name to maps | Björn-Egil Dahlberg | |
Name conforms to EEP. |