This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a change to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git.
from 7c24fe7 (Renamed NullTemplateModel to TemplateNullModel)
new 16dccc1 (Fixing some JavaDoc search-and-replace accident)
new 325d98d (Fixed some source code indentation issues)
new 985560b (Minor JavaDoc improvement)
new 2453c91 Added Environment.getDataModelOrSharedVariable
new d161ece Some code cleanup in Macro, UnifiedCall and related parser
code.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/freemarker/core/BuiltInsForNodes.java | 55 +++++++++++-----------
src/main/java/freemarker/core/Environment.java | 33 +++++++++----
src/main/java/freemarker/core/Macro.java | 42 +++++++++--------
src/main/java/freemarker/core/UnifiedCall.java | 2 +-
.../java/freemarker/template/Configuration.java | 8 ++--
src/main/javacc/FTL.jj | 21 ++++-----
src/manual/en_US/book.xml | 11 +++--
7 files changed, 93 insertions(+), 79 deletions(-)