]> www.ginac.de Git - ginac.git/history - check/exam_paranoia.cpp
Fix typos in comments.
[ginac.git] / check / exam_paranoia.cpp
2016-04-13 Richard KreckelFix typos in comments.
2016-04-05 Richard KreckelMerge branch 'c++11' in preparation for version 1.7.0.
2016-02-03 Richard Kreckel[bugfix] fix sqrfree(poly) for zero polynomials in...
2016-02-03 Richard Kreckel[bugfix] fix sqrfree(poly) for zero polynomials in...
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelHappy New Year!
2015-12-17 Richard KreckelRemove useless code in add::eval().
2015-12-17 Richard Kreckel[bugfix] Make sure add::eval() collects all numeric...
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-12-16 Richard KreckelMake add::eval(), mul::eval() work without compromise.
2015-07-18 Richard KreckelFix pow(+(...),2).expand().
2015-05-07 Richard KreckelFix pow(+(...),2).expand().
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2014-09-07 Alexei SheplyakovAdd more ex::is_polynomial() tests
2014-07-25 Richard Kreckel[bugfix] ex::is_polynomial(x): fix miscomputations
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-05-20 Richard KreckelFixed a bug introduced in last commit.
2011-05-20 Jens VollingaFixed a bug in is_polynomial() that caused expressions...
2011-05-15 Richard KreckelFix mul::conjugate().
2011-02-04 Richard KreckelExtend copyright to 2011.
2010-09-22 Richard KreckelMake sure add::eval() collects all numeric terms.
2010-09-22 Richard KreckelMake sure add::eval() collects all numeric terms.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-02-06 Jens VollingaPrettified source code.
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-26 Richard B. KreckelMerge git://www.ginac.de/ginac
2008-03-25 Richard B. KreckelHappy new year!
2008-03-04 Alexei Sheplyakovcheck: indicate the test failures with non-zero exit...
2007-09-01 Jens VollingaHide failure due to term reordering.
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-10-20 Chris DamsBugs w.r.t. raising/lowering dummy indices when doing...
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2004-01-08 Christian BauerHappy New Year!
2003-12-16 Christian Bauer1/1/e expanded e but shouldn't
2003-12-13 Christian Baueradded more checks for expand()
2003-12-11 Christian Bauersynced to 1.1 (expand() problem)
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauerprepared for 1.0.13 release
2002-10-24 Christian Bauerfixed stupid typo
2002-10-24 Christian Baueradded a check for the power::expand_add_2() bug
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-12-20 Christian Baueradded check for quo() bug
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-08-14 Richard Kreckel- Duh, we had some style discussion again...
2000-08-12 Richard Kreckel- Same shit as Christian did yesterday in ginac/.
2000-08-10 Richard Kreckel- Complete revamp of methods in class matrix. Some...
2000-08-04 Christian Bauer- added check for normal((b*a-c*a)/(4-a)) bug
2000-08-04 Richard Kreckel- Check the normal(c-(b*a-c*a)/(4-a)) bug.
2000-08-02 Christian Bauer- added check for "normal(2-2*(1+a)/(-1-a))" bug
2000-02-29 Richard Kreckel- Completely restructured the checks in subdir check/.