aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/io_lib.erl
AgeCommit message (Expand)Author
2019-08-20stdlib: Remove no longer used functionHans Bolinder
2019-05-03stdlib: Optimize printing of maps a bitHans Bolinder
2019-02-14stdlib: Optimize formatted printing of termsHans Bolinder
2018-08-20stdlib: Improve error handling in module io_libHans Bolinder
2018-04-25stdlib: Modify the printing of map associations with wWpPHans Bolinder
2018-04-25stdlib: Introduce characters limit of formated stringsHans Bolinder
2018-04-25stdlib: Modify ~w/~W when number of characters is limitedHans Bolinder
2018-04-25stdlib: io_lib{_pretty}: Avoid tuple_to_list when possibleHans Bolinder
2018-04-25stdlib: Introduce characters limit of formatted stringsHans Bolinder
2018-03-08stdlib: Improve io_lib:limit_term/2Hans Bolinder
2018-01-23Merge branch 'maint'Hans Bolinder
2018-01-22stdlib: Correct contractsHans Bolinder
2017-11-20stdlib: Make io_lib and io_lib_pretty use maps iteratorLukas Larsson
2017-05-18stdlib: Add io_lib:limit_term/2Hans Bolinder
2017-04-24stdlib: Add Unicode modifier t to control sequences w and WHans Bolinder
2017-04-07stdlib: Add function to io_lib to handle Unicode atomsHans Bolinder
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