aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_pp.erl
AgeCommit message (Expand)Author
2019-02-18stdlib: Fix a bug in the Erlang Pretty PrinterHans Bolinder
2018-06-25stdlib: Add a few uses of erl_annoHans Bolinder
2017-09-15Merge branch 'siri/string-new-api'Siri Hansen
2017-08-03Remove query keyword residuesbitnitdit
2017-07-06stdlib: Do not use deprecated functions in string(3)Hans Bolinder
2017-04-07stdlib: Fix Erlang pretty printer regarding Unicode atomsHans Bolinder
2017-03-08stdlib: Improve the erl_pp module's debug testsHans Bolinder
2016-06-13stdlib: Let epp handle long file namesHans Bolinder
2016-06-10Merge branch 'hasse/dialyzer/improve_from_form/OTP-13547'Hans Bolinder
2016-06-09Remove support for '...' in Maps typesHans Bolinder
2016-06-09stdlib: Correct types and specsHans Bolinder
2016-04-28stdlib: Add pretty-printing of exact map typesHans Bolinder
2015-12-07stdlib: Correct pretty-printing of map typesHans Bolinder
2015-12-07stdlib: Pretty-print constraints as 'V :: T'Hans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-12stdlib: Introduce precedence for operators in typesHans Bolinder
2015-04-30stdlib: Use module erl_annoHans Bolinder
2014-11-20stdlib: remove the last traces of Mnemosyne RulesHans Bolinder
2014-10-01Merge branch 'maint'Björn-Egil Dahlberg
2014-09-29stdlib: Handle key type expressionsBjörn-Egil Dahlberg
2014-09-22Merge branch 'maint'Björn-Egil Dahlberg
2014-09-11stdlib: Fix maps type pretty printingBjörn-Egil Dahlberg
2014-04-29Modify representation of the map typeHans Bolinder
2014-04-29Allow more type namesHans Bolinder
2014-04-28Introduce the attribute -optional_callbacks in the context of behavioursHans Bolinder
2014-03-27stdlib: Fix map type listingBjörn-Egil Dahlberg
2014-02-01Support maps in erl_prettyprAnthony Ramine
2013-12-12EEP 37: Funs with namesAnthony Ramine
2013-05-28Support callback attributes in erl_ppAnthony Ramine
2013-05-16[stdlib] Fix pretty printing of invalid formsHans Bolinder
2013-02-18Fix some Unicode issuesHans Bolinder
2013-02-15[stdlib] Correct handling of Unicode filenamesHans Bolinder
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-16Remove support for the query keyword and query expressionsLoïc Hoguin
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
2010-06-02OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder
2010-03-09OTP-8501 stdlib: erl_pp no longer quotes atoms in typesHans Bolinder
2010-03-02OTP-8473 stdlib: erl_pp bugfix abstract type 'fun'Hans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP