aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_pp_SUITE.erl
AgeCommit message (Expand)Author
2014-02-03stdlib: Add tests for Maps in erl_prettyprBjörn-Egil Dahlberg
2013-12-12Test named funsAnthony Ramine
2013-06-04Merge branch 'maint'Fredrik Gustafsson
2013-05-28Support callback attributes in erl_ppAnthony Ramine
2013-05-17Merge branch 'maint'Hans Bolinder
2013-05-16[stdlib] Fix pretty printing of invalid formsHans Bolinder
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-02-18Fix some Unicode issuesHans Bolinder
2013-01-16Remove support for the query keyword and query expressionsLoïc Hoguin
2013-01-09erl_pp_SUITE: Remove test of packagesBjörn Gustavsson
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-03-22Fix a bug concerning record field typesHans Bolinder
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
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
2010-06-02OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder
2010-04-19OTP-8567 The word 'spec' is no longer reserved.Hans Bolinder
2010-03-17OTP-8522 Avoid duplicated 'undefined' in record field typesHans Bolinder
2010-03-02OTP-8473 stdlib: erl_pp bugfix abstract type 'fun'Hans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP