]> www.ginac.de Git - ginac.git/history - ginsh/ginsh_parser.yy
fixed compilation problem after the registered_class_options change
[ginac.git] / ginsh / ginsh_parser.yy
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-05-06 Christian Bauer- updated docs
2003-01-21 Christian Bauerprepared for 1.0.13 release
2002-11-21 Christian Bauer- added collect_common_factors()
2002-10-29 Christian Baueradded the sprem() function
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-31 Christian Bauer- ginsh_fcn_help/ginsh_op_help.c are renamed to *.h...
2001-08-22 Richard Kreckel- Cleanups: My evil plot of making ex::bp private may...
2001-08-18 Richard Kreckel- carried on with felonious plot about making ex::bp...
2001-08-08 Christian Bauershould work with readline 4.1 again
2001-08-07 Christian Bauer- increased compatibility with RedHat's readline-4...
2001-06-25 Christian Bauerfixed some -Wall stuff
2001-06-25 Christian Baueradded map()
2001-06-23 Christian Bauer- added find() (like has(), but returns list of all...
2001-06-22 Christian Baueradded a way to add more functions to ginsh in the file...
2001-06-22 Christian Bauersome cleanups
2001-06-21 Christian Bauerremoved a lot of superfluous const_cast<>()s
2001-06-19 Christian Baueradded decomp_rational()
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-15 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-01 Christian Bauer- list delimiters are now { } and matrix delimiters...
2001-06-01 Christian Bauer- added numer_denom()
2001-05-24 Christian Bauer- first implementation of pattern matching
2001-05-11 Richard Kreckel- Renamed our detected libreadline version in order...
2001-05-03 Richard Kreckel* Fix incompatibilities with recent versions of libread...
2001-04-20 Christian Bauer- degree(), ldegree(), coeff(), lcoeff(), tcoeff()...
2001-04-09 Christian Baueradapted to change symbol::getname() -> symbol::get_name()
2001-04-06 Christian Bauerprinttree() -> print(print_tree())
2001-03-23 Christian Bauerlst_to_matrix() takes a "lst &" instead of an "ex &"
2001-03-22 Richard Kreckel* Eliminated overloaded operator% for noncommunistic...
2001-03-11 Richard Kreckelnormal.cpp, normal.h: Fix Yun's algorithm (there was...
2001-02-28 Richard Kreckel* Macro deobfuscation.
2001-01-31 Christian Bauerlist of completion work break characters set correctly
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-04-13 Christian Bauer- '?time' now works
2000-04-05 Christian Bauer- fixed a small oops: iprint() didn't reset the number...
2000-04-05 Christian Bauer- changed comment starter from # to //
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
2000-03-20 Christian Bauer- fixed bug in normal(): normal(x^a) became (x^(-a...
2000-03-20 Richard Kreckel- Mention `warranty;' in splash-screen instead of file...
2000-02-21 Alexander Frinkregistered_function_info struct changed to function_opt...
2000-02-07 Richard Kreckel- */Makefile.in: changes triggered by newer automake.
2000-01-31 Richard Kreckel- introduced function void greeting(void).
2000-01-30 Richard Kreckel- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC...
2000-01-20 Richard Kreckel- changed old-style power() to new-style pow()
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...
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
2000-01-10 Christian Bauer- now compiles with readline V4 headers
1999-12-17 Richard Kreckel- Banned exZERO(), exONE(), exMINUSHALF() and all this...
1999-12-02 Richard Kreckel- added the beta function to GiNaC
1999-12-02 Alexander Frinkginsh did not compile
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-11-19 Christian Bauer- some files were missing in the distribution
1999-11-19 Richard Kreckel- removed an obscure reference that broke internal...
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