]> www.ginac.de Git - ginac.git/history - ginac/print.cpp
Fixed the parser such that it can read in user defined classes again.
[ginac.git] / ginac / print.cpp
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!
2007-02-01 Richard Kreckel* Happy New Year(s)!
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-07-22 Christian Bauer- added registry for print_context classes (use print_c...
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-12-19 Richard Kreckel* Added output-support for Python bindings and LaTeX...
2001-10-27 Richard Kreckel* Headers only include <iosfwd> from now on, since...
1999-12-13 Richard Kreckel- introduced info_flags::cinteger, info_flags::crational,
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-11-30 Richard Kreckel- changed mul::print() to behave similar to add::print()
1999-11-22 Christian Bauer- ASSERT macro renamed to GINAC_ASSERT
1999-11-18 Richard Kreckel- revamped output of add again to make it use the prece...
1999-11-18 Richard Kreckel- deleted add::printpair() since this has become obsolete
1999-11-17 Christian Bauer- put everything in "GiNaC" namespace
1999-11-16 Christian Bauer- modified the comment blocks so the copyright message...
1999-11-10 Christian Bauer- modified GiNaC headers to Alexander's liking
1999-11-10 Christian Bauer- enforced GiNaC coding standards :-)
1999-11-10 Richard KreckelHunted down some output bugs. Hope it can be safely...
1999-11-09 Christian Bauer- switched to automake build environment