aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/io_lib_format.erl
AgeCommit message (Expand)Author
2019-05-03stdlib: Optimize pretty printing of strings with chars_limitHans Bolinder
2019-02-14stdlib: Optimize formatted printing of termsHans Bolinder
2018-09-17stdlib: Allow lists with binaries in the Format argumentHans Bolinder
2018-08-20stdlib: Correct contracts in module io_lib_formatHans Bolinder
2018-04-25stdlib: Introduce characters limit of formated stringsHans Bolinder
2018-03-13Merge pull request #1743 from richcarl/io-format-multiple-modifiersHans Bolinder
2018-03-12Allow multiple modifier characters in io:format control sequencesRichard Carlsson
2018-03-02Make io_lib:unscan_format/1 work with pad char and default precisionRichard Carlsson
2017-07-06stdlib: Do not use deprecated functions in string(3)Hans Bolinder
2017-06-09stdlib: Handle Unicode atoms better in io_lib_formatHans Bolinder
2017-04-24stdlib: Add Unicode modifier t to control sequences w and WHans Bolinder
2017-02-02Make "~s" fail for Unicode atomsBjörn Gustavsson
2016-12-01Add comments for understanding io_lib_prettyRichard Carlsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-10Make the scanned form of the io_lib format strings available for processingRichard Carlsson
2014-05-20Properly handle fields too short in io_lib_formatAnthony Ramine
2013-02-15[stdlib] Add new SDTLIB application variable 'shell_strings'Hans Bolinder
2013-02-15[stdlib] Add control sequence modifier 'l'Hans Bolinder
2013-02-13Extend ~ts to handle binaries with characters coded in ISO-latin-1Hans Bolinder
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2011-03-10Fix ~F.Fs bug, add testcase and improve documentationRaimo Niskanen
2011-03-10io_lib_format string precision fixAli Yakout
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP