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