]> www.ginac.de Git - ginac.git/history - ginac/input_parser.yy
Changes needed for compilation with -DDO_GINAC_ASSERT:
[ginac.git] / ginac / input_parser.yy
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...