]> www.ginac.de Git - ginac.git/history - ginac
De-document eval() in ginsh help and manpage.
[ginac.git] / ginac /
2013-10-16 Alexei SheplyakovIntroduce status_flags::{is_positive,is_negative,purely...
2013-08-11 Alexei Sheplyakov[build] auto* tools based build: fix `make dist'.
2013-08-02 Vladimir V. Kisilimprove mul::info(): the product of two negative terms...
2013-07-30 Vladimir V. KisilAdd the case of c1=-1 and c2>0 to the rewriting rule...
2013-07-28 Alexei Sheplyakov[bugfix] factor_univariate(): handle polinomials over...
2013-01-23 Richard KreckelAdd symbol::set_TeX_name(string) member function.
2012-07-17 Alexei Sheplyakov[build] GiNaC can be built with CMake now.
2012-07-17 Alexei Sheplyakov[build] Move library version info into the version...
2012-07-17 Alexei Sheplyakov[build] Move archive version info into version.h (for...
2012-07-17 Alexei Sheplyakov[build] Define package version number in version.h...
2012-07-17 Alexei Sheplyakov[build] include config.h conditionally to not break...
2012-07-17 Alexei SheplyakovConvert function.pl into C++ (well, almost) source...
2012-07-17 Alexei Sheplyakov[bugfix] Always #include <lst.h> before using lst....
2012-02-28 Alexei Sheplyakov[BUGFIX] numeric::info(nonnegative): correctly handle...
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-10-28 Jens VollingaParser can now read GiNaC lists (lst) defined by braces.
2011-10-22 Richard KreckelFix warning "control reaches end of non-void function".
2011-07-26 Jens VollingaQuick and dirty bug fix for the parser to read GiNaC...
2011-07-22 Jens VollingaFixed a bug in the code for subsitutions in indexed...
2011-06-23 Vladimir V. KisilBe more careful before converting to indexed.
2011-06-12 Richard KreckelRelax assertion in clifford ctor.
2011-05-31 Richard KreckelCare about refcounts when reclaiming memory allocated...
2011-05-27 Richard KreckelJanitorial commit.
2011-05-22 Jens VollingaThis patch fixes a bug on machines where char is unsign...
2011-05-22 Alexei SheplyakovParser: don't bother to generate 3 (C++) functions...
2011-05-20 Jens VollingaLimiting the costly symmetrization tests inside simplif...
2011-05-20 Jens VollingaChanged naming convention for the library. Now, it...
2011-05-20 Richard KreckelFixed a bug introduced in last commit.
2011-05-20 Jens VollingaFixed a bug in is_polynomial() that caused expressions...
2011-05-19 Jens VollingaThe patch improves the run time at the expense of using...
2011-05-15 Richard KreckelFix mul::conjugate().
2011-04-09 Vladimir V. KisilAdd conjugate() methods to functions cosh, sinh, tanh.
2011-02-26 Alexei SheplyakovParser: don't bother to generate 3 (C++) functions...
2011-02-04 Richard KreckelExtend copyright to 2011.
2011-02-03 Richard KreckelFix compilation with clang.
2011-02-03 Richard KreckelDon't try to tie the library version to the package...
2011-02-03 Richard KreckelMerge branch 'master.msvc.support' of git://github...
2010-12-09 Alexei SheplyakovUse C style cast when converting void* into function...
2010-12-09 Jens VollingaAdded get_builtin_reader() that parses only the builtin...
2010-12-09 Jens VollingaFixed include of stdint.h (parser.cpp needs the header...
2010-12-09 Alexei SheplyakovFix the compliation error *for real* ... and restore...
2010-12-09 Alexei SheplyakovFix the compliation error *for real*
2010-12-09 Jens VollingaFixed memory leak.
2010-12-09 Jens VollingaFixed the fix in commit f059ebe117d15292e0d262e6e8e232e...
2010-12-09 Jens VollingaFixed dirty hack in parser to distinguish between seria...
2010-12-09 Jens VollingaFixed the parser such that it can read in user defined...
2010-12-09 Jens VollingaFixed cast that caused compile error on 64bit machines.
2010-12-09 Jens VollingaAllow user defined functions to be parsed.
2010-12-09 Alexei SheplyakovRevert "Changed the parser such that it understands...
2010-12-09 Richard KreckelMake symbol::name be initialized lazily. ginac_1-5
2010-12-09 Richard KreckelMake symbol::name be initialized lazily.
2010-12-04 Alexei Sheplyakov[PATCH 2/2] chinrem_gcd: return correct integer content...
2010-12-04 Alexei Sheplyakov[PATCH 1/2] extract_integer_content: check for rational...
2010-12-03 Alexei Sheplyakov[PATCH 2/2] chinrem_gcd: return correct integer content...
2010-12-03 Alexei Sheplyakov[PATCH 1/2] extract_integer_content: check for rational...
2010-11-26 Jan RheinländerOmit extra qualification (as in struct foo f() vs foo...
2010-11-26 Jan Rheinländer[msvc] Yet another compiler bug work around.
2010-11-26 Jan Rheinländer[msvc] Work around strange scoping and name mangling...
2010-11-26 Jan RheinländerAdd few defines for msvc (__func__, __alignof__).
2010-11-26 Jan Rheinländersymmetry::compare_same_type(): const-correctness fix
2010-11-26 Jan Rheinländerclifford: fix a few GCCisms (or, not).
2010-11-23 Alexei Sheplyakov[bugfix] chinrem_gcd: handle polynomials over rationals...
2010-11-23 Alexei Sheplyakov[bugfix] chinrem_gcd: handle polynomials over rationals...
2010-11-09 Alexei Sheplyakovpower::series(): handle someg (trivial) singularities...
2010-11-09 Alexei Sheplyakovpower::series(): handle someg (trivial) singularities...
2010-10-09 Alexei Sheplyakovmul: algebraic_subs_mul(), has(): don't write beyond...
2010-10-09 Alexei Sheplyakovmul: algebraic_subs_mul(), has(): don't write beyond...
2010-10-04 Alexei SheplyakovAvoid infinite loop when unarchiving realsymbol and...
2010-10-04 Alexei SheplyakovAvoid infinite loop when unarchiving realsymbol and...
2010-09-30 Alexei Sheplyakovncmul::eval(): don't write beyond the end of the vector.
2010-09-22 Richard KreckelMake sure add::eval() collects all numeric terms.
2010-09-22 Richard KreckelMake sure add::eval() collects all numeric terms.
2010-09-15 Richard KreckelBe more careful about final top-level substitution.
2010-09-15 Richard KreckelBe more careful about final top-level substitution.
2010-08-23 Alexei Sheplyakovpower::eval(): fix several memory leaks
2010-08-23 Alexei Sheplyakovfsolve: avoid useless numerical evaluation of the function
2010-08-23 Alexei Sheplyakovintegral::evalf(): don't attempt to ignore problems.
2010-08-23 Alexei Sheplyakovfsolve: check if evalf() return value is actually a...
2010-08-23 Alexei Sheplyakovpower::eval(): fix several memory leaks
2010-08-21 Alexei Sheplyakovfsolve: avoid useless numerical evaluation of the function
2010-08-21 Alexei Sheplyakovintegral::evalf(): don't attempt to ignore problems.
2010-08-21 Alexei Sheplyakovfsolve: check if evalf() return value is actually a...
2010-07-05 Alexei SheplyakovParser: handle abbreviations as advertized in the manual.
2010-07-05 Alexei SheplyakovParser: handle abbreviations as advertized in the manual.
2010-05-22 Richard KreckelBe more careful with conjugate(f(x)) -> f(conjugate...
2010-05-22 Richard KreckelBe more careful with conjugate(f(x)) -> f(conjugate...
2010-05-18 Richard KreckelFix dangerous iterator use.
2010-05-18 Richard KreckelFix dangerous iterator use.
2010-05-17 Alexei Sheplyakovpgcd(), chinrem_gcd(): use appropriate definition of...
2010-05-17 Alexei SheplyakovAdded `degree_vector' utility function.
2010-05-17 Alexei Sheplyakovprimpart_content: correctly handle monomials.
2010-05-17 Alexei Sheplyakovpgcd(): avoid infinite loop if the first GCD candidate...
2010-05-17 Alexei Sheplyakovpgcd(), chinrem_gcd(): use appropriate definition of...
2010-05-17 Alexei SheplyakovAdded `degree_vector' utility function.
2010-05-17 Alexei Sheplyakovprimpart_content: correctly handle monomials.
2010-05-17 Alexei Sheplyakovpgcd(): avoid infinite loop if the first GCD candidate...
2010-05-13 Richard KreckelFix memory leak in excompiler due to use of wrong opera...
2010-05-13 Richard KreckelFix memory leak in excompiler due to use of wrong opera...
2010-04-27 Richard KreckelFix weird ctor invocation syntax.
2010-04-27 Richard KreckelFix weird ctor invocation syntax.
next