aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/io.erl
AgeCommit message (Expand)Author
2019-08-20stdlib: Remove commented out codeHans Bolinder
2018-06-18Update copyright yearHenrik Nord
2018-05-30stdlib: Fix io:put_chars/2 errorLukas Larsson
2016-01-20stdlib: Correct a typeHans Bolinder
2015-11-09io: Make a fast code path for i/o requestsBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30stdlib: Use module erl_annoHans Bolinder
2014-09-19Optimise io requests for long message queuesMagnus Henoch
2014-03-20Correct the contract of io:getopts()Hans Bolinder
2013-07-21Update io:prompt() typeJosé Valim
2013-04-05Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin
2013-02-18Add usage of and spec for io:printable_range/0Patrik Nyblom
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-25[stdlib] Fix a contract bugHans Bolinder
2013-01-02Make sure the Erlang shell prompt can handle UnicodeHans Bolinder
2013-01-02Improve and correct contracts and types of the IO modulesHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-10Fix exception generation in the io moduleBjörn-Egil Dahlberg
2010-12-21Correct type specs in ioPatrik Nyblom
2010-06-04Merge branch 'ks/dialyzer' into devErlang/OTP
2010-06-03stdlib: Add declarations for exported typesKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP