]> www.ginac.de Git - ginac.git/history - ginac/input_parser.yy
tinfo_key wasn't set correctly in certain constructors
[ginac.git] / ginac / input_parser.yy
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-10-24 Christian Bauerinput parser no longer ignores extra stuff at the end...
2002-07-12 Christian Bauerthe input parser now handles (simple) indexed objects...
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-12-18 Christian Bauer- input parser recognizes "sqrt()", which is also used...
2001-08-22 Richard Kreckel- Cleanups: My evil plot of making ex::bp private may...
2001-06-01 Christian Bauer- in the output, list delimiters are now { } and matrix...
2001-05-08 Richard Kreckel- Remved obsolete remainders of preprocessor symbol...
2001-04-09 Christian Baueradapted to change symbol::getname() -> symbol::get_name()
2001-03-23 Christian Bauer- simplify_indexed() simplifies c*(M).i.j -> (M').i...
2001-03-22 Richard Kreckel* Eliminated overloaded operator% for noncommunistic...
2001-02-27 Christian Bauer"return" statement was missing in yyerror()
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-08-14 Richard Kreckel- Inserted some more std:: to make it compile under...
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-29 Christian Bauer- parsed functions are now correctly evaluated (.eval...
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...