[Mockpp-commits] mockpp bug-report,1.5,1.6 ChangeLog,1.62,1.63
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-09-19 18:42:34
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24276 Modified Files: bug-report ChangeLog Log Message: update Index: bug-report =================================================================== RCS file: /cvsroot/mockpp/mockpp/bug-report,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- bug-report 2 Apr 2005 14:09:58 -0000 1.5 +++ bug-report 19 Sep 2005 18:42:26 -0000 1.6 @@ -2,13 +2,13 @@ ./configure >x1 2>x2 make check -k -i >x3 2>x4 set >x5 -gcc -v >x6 +gcc -v 2>x6 uname -a >x7 -ll /usr/local/lib >x8 +ls -la /usr/local/lib >x8 tar cf mockpp-bug-report.tar x1 x2 x3 x4 x5 x6 x7 x8 config.cache \ - config.log config.status config.h mockpp/config.h + config.log config.status config.h mockpp/mockpp_config.h gzip mockpp-bug-report.tar echo "*****************************************************" echo "send mockpp-bug-report.tar.gz to mo...@ew..." echo "*****************************************************" -rm x1 x2 x3 x4 x5 x6 x7 x8 +rm x1 x2 x3 x4 x5 x6 x7 x8 \ No newline at end of file Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- ChangeLog 17 Sep 2005 15:18:09 -0000 1.62 +++ ChangeLog 19 Sep 2005 18:42:26 -0000 1.63 @@ -2,6 +2,12 @@ mockpp history -------------- + +2005-09-19 1.9.4: + + - missing & in macro MOCKPP_VOID_CONST_CHAINABLE3 + - adding spaces around < > enables the use of templates + 2005-09-17 1.9.3: - an ambiguity with included files on Cygwin platforms |