# # ChangeLog for / # # Generated by Trac 1.2.1 # May 12, 2024, 8:04:56 PM Wed, 04 May 2016 16:19:19 GMT Rob Schluntz [a1d6d80] * doc/LaTeXmacros/common.tex (modified) * doc/refrat/refrat.tex (modified) * doc/user/user.tex (modified) * src/examples/fstream_test.c (modified) * src/examples/sum.c (modified) Merge branch 'master' into ctor Wed, 04 May 2016 16:18:56 GMT Rob Schluntz [7cc6bd6] * src/SynTree/Expression.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/ObjectDecl.cc (modified) Merge branch 'fix-tree-printing' into ctor Conflicts: ... Wed, 04 May 2016 16:17:25 GMT Rob Schluntz [9243a501] * src/SynTree/Expression.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/ObjectDecl.cc (modified) fixed printing in MemberExpr, FunctionDecl, ObjectDecl, etc. Wed, 04 May 2016 15:07:41 GMT Rob Schluntz [2e3a379] * src/GenPoly/Box.cc (modified) * src/SymTab/Autogen.cc (modified) Change cloneAndRename to clone all assertion parameters rather than ... Tue, 03 May 2016 13:30:55 GMT Peter A. Buhr [0638c44] * doc/LaTeXmacros/common.tex (modified) * doc/refrat/refrat.tex (modified) * doc/user/user.tex (modified) * src/examples/fstream_test.c (modified) * src/examples/sum.c (modified) more formatting changes to documents, update I/O for examples Mon, 02 May 2016 19:19:54 GMT Rob Schluntz [d7903b1] * src/Common/utility.h (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Initializer.cc (modified) * src/SynTree/Statement.cc (modified) Merge branch 'fix-tree-printing' into ctor Conflicts: ... Mon, 02 May 2016 19:15:07 GMT Rob Schluntz [fbfde843] * doc/LaTeXmacros/common.tex (modified) * doc/refrat/refrat.tex (modified) * doc/user/user.tex (modified) * src/examples/io.c (modified) * src/libcfa/fstream (modified) * src/libcfa/fstream.c (modified) * src/libcfa/iostream.c (modified) * src/libcfa/stdlib (modified) * src/libcfa/stdlib.c (modified) Merge branch 'master' into ctor Conflicts: ... Mon, 02 May 2016 19:12:59 GMT Rob Schluntz [60089f4] * src/Common/utility.h (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Initializer.cc (modified) * src/SynTree/Statement.cc (modified) fix printing in CommaExpr, CompoundStmt, ForStmt, etc. Mon, 02 May 2016 19:09:08 GMT Rob Schluntz [540de412] * src/GenPoly/Box.cc (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/PolyMutator.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/SynTree/TypeSubstitution.h (modified) 'merge' type substitutions from resolved copy constructors, add case ...