]> www.ginac.de Git - ginac.git/history - ginsh/ginsh_lexer.ll
* clifford_to_lst() applies to lst.
[ginac.git] / ginsh / ginsh_lexer.ll
2004-01-08 Jens VollingaChanged symbol_options to domain.
2004-01-04 Jens VollingaAdded keywords "complex_symbols" and "real_symbols...
2003-09-06 Richard Kreckel* ginsh_input(): Modern versions of flex want us to...
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauerprepared for 1.0.13 release
2002-10-17 Christian Bauer- added print_latex() and print_csrc()
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-10-29 Christian BauerThe last 3 evaluated expressions in ginsh are now refer...
2001-06-01 Christian Bauer- list delimiters are now { } and matrix delimiters...
2001-05-24 Christian Bauer- first implementation of pattern matching
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-06-21 Christian Bauer- '#' as the first character of a line starts a comment
2000-04-05 Christian Bauer- changed comment starter from # to //
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-30 Richard Kreckel- dramatic speedup for characteristic polynomials of...
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
2000-02-07 Richard Kreckel- */Makefile.in: changes triggered by newer automake.
2000-01-19 Christian Bauer- added tokens "read" and "write" (in preparation for...
2000-01-11 Richard Kreckel- changed the fucking dates i had forgotten the last...
1999-11-18 Christian Bauer- added on-line help system
1999-11-17 Christian Bauer- put everything in "GiNaC" namespace
1999-11-16 Christian Bauer- ginsh can handle multiple input files which are speci...
1999-11-10 Christian Bauer- enforced GiNaC coding standards :-)
1999-11-09 Christian Bauer- switched to automake build environment