Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-01 | epp_SUITE: Increase code coverage | Hans Bolinder | |
2010-02-01 | epp: change rules to choose the right version of a macro | Christopher Faulet | |
Now, when we have only the constant definition of a macro (without arguments), we always use it. In all other cases, we try to find the exact matching definition. We throw an error if we don't find it. | |||
2010-02-01 | epp: Add support of macros overloading | Christopher Faulet | |
This feature simplifies the definition of macros by avoiding to have a different name for each version (with different arities) of the same macros. New rules: - can have multiple definitions of the same macro with different arities - cannot overload macro with the same arity - the overloading of predefined macros (?MODULE, ?LINE, ...) is forbidden - the directive '-undef' removes all definitions of a macro | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |