Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change license text to APLv2 | Bruce Yinhe | 2015-06-18 | 1 | -10/+11 |
* | Optimized timer implementation | Rickard Green | 2015-05-08 | 1 | -5/+9 |
* | Merge branch 'rickard/time_api/OTP-11997' | Rickard Green | 2015-03-20 | 1 | -5/+20 |
|\ | |||||
| * | Erlang based BIF timer implementation for scalability | Rickard Green | 2015-03-20 | 1 | -5/+0 |
| * | Introduce a new time API | Rickard Green | 2015-03-20 | 1 | -0/+20 |
* | | Merge branch 'egil/maps/hamt/OTP-12585' | Björn-Egil Dahlberg | 2015-03-19 | 1 | -0/+3 |
|\ \ | |||||
| * | | erts, kernel: Fix erts_debug:size/1 for hashmaps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -0/+2 |
| * | | erts: Move hashmap:merge/2 to maps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -3/+0 |
| * | | erts: Move hashmap:info/1 to erts_debug:map_info/1 | Björn-Egil Dahlberg | 2015-03-12 | 1 | -1/+1 |
| * | | erts: Remove hashmap:new/0 | Björn-Egil Dahlberg | 2015-03-12 | 1 | -1/+0 |
| * | | erts: Move hashmap:from_list/1 to maps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -1/+0 |
| * | | erts: Move hashmap:remove/2 to maps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -1/+0 |
| * | | erts: Move hashmap:put/3, update/3 to maps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -2/+0 |
| * | | erts: Move hashmap:get/2, find/2 and is_key/2 to maps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -3/+0 |
| * | | erts: Move erlang:is_hashmap/1 to maps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -1/+0 |
| * | | erts: Move hashmap:to_list/1, keys/1 and values/1 to maps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -3/+0 |
| * | | erts: Move hashmap:size/1 to maps | Björn-Egil Dahlberg | 2015-03-12 | 1 | -1/+0 |
| * | | erts: Add hashmap:from_list/1 | Björn-Egil Dahlberg | 2015-03-12 | 1 | -0/+1 |
| * | | erts: Add hashmap:update/3 | Sverker Eriksson | 2015-03-12 | 1 | -0/+1 |
| * | | erts: Add hashmap:find/2 | Sverker Eriksson | 2015-03-12 | 1 | -0/+1 |
| * | | erts: First recursive version of hashmap:merge | Sverker Eriksson | 2015-03-12 | 1 | -0/+1 |
| * | | hashmap: is_key/2, keys/1 and values/1 | Sverker Eriksson | 2015-03-12 | 1 | -1/+3 |
| * | | Add hashmap:remove/2 | Björn-Egil Dahlberg | 2015-03-12 | 1 | -0/+1 |
| * | | Add hashmap:info/1 | Björn-Egil Dahlberg | 2015-03-12 | 1 | -1/+1 |
| * | | Initial Persistent HAMT - Map framework | Björn-Egil Dahlberg | 2015-03-12 | 1 | -0/+10 |
* | | | Create new BIF ets:update_counter/4 | Anthony Ramine | 2015-03-12 | 1 | -0/+1 |
|/ / | |||||
* | | Add math:log2/1 | Olivier Girondel | 2015-01-14 | 1 | -0/+1 |
* | | Merge branch 'sverk/ets-take-2/OTP-12309' | Sverker Eriksson | 2014-12-16 | 1 | -0/+2 |
|\ \ | |||||
| * | | Implement ets:take/2 | Anthony Ramine | 2014-05-30 | 1 | -0/+2 |
* | | | erts: Add BIF erlang:get_keys/0 | Björn-Egil Dahlberg | 2014-08-22 | 1 | -2/+9 |
| |/ |/| | |||||
* | | erts: Introduce erlang:fun_info_mfa/1 | Björn-Egil Dahlberg | 2014-07-11 | 1 | -0/+4 |
* | | Merge branch 'rickard/binary_to_term_error/OTP-11931' into maint | Rickard Green | 2014-06-06 | 1 | -2/+6 |
|\ \ | |/ |/| | |||||
| * | Replace erlang:binary_to_term() Erlang wrappers | Rickard Green | 2014-06-05 | 1 | -2/+6 |
* | | erts: Add erts_internal:map_to_tuple_keys/1 | Björn-Egil Dahlberg | 2014-04-30 | 1 | -0/+1 |
|/ | |||||
* | erts: Add BIF erts_internal:cmp_term/2 | Björn-Egil Dahlberg | 2014-01-29 | 1 | -0/+2 |
* | erts,stdlib: Change map module name to maps | Björn-Egil Dahlberg | 2014-01-28 | 1 | -12/+12 |
* | erts: Introduce more Maps BIFs | Björn-Egil Dahlberg | 2014-01-28 | 1 | -2/+9 |
* | erts: Add the type-testing guard BIF is_map/1 | Björn-Egil Dahlberg | 2014-01-28 | 1 | -0/+1 |
* | erts: Add the size-testing guard BIF map_size/1 | Björn-Egil Dahlberg | 2014-01-28 | 1 | -0/+1 |
* | erts: Initial Map instructions, type and structure | Björn-Egil Dahlberg | 2014-01-28 | 1 | -0/+6 |
* | Merge tag 'OTP_R16B03_yielding_binary_to_term' | Sverker Eriksson | 2013-12-17 | 1 | -6/+2 |
|\ | |||||
| * | Merge branch 'sverk/trapping-bin2term' into OTP_R16B03 | Sverker Eriksson | 2013-12-12 | 1 | -8/+6 |
| |\ | |||||
| | * | erts: Add erlang wrappers to binary_to_term | Sverker Eriksson | 2013-11-18 | 1 | -6/+2 |
* | | | Merge branch 'rickard/garbage_collect/OTP-11388' | Rickard Green | 2013-12-07 | 1 | -2/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | Execution of system tasks in context of another process | Rickard Green | 2013-11-18 | 1 | -2/+4 |
* | | | Merge branch 'maint' | Fredrik Gustafsson | 2013-11-18 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Add os:unsetenv/1 | Martin Hässler | 2013-11-09 | 1 | -0/+1 |
| |/ | |||||
* | | Add new options to Erlang re interface and mend dupnames | Patrik Nyblom | 2013-08-09 | 1 | -0/+6 |
|/ | |||||
* | Do not treat port_set_data/port_get_data as signals | Rickard Green | 2013-04-29 | 1 | -2/+4 |
* | Add +pc {latin1|unicode} switch and io:printable_range/0 | Patrik Nyblom | 2013-02-18 | 1 | -0/+2 |