aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/io_lib_pretty.erl
AgeCommit message (Expand)Author
2019-08-20stdlib: Remove commented out codeHans Bolinder
2019-06-12Merge branch 'hasse/stdlib/chars_limit_bug/OTP-15875/ERL-967' into maintHans Bolinder
2019-06-11stdlib: Fix a bug concerning io_lib option 'chars_limit'Hans Bolinder
2019-05-29Merge branch 'hasse/stdlib/chars_limit_bug/OTP-15847/ERL-957' into maintHans Bolinder
2019-05-29stdlib: Fix a bug concerning io_lib option 'chars_limit'Hans Bolinder
2019-05-03stdlib: Optimize pretty printing of lists slightlyHans Bolinder
2019-03-05stdlib: Correct and optimize pretty printing of stringsHans Bolinder
2019-02-14stdlib: Optimize formatted printing of termsHans Bolinder
2018-06-28stdlib: Fix a 'chars_limit' bugHans Bolinder
2018-06-07stdlib: Make pP insert no line breaks with field width zeroHans 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
2017-11-20stdlib: Make io_lib and io_lib_pretty use maps iteratorLukas Larsson
2017-06-09stdlib: Handle Unicode atoms better in io_lib_formatHans Bolinder
2017-04-07stdlib: Add function to io_lib to handle Unicode atomsHans Bolinder
2017-02-23stdlib: Use erts_internal:maps_to_list/2 in io_lib_prettyBjörn-Egil Dahlberg
2017-02-22Merge branch 'maint'Hans Bolinder
2017-02-21stdlib: Improve pretty-printing of terms with mapsHans Bolinder
2016-12-01Add comments for understanding io_lib_prettyRichard Carlsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-03-28Take out no_native compiler attributeKostis Sagonas
2014-02-24Merge branch 'Vagabond/adt-faster-io_lib_pretty/OTP-11752'Henrik Nord
2014-02-03Use lists:keyfind in io_lib_pretty as it is fasterAndrew Thompson
2014-01-31Allow making the system with --enable-native-libsKostis Sagonas
2014-01-28stdlib: Pretty print mapsBjörn-Egil Dahlberg
2013-02-18Make ~tp output latin1 binaries as strings if possiblePatrik Nyblom
2013-02-18Make printing of UTF-8 in binaries behave like lists.Patrik Nyblom
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-11[stdlib] Fix a bug concerning pretty printing and UnicodeHans Bolinder
2013-01-25Remove one use of iolist_size/1 in io_lib_pretty.erlHans Bolinder
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP