]> www.ginac.de Git - ginac.git/history - ginac/input_lexer.h
replaced "precedence" static member variable by virtual precedence() function
[ginac.git] / ginac / input_lexer.h
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
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-08-11 Christian Bauer- indentation is now done with tabs
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-05-11 Richard Kreckel- numeric::numeric(const char*): parse complex numbers.
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...