aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/epp.erl
AgeCommit message (Expand)Author
2018-02-21stdlib: Correct a minor epp bugHans Bolinder
2017-06-09stdlib: Handle Unicode macro namesHans Bolinder
2017-05-04Update copyright yearRaimo Niskanen
2017-03-08stdlib: Fix handling of locations and annotationsHans Bolinder
2016-06-13stdlib: Let epp handle long file namesHans Bolinder
2016-05-04epp: Add the -error and -warning directivesBjörn Gustavsson
2016-05-04epp: Refactor expansion of header pathBjörn Gustavsson
2016-04-28stdlib: Correct a type in module eppHans Bolinder
2016-02-17Implement ?FUNCTION_NAME and ?FUNCTION_ARITY macrosBjörn Gustavsson
2016-02-17epp: Refactor expand_macros()Björn Gustavsson
2016-02-17stdlib: Modify the preprocessor as to expose typed record fieldsHans Bolinder
2015-11-18epp: Only flatten the original filenameBjörn Gustavsson
2015-11-17epp: Modernize the internal data structuresBjörn Gustavsson
2015-11-17epp: Eliminate the Type argument from expand_macros/5Björn Gustavsson
2015-11-17epp: Refactor user_predef/2 to share more codeBjörn Gustavsson
2015-11-17epp: Refactor scan_define()Björn Gustavsson
2015-11-17epp: Remove vestigial support for packagesBjörn Gustavsson
2015-10-08Update Kernel and STDLIBHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30stdlib: Use module erl_annoHans Bolinder
2014-06-16Fix handling of latin1 characters in false ifdef branchesBjörn Gustavsson
2014-03-24stdlib: Add more types to epp and erl_lintHans Bolinder
2014-03-18epp: Make it possible to specify a default encodingBjörn Gustavsson
2014-02-23Deprecate pre-defined built-in typesHans Bolinder
2014-02-20Fix a bug in epp concerning circular macro definitionsHans Bolinder
2013-12-12EEP 37: Funs with namesAnthony Ramine
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-05-03Merge branch 'maint'Fredrik Gustafsson
2013-04-26Fix an inconsistent state in eppAnthony Ramine
2013-04-19Change the default encoding of Erlang files to UTF-8Hans Bolinder
2013-04-05Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin
2013-02-15[stdlib] Correct handling of Unicode filenamesHans Bolinder
2013-02-11Make Unicode correctionsHans Bolinder
2013-01-25[stdlib] Introduce new functions epp:read_encoding_from_binary/1,2Hans 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
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-22Revert "Merge branch 'nox/compile-column-numbers' into maint"Lukas Larsson
2012-06-02Allow setting of initial position in eppAnthony Ramine
2011-10-17Make epp search directory of current file first when including another fileRichard Carlsson
2011-08-16compiler: Don't create filenames starting with "./"Björn Gustavsson
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-12-21Remove faulty change left by mistake in eppPatrik Nyblom
2010-12-20Removed dead codePatrik Nyblom
2010-10-28Fix epp bug concerning the file attribute and file inclusionHans Bolinder
2010-06-03OTP-8665 epp bugHans Bolinder
2010-04-09OTP-8562 Closing right parenthesis in macro definitions is mandatory.Hans Bolinder
2010-03-09OTP-8503 stdlib: records with no fields is considered typed by eppHans Bolinder
2010-03-02OTP-8470 stdlib: epp bugHans Bolinder