Age | Commit message (Expand) | Author |
2016-06-13 | stdlib: Let epp handle long file names | Hans Bolinder |
2016-05-04 | epp: Add the -error and -warning directives | Björn Gustavsson |
2016-05-04 | epp: Refactor expansion of header path | Björn Gustavsson |
2016-04-28 | stdlib: Correct a type in module epp | Hans Bolinder |
2016-02-17 | Implement ?FUNCTION_NAME and ?FUNCTION_ARITY macros | Björn Gustavsson |
2016-02-17 | epp: Refactor expand_macros() | Björn Gustavsson |
2016-02-17 | stdlib: Modify the preprocessor as to expose typed record fields | Hans Bolinder |
2015-11-18 | epp: Only flatten the original filename | Björn Gustavsson |
2015-11-17 | epp: Modernize the internal data structures | Björn Gustavsson |
2015-11-17 | epp: Eliminate the Type argument from expand_macros/5 | Björn Gustavsson |
2015-11-17 | epp: Refactor user_predef/2 to share more code | Björn Gustavsson |
2015-11-17 | epp: Refactor scan_define() | Björn Gustavsson |
2015-11-17 | epp: Remove vestigial support for packages | Björn Gustavsson |
2015-10-08 | Update Kernel and STDLIB | Hans Bolinder |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-04-30 | stdlib: Use module erl_anno | Hans Bolinder |
2014-06-16 | Fix handling of latin1 characters in false ifdef branches | Björn Gustavsson |
2014-03-24 | stdlib: Add more types to epp and erl_lint | Hans Bolinder |
2014-03-18 | epp: Make it possible to specify a default encoding | Björn Gustavsson |
2014-02-23 | Deprecate pre-defined built-in types | Hans Bolinder |
2014-02-20 | Fix a bug in epp concerning circular macro definitions | Hans Bolinder |
2013-12-12 | EEP 37: Funs with names | Anthony Ramine |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder |
2013-05-03 | Merge branch 'maint' | Fredrik Gustafsson |
2013-04-26 | Fix an inconsistent state in epp | Anthony Ramine |
2013-04-19 | Change the default encoding of Erlang files to UTF-8 | Hans Bolinder |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin |
2013-02-15 | [stdlib] Correct handling of Unicode filenames | Hans Bolinder |
2013-02-11 | Make Unicode corrections | Hans Bolinder |
2013-01-25 | [stdlib] Introduce new functions epp:read_encoding_from_binary/1,2 | Hans Bolinder |
2013-01-25 | Extend char() to Unicode characters | Hans Bolinder |
2013-01-16 | Remove support for the query keyword and query expressions | Loïc Hoguin |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-22 | Revert "Merge branch 'nox/compile-column-numbers' into maint" | Lukas Larsson |
2012-06-02 | Allow setting of initial position in epp | Anthony Ramine |
2011-10-17 | Make epp search directory of current file first when including another file | Richard Carlsson |
2011-08-16 | compiler: Don't create filenames starting with "./" | Björn Gustavsson |
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder |
2010-12-21 | Remove faulty change left by mistake in epp | Patrik Nyblom |
2010-12-20 | Removed dead code | Patrik Nyblom |
2010-10-28 | Fix epp bug concerning the file attribute and file inclusion | Hans Bolinder |
2010-06-03 | OTP-8665 epp bug | Hans Bolinder |
2010-04-09 | OTP-8562 Closing right parenthesis in macro definitions is mandatory. | Hans Bolinder |
2010-03-09 | OTP-8503 stdlib: records with no fields is considered typed by epp | Hans Bolinder |
2010-03-02 | OTP-8470 stdlib: epp bug | Hans Bolinder |
2010-02-01 | Minor corrections and clean-ups | Hans Bolinder |
2010-02-01 | epp: change rules to choose the right version of a macro | Christopher Faulet |
2010-02-01 | epp: Add support of macros overloading | Christopher Faulet |
2010-02-01 | epp: fix bug in the function scan_undef | Christopher Faulet |