aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_internal.erl
AgeCommit message (Expand)Author
2014-08-22stdlib: Auto-import erlang:get_keys/0Björn-Egil Dahlberg
2014-05-05Remove pre-defined types dict(), digraph(), &cHans Bolinder
2014-04-29Allow more type namesHans Bolinder
2014-01-28erts: Add the type-testing guard BIF is_map/1Björn-Egil Dahlberg
2014-01-28erts: Add the size-testing guard BIF map_size/1Björn-Egil Dahlberg
2013-11-18Execution of system tasks in context of another processRickard Green
2013-02-14Add float_to_binary and binary_to_floatLukas Larsson
2013-02-14Add new binary conversion bifsLukas Larsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-21Text representation of a float formatted using given options.Serge Aleynikov
2012-03-21erts: Implement erlang:halt/2Raimo Niskanen
2011-09-02Merge branch 'dev' into majorBjörn Gustavsson
2011-09-01Make the check_old_code/1 BIF auto-importedBjörn Gustavsson
2011-07-06Remove deprecated concat_binary/1Björn Gustavsson
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-09-10Add new autoimports for R14BPatrik Nyblom
2010-06-02Make port_command/3 auto-importedPatrik Nyblom
2010-06-02Autoimport min/2 and max/2Patrik Nyblom
2010-06-02Teach erl_lint to better override BIFs with local functions and importsPatrik Nyblom
2010-05-24Change binary_to_term/2 to be auto-importedJayson Vantuyl
2010-05-20Merge branch 'pan/otp_8217_binary' into devErlang/OTP
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP