]> www.ginac.de Git - ginac.git/shortlog
ginac.git
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-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-15 Richard KreckelBe more careful about final top-level substitution.
2010-09-13 Richard KreckelFix autoconf warning about AC_INIT use.
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-06 Jens VollingaRemoved trailing spaces.
2010-07-06 Jens VollingaTexinfo interprets @strong{Note...} as a cross referenc...
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-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 Richard KreckelFix URL of CODA.
2010-05-13 Richard KreckelFix memory leak in excompiler due to use of wrong opera...
2010-05-13 Richard KreckelExplicit function disambiguation.
2010-04-27 Richard KreckelFix weird ctor invocation syntax.
2010-03-28 Jens VollingaProducts (class mul) now answer correctly to info_flags...
2010-03-25 Richard KreckelReally fixed the atan2(-Pi, 0) bug.
2010-03-25 Richard KreckelMerge branch 'master' of ssh://www.ginac.de/srv/git...
2010-03-25 Jens VollingaFixed a bug in atan2. It gave a division by zero error...
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2010-02-24 Alexei Sheplyakovpgcd(): detect relatively prime polynomials properly...
2010-01-14 Alexei SheplyakovInstall the ginac-excompiler script iff excompiler...
2009-11-04 Richard KreckelFix libtool versioning fiasco.
2009-10-11 Richard KreckelAdd mul::info() and add::info() support for numeric...
2009-10-04 Richard KreckelOutput LaTeX-symbols using \mathrm, instead of \mbox.
2009-09-29 Richard KreckelRemove debian/ directory.
2009-09-29 Richard KreckelProperly document how to deal with libtool versioning.
2009-08-09 Alexei Sheplyakovmodular_matrix: don't use STL iterators in {mul, sub...
2009-08-09 Alexei Sheplyakovshaker_sort, permutation_sign: fix invalid use of STL...
2009-08-09 Alexei Sheplyakovsymmetry::calchash(): be careful to not dereference...
2009-08-09 Alexei Sheplyakovcheck_parameter_G: fix pontential increment of end().
2009-08-09 Alexei SheplyakovG_eval: fix incorrect use of STL iterator.
2009-07-15 Jens VollingaAllow underscores in identifiers.
2009-07-10 Jens VollingaChanged the parser such that it understands all defined...
2009-07-10 Jens VollingaFixed manual to correctly explain return_type_tinfo().
2009-06-10 Jens VollingaRaised required version of CLN to 1.2.2.
2009-04-24 Jens VollingaAdded include for cstdio header.
2009-02-25 Alexei Sheplyakovcalchash(): work around broken RTTI.
2009-02-25 Alexei SheplyakovFix compilation failure due to (template) operator...
2009-02-17 Alexei SheplyakovUnivariate GCD timing: use sr_gcd when appropriate. release_1-5-0
2009-02-17 Alexei SheplyakovPolished NEWS a little bit.
2009-02-17 Jens VollingaAdded release date.
2009-02-06 Jens VollingaAdjusted NEWS and INSTALL documentation.
2009-02-06 Jens VollingaMissed to change one date in function.pl.
2009-02-06 Jens VollingaChanged name of debugging macro (to avoid warning cause...
2009-02-06 Jens VollingaFixed returning of test result (++result was +result).
2009-02-06 Jens VollingaPrettified source code.
2009-02-06 Alexei SheplyakovFix chinese_remainder() so modular GCD actually works.
2009-02-06 Jens VollingaAutomake now needs to be version >=1.8. Older versions...
2009-02-05 Jens VollingaRenamed files *.tcc and *.hpp to *.h.
2009-02-03 Jens VollingaFixed compile errors introduced in previous commit
2009-02-03 Alexei SheplyakovImplement modular multivariate GCD (based on chinese...
2009-02-03 Alexei SheplyakovImprove (fix?) smod: now it really converts into symmet...
2009-02-03 Alexei SheplyakovFix copy-paste error in GINACLIB_MICRO_VERSION.
2009-01-08 Jens VollingaFixed bug in binomial(). binomial(n,0) erroneously...
2008-12-18 Jens VollingaSmall fixes to avoid compile warnings (-Wall).
2008-12-18 Jens VollingaFixed bug in multivariate factorization. Fractional...
2008-12-01 Jens VollingaAdded new items.
2008-12-01 Alexei Sheplyakov[PATCH] [build] Simplify generation of ginac/version.h
2008-12-01 Alexei Sheplyakov[PATCH] Fix GiNaC library version information.
2008-12-01 Jens VollingaFixed a problem in polynomial divide by deactivating...
2008-11-14 Jens VollingaAdded section about factor(). Made appropriate changes...
2008-11-13 Jens VollingaAdded many comments.
2008-11-13 Jens VollingaFixed lots of bugs in factor_multivariate().
2008-11-11 Jens VollingaFixed a bug in squarefree(). Some polynomials were...
2008-11-10 Jens VollingaAdded modular square free factorization.
2008-11-06 Jens VollingaStupid error: did the revert on the wrong branch (maste...
2008-11-06 Jens VollingaRevert "[portability] GiNaC::compile_ex works on OpenBS...
2008-11-06 Jens VollingaUnivariate Hensel lifting now uses upoly.
2008-11-05 Paul IroftiEquip ginac-examples.texi with directory entry for...
2008-11-05 Alexei Sheplyakov[portability] GiNaC::compile_ex works on OpenBSD now.
2008-11-05 Alexei Sheplyakov[build] Set correct rpath for linking with CLN...
2008-11-05 Alexei Sheplyakov[bugfix] integer_cra: check if arguments contain at...
2008-11-05 Alexei Sheplyakovexam_cra: explicitly #include <limits>. This should...
2008-11-05 Jens VollingaChanged debugging facilities in factor.cpp.
2008-11-05 Jens VollingaFixed some minor spelling errors.
2008-11-05 Jens VollingaChanged code from using cl_UP_MI to using umodpoly...
2008-11-03 Jens VollingaAdded code for distinct degree factorization.
2008-10-19 Alexei Sheplyakovtutorial: simplify the instructions on writing extensio...
2008-10-19 Alexei SheplyakovDon't force every algebraic class to implement archivin...
2008-10-19 Alexei Sheplyakovtutorial: don't mention custom RTTI any more (as it...
2008-10-19 Alexei Sheplyakovsymbol: make get_domain() a virtual method, remove...
2008-10-19 Alexei Sheplyakovsymbol: don't bother to set TeX name if user did not...
2008-10-19 Alexei Sheplyakovsymbol: remove return_type_tinfo() and return_type...
2008-10-19 Alexei SheplyakovWipe out remnants of custom RTTI.
2008-10-19 Alexei Sheplyakovregistered_class_info: use typeid() instead of tinfo_st...
2008-10-19 Alexei SheplyakovA better return_type_tinfo() mechanism.
2008-10-19 Alexei Sheplyakovcalchash(): use type_info::name() instead of tinfo().
2008-10-19 Alexei Sheplyakovindexed::eval: use standard C++ RTTI.
2008-10-19 Alexei Sheplyakovbasic, expairseq: use standard C++ RTTI in compare...
2008-10-19 Alexei Sheplyakovis_exactly_a: use typeid() to check the type of expression.
next