aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/io_lib.erl
AgeCommit message (Expand)Author
2017-02-14Fixed typos in lib/stdlibAndrew Dryga
2016-04-28Enhance map specs in erts, stdlib, runtime_toolsMagnus Lång
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-19stdlib: Remove obsolete hashmap references in io_libBjörn-Egil Dahlberg
2015-03-12stdlib: Enable io_lib:format/* for hamt mapsBjörn-Egil Dahlberg
2015-03-10Make the scanned form of the io_lib format strings available for processingRichard Carlsson
2014-01-28erts,stdlib: Change map module name to mapsBjörn-Egil Dahlberg
2014-01-28stdlib: Update printing to handle MapsBjörn-Egil Dahlberg
2013-10-14Merge branch 'maint'Fredrik Gustafsson
2013-09-12Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll
2013-08-22Merge branch 'maint'Hans Bolinder
2013-08-21Correct the specifications of io_lib:fread/2,3Hans Bolinder
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-02-18Correct misspelled comments and space at lin endsPatrik Nyblom
2013-02-18Add usage of and spec for io:printable_range/0Patrik Nyblom
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-25[stdlib] Fix a contract bugHans Bolinder
2013-01-09Prepare OTP files for Unicode as default encodingHans 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
2012-10-18Merge branch 'at/binary-depth-printing'Henrik Nord
2012-09-27Refine a few opaque typesHans Bolinder
2012-09-19Fix printing the empty binary at depth 1 with ~WAndrew Thompson
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-07-05Correct the contract of io_lib:fread/2,3Hans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-06-03stdlib: Add declarations for exported typesKostis Sagonas
2010-02-10OTP-8418 user.erl (used in oldshell) is updated to handle unicode inPatrik Nyblom
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP