]> www.ginac.de Git - ginac.git/history - check
- Extended manpage.
[ginac.git] / check /
2000-02-02 Richard Kreckel- diff() is now only defined on classes ex and basic...
2000-01-31 Christian Bauer- sources now include "ginac.h" instead of <ginac/ginac...
2000-01-30 Richard Kreckel- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC...
2000-01-26 Christian Bauer- updated Makefiles
2000-01-25 Christian Bauer- checks adapted to new GCD behavior for partly-factore...
2000-01-24 Christian Bauer- renamed archive::dump() to archive::printraw() for...
2000-01-21 Christian Bauer- changed all instances of "foo const &/*" to "const...
2000-01-21 Christian Bauer- implemented nops() and op() for pseries objects
2000-01-19 Richard Kreckel- change triggered by newer automake version
2000-01-19 Christian Bauer- updated for class series->class pseries
2000-01-11 Richard Kreckel- changed dates in copyright notices
2000-01-10 welzel- added simple checks of manipulations with lortensor...
1999-12-25 Richard Kreckel- some indentation fixes
1999-12-20 Richard Kreckel- introduced checks that test the new logic of sin...
1999-12-20 Richard Kreckel- more logic on the trigonometric function stuff.
1999-12-17 Richard Kreckel- Banned exZERO(), exONE(), exMINUSHALF() and all this...
1999-12-13 Richard Kreckel- Run automake again on squark, as we had agreed earlier.
1999-12-13 Richard Kreckel- introduced info_flags::cinteger, info_flags::crational,
1999-12-10 Richard Kreckel- changed behaviour of numeric::is_rational() and added...
1999-12-10 Richard Kreckel- Introduced exception do_taylor to signal Taylor expan...
1999-12-02 Richard Kreckel- added the beta function to GiNaC
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-12-01 Christian Bauer- added 'ginac-config' script and 'ginac.m4' macros...
1999-11-29 Richard Kreckel- changed function::diff() to be more tolerant by check...
1999-11-26 Christian Bauer- files which are generated by perl scripts are made...
1999-11-26 Christian Bauer- building GiNaC will no longer bomb if Doxygen is...
1999-11-25 Christian Bauer- tutorial now built with texinfo
1999-11-25 Christian Bauer- automake 1.4 was complaining about AM_PROG_INSTALL...
1999-11-23 Richard Kreckel- Added a little test for Riemmann's Zeta function
1999-11-22 Christian Bauer- fixed exp/log checks
1999-11-19 Christian Bauer- split into smaller functions to make it compile faster
1999-11-17 Christian Bauer- libginac.la no longer includes a dependency on librea...
1999-11-17 Christian Bauer- put everything in "GiNaC" namespace
1999-11-12 Christian Bauer- check program is not built until you say "make check"
1999-11-11 Christian Bauer- "make dist" should now include all necessary files...
1999-11-10 Christian Bauer- removed unnecessary include of ginac/ginac.h (only...
1999-11-10 Christian Bauer- "make clean" removes result.out
1999-11-10 Christian Bauer- added "check.h" to sources
1999-11-10 Christian Bauer- enforced GiNaC coding standards :-)
1999-11-09 Christian Bauer- switched to automake build environment
1999-11-09 Richard KreckelAnother restructuring: moved include/*.h -> include...
1999-11-08 Richard KreckelInitial revision