aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_bif_guard.c
AgeCommit message (Expand)Author
2019-05-10Eliminate process yield after each call to length/1Björn Gustavsson
2018-12-18Make length/1 yieldingBjörn Gustavsson
2018-12-13Simplify GC BIFsBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-02-16Merge branch 'maint' into 'master'Sverker Eriksson
2017-02-14erts: Fix round/1 for large floatsSverker Eriksson
2016-09-05Implement the new ceil/1 and floor/1 guard BIFsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-16Merge branch 'egil/maps-refactor'Björn-Egil Dahlberg
2015-04-15Raise more descriptive error messages for failed map operationsBjörn Gustavsson
2015-04-14erts: Use make_small for size terms on flat mapsBjörn-Egil Dahlberg
2015-03-12erts: Refactor maps naming conventionSverker Eriksson
2015-03-12erts: Remove erl_hashmap.[ch] filesBjörn-Egil Dahlberg
2015-03-12erts: Move hashmap:size/1 to mapsBjörn-Egil Dahlberg
2014-01-28erts: Add the size-testing guard BIF map_size/1Björn-Egil Dahlberg
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-02Iron out bugs in Win64 found in daily buildsPatrik Nyblom
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-01-19Merge branch 'bg/compiler-beam_validator' into ccase/r13b04_devErlang/OTP
2010-01-15beam_validator: fix incorrect assumptions about GC guard BIFsBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP