]> www.ginac.de Git - ginac.git/history - ginac
Shut up recent automake warning.
[ginac.git] / ginac /
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-25 Jens VollingaFixed a bug in atan2. It gave a division by zero error...
2010-03-05 Jens VollingaCopyright goes 2010.
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-02-24 Alexei Sheplyakovpgcd(): detect relatively prime polynomials properly...
2010-01-14 Alexei SheplyakovUse C style cast when converting void* into function...
2009-10-11 Richard KreckelAdd mul::info() and add::info() support for numeric...
2009-10-11 Richard KreckelAdd mul::info() and add::info() support for numeric...
2009-10-04 Richard KreckelMerge branch 'ginac_1-5' of ssh://www.ginac.de/srv...
2009-10-04 Richard KreckelOutput LaTeX-symbols using \mathrm, instead of \mbox.
2009-10-04 Richard KreckelOutput LaTeX-symbols using \mathrm, instead of \mbox.
2009-10-04 Jens VollingaMoved header includes to source files to avoid pollutin...
2009-08-10 Alexei Sheplyakovncmul::eval(): don't write beyond the end of the vector.
2009-08-09 Alexei Sheplyakovmodular_matrix: don't use STL iterators in {mul, sub...
2009-08-09 Alexei Sheplyakovmodular_matrix: don't use STL iterators in {mul, sub...
2009-08-09 Jens VollingaAdded get_builtin_reader() that parses only the builtin...
2009-08-09 Jens VollingaFixed include of stdint.h (parser.cpp needs the header...
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-08-09 Alexei SheplyakovFix the compliation error *for real* ... and restore...
2009-08-09 Alexei SheplyakovFix the compliation error *for real*
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-31 Jens VollingaFixed memory leak.
2009-07-31 Jens VollingaFixed the fix in commit f059ebe117d15292e0d262e6e8e232e...
2009-07-31 Jens VollingaFixed dirty hack in parser to distinguish between seria...
2009-07-31 Jens VollingaFixed the parser such that it can read in user defined...
2009-07-31 Jens VollingaFixed cast that caused compile error on 64bit machines.
2009-07-15 Jens VollingaAllow underscores in identifiers.
2009-07-15 Jens VollingaAllow user defined functions to be parsed.
2009-07-15 Jens VollingaAllow underscores in identifiers.
2009-07-10 Jens VollingaChanged the parser such that it understands all defined...
2009-05-02 Jens VollingaAdded include for cstdio header.
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-25 Alexei Sheplyakovcalchash(): work around broken RTTI.
2009-02-25 Alexei SheplyakovFix compilation failure due to (template) operator...
2009-02-06 Jens VollingaMissed to change one date in function.pl.
2009-02-06 Jens VollingaPrettified source code.
2009-02-06 Alexei SheplyakovFix chinese_remainder() so modular GCD actually works.
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-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 Alexei Sheplyakov[PATCH] [build] Simplify generation of ginac/version.h
2008-12-01 Jens VollingaFixed a problem in polynomial divide by deactivating...
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 VollingaUnivariate Hensel lifting now uses upoly.
2008-11-05 Alexei Sheplyakov[bugfix] integer_cra: check if arguments contain at...
2008-11-05 Jens VollingaChanged debugging facilities in factor.cpp.
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 SheplyakovDon't force every algebraic class to implement archivin...
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.
2008-10-19 Alexei Sheplyakovptr.h: use unsigned int to store reference counts ...
2008-10-19 Alexei SheplyakovRewritten heuristic and PRS GCD for univariate polynomi...
2008-10-14 Alexei Sheplyakovpolynomial: introduce a helper function to divide polyn...
2008-10-14 Alexei Sheplyakovmod_gcd: naive hack to chose a 'good' prime (to speed...
2008-09-30 Alexei Sheplyakov[bugfix] remainder_in_ring: using exact division is...
2008-09-30 Alexei Sheplyakov[bugfix] normalize_in_ring: don't set the leading coeff...
2008-09-30 Alexei Sheplyakov[trivial] excompiler.cpp: shut up some silly compiler...
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-29 Jens VollingaReplaced class UniPoly by cl_UP_MI.
2008-09-26 Jens Vollinga- Added options argument to factor(). Added flag factor...
2008-09-20 Alexei SheplyakovImplemented modular GCD algorithm for univariate polyno...
2008-09-19 Alexei SheplyakovWipe out the old (bison/flex generated) parser.
2008-09-19 Alexei SheplyakovUse the new parser in the ex(const string&, lst&) ctor.
2008-09-19 Alexei SheplyakovParser can parse (some) floating point numbers now.
2008-09-19 Alexei Sheplyakovparser: add necessary checks to operator() to stop...
2008-09-19 Alexei Sheplyakov[bugfix] parser::parse_literal_expr(): don't forget...
2008-09-19 Alexei Sheplyakov[bugfix]: parser::parse_unary_expr() parses '-a-b'...
2008-09-19 Alexei Sheplyakovginac.h: include parser.hpp
2008-09-19 Alexei Sheplyakovparser: change order of the constructor optional arguments.
2008-09-19 Alexei Sheplyakovparser: allow read/write access to symbol table and...
2008-09-19 Alexei Sheplyakovparser: map input strings onto arbitrary expressions...
2008-09-19 Alexei Sheplyakov[BUGFIX] parser.hpp: fix include guard so the header...
next