Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |