aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/io_lib_format.erl
AgeCommit message (Expand)Author
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