aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/common/erl_sys_common_misc.c
AgeCommit message (Expand)Author
2018-04-19Optimize performance of float_to_list/2Serge Aleynikov
2018-04-04erts: Fix float_to_list(F, [{decimals,D}])Sverker Eriksson
2018-01-24Merge branch 'maint'Sverker Eriksson
2018-01-15erts: Refactor and cleanup sys_double_to_chars_fastSverker Eriksson
2018-01-15erts: Fix float_to_list(F, [{decimals,D}]).Sverker Eriksson
2017-10-02erts: Add multiple poll setsSverker Eriksson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-09-25Merge branch 'rickard/eager-check-io/OTP-12117' into rickard/maint-17/eager-c...Rickard Green
2014-09-25Introduce support for eager check I/O schedulingRickard Green
2014-01-28Change the default file name encoding mode to +fnawBjörn Gustavsson
2013-02-18Add +pc {latin1|unicode} switch and io:printable_range/0Patrik Nyblom
2013-02-13Merge branch 'saleyn/float_to_list_2/OTP-10837'Lukas Larsson
2013-02-13Use macros instead of constantsLukas Larsson
2013-02-11Make prim_file skip invalid filenames in unicode modePatrik Nyblom
2013-02-07float_to_list/2 changed rounding and cosmetic cleanupSerge Aleynikov
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-21Text representation of a float formatted using given options.Serge Aleynikov
2010-11-30Convert filenames read on MacOSX to canonical formPatrik Nyblom
2010-11-30Make Unicode filenames work on WindowsPatrik Nyblom
2010-11-29Teach filename to accept raw data and add filename enc option to emuPatrik Nyblom
2010-11-29Add bifs to translate between erlang filenames and native encodingPatrik Nyblom