aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/io_SUITE.erl
AgeCommit message (Expand)Author
2014-09-19Optimise io requests for long message queuesMagnus Henoch
2014-05-20Properly handle fields too short in io_lib_formatAnthony Ramine
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-02-19Adapt stdlib tests to ~tp detecting latin1 binariesPatrik Nyblom
2013-02-18Correct misspelled comments and space at lin endsPatrik Nyblom
2013-02-18Add testcase for +pc and io:printable_range/0Patrik Nyblom
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-02-11[stdlib] Fix a bug concerning pretty printing and UnicodeHans Bolinder
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-09Prepare OTP files for Unicode as default encodingHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2012-09-19Fix printing the empty binary at depth 1 with ~WAndrew Thompson
2011-07-21EOF before first field is only ok for first character in io:freadRaimo Niskanen
2011-07-21At end of input ask for more also for for literal format charactersRaimo Niskanen
2011-03-10Fix ~F.Fs bug, add testcase and improve documentationRaimo Niskanen
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for stdlibLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update stdlib tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP