]> www.ginac.de Git - ginac.git/history - ginac/normal.cpp
[BUGFIX] Fix crash in parser.
[ginac.git] / ginac / normal.cpp
2024-01-04 Richard KreckelHappy New Year!
2023-02-11 Richard Kreckel[DOC] Fix some Doxygen references.
2023-01-01 Richard KreckelHappy New Year!
2022-09-18 Richard KreckelFix -Wsign-compare warnings in new code.
2022-09-18 Richard KreckelMake sqrfree_parfrac() work in the general case and...
2022-02-15 Richard KreckelFix some compiler warnings.
2022-01-13 Vladimir V. KisilFix power::to_polynomial() for posint exponents.
2022-01-01 Richard KreckelFinalize 1.8.2 release. release_1-8-2
2021-08-08 Vladimir V. Kisil[BUGFIX] Fix a bug in normal() method.
2021-04-05 Vladimir V. Kisil[PATCH] Improve normalisation of negative exponents.
2021-01-01 Richard KreckelHappy New Year!
2020-10-11 Vladimir V. Kisil[PATCH 3/3] Stronger normalisation method for powers.
2020-10-11 Vladimir V. Kisil[PATCH 2/3] Make a stronger normalisation for expressio...
2020-08-21 Richard KreckelAvoid unnecessary expansion in sqrfree_yun().
2020-08-03 Richard KreckelMake workarounds for sqrfree_yun() obsolete.
2020-07-27 Vladimir V. KisilFix of a bug in sqrfree_parfrac() related to Yun factor...
2020-06-22 Vladimir V. Kisil[BUGFIX] Prevent crashes in find_common_factor()
2020-01-01 Richard KreckelHappy New Year!
2019-02-16 Richard KreckelHappy New Year!
2018-01-31 Richard KreckelFix two comments in ginac/normal.cpp.
2018-01-31 Richard KreckelImprove gcd(a, b) where one argument is a power of...
2018-01-25 Richard KreckelFix previous commit 'Speed up special cases of square...
2018-01-24 Richard KreckelSpeed up special cases of square-free factorization.
2018-01-01 Richard KreckelHappy New Year!
2017-01-09 Richard KreckelHappy New Year!
2016-04-13 Richard KreckelFix typos in comments.
2016-04-05 Richard KreckelMerge branch 'c++11' in preparation for version 1.7.0.
2016-03-12 Richard KreckelRemove ex::to_rational(lst) and ex::to_polynomial(lst).
2016-02-25 Richard KreckelUse C++11 'auto' and range-based for loops where possible.
2016-02-06 Richard KreckelFix a comment.
2016-02-06 Richard Kreckelspeed up multiply_lcm(e, lcm) a bit
2016-02-06 Richard Kreckel[bugfix] fix elusive bug in quo, rem,...
2016-02-05 Richard Kreckel[bugfix] fix elusive bug in quo, rem,...
2016-02-03 Richard Kreckel[bugfix] fix sqrfree(poly) for zero polynomials in...
2016-02-03 Richard Kreckel[bugfix] fix sqrfree(poly) for zero polynomials in...
2016-01-28 Richard KreckelRemove 'level' argument of normal().
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelHappy New Year!
2015-12-16 Richard KreckelMerge some cosmetic patches.
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-12-16 Richard KreckelMake add::eval(), mul::eval() work without compromise.
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
2015-11-26 Richard KreckelUse initializer lists to construct container<>, lst.
2015-11-26 Richard KreckelMake ample use of the contextual keyword 'override'.
2015-11-23 Richard KreckelConvert some more ctors from copying to moving STL...
2015-11-03 Richard KreckelFix most remaining GCC compiler warnings.
2015-11-03 Richard KreckelUse C++11 range-based foor loops and auto, where possible.
2015-11-01 Richard KreckelReplace use of NULL by C++11 nullptr.
2015-11-01 Richard KreckelRemove dependence on depreacted std::auto_ptr<T>.
2015-10-10 Richard KreckelFix some apparent typos and misindentations 2.
2015-07-31 Richard KreckelFix some apparent typos and misindentations.
2015-03-14 Ladislav ZejdaImprove normalization with nested functions.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2011-02-04 Richard KreckelExtend copyright to 2011.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-02-06 Jens VollingaPrettified source code.
2009-02-03 Alexei SheplyakovImplement modular multivariate GCD (based on chinese...
2008-12-01 Jens VollingaFixed a problem in polynomial divide by deactivating...
2008-08-27 Alexei Sheplyakovgcd_pf_pow_pow: deobfuscate a little bit (no functional...
2008-08-27 Alexei Sheplyakovgcd_pf_pow: get rid of duplicate code.
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_pow_pow: gcd helper to handle partiall...
2008-08-27 Alexei Sheplyakovgcd_pf_{pow, mul}: don't check if the arguments are...
2008-08-27 Alexei Sheplyakovgcd_pf_mul: get rid of duplicate code.
2008-08-27 Alexei Sheplyakovgcd(): allow user to override (some of) heuristics.
2008-08-27 Alexei Sheplyakovrefactor gcd() a little bit (no functional changes).
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_mul: gcd helper to handle partially...
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_pow: gcd helper to handle partially...
2008-08-27 Alexei Sheplyakovgcd: allow user to override (some of) heuristics.
2008-06-24 Jens VollingaImprove heur_gcd() so it can handle rational polynomial...
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-26 Richard B. KreckelMerge git://www.ginac.de/ginac
2008-03-25 Richard B. KreckelHappy new year!
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-12-03 Richard Kreckel* Avoid bad choice of main variable in heuristic gcd...
2006-11-22 Chris DamsAlexeis patches for better handling of collect_common_f...
2006-04-04 Chris DamsAlexei Sheplyakovs patch for making collect_common_fact...
2005-06-30 Jens Vollingacollect_common_factors now works with powers [A.Sheplyakov]
2005-06-29 Jens VollingaFixed initialization order bug (references to flyweight...
2005-05-09 Jens VollingaGCD avoids to produce expanded expressions (Alexei...
2005-05-04 Jens VollingaFixed bug in gcd (patch from Sheplyakov Alexei).
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2004-12-29 Christian Bauerreplaced non-ASCII characters
2004-11-15 Christian Bauerexplain what we mean by "cofactor"
2004-08-20 Christian Bauer- added ex::unitcontprim()
2004-08-02 Christian Bauerinteger_content()/content()/primpart() work with polyno...
2004-07-10 Richard Kreckel* Check polynomialism of resultant() args.
2004-06-28 Richard Kreckel* Added resultant() function (by Ralf Stephan <ralf...
2004-01-08 Christian BauerHappy New Year!
2003-10-17 Christian Bauersynced to 1.1
2003-09-04 Christian Bauerthe old methods of ex remain for compatibility
2003-08-24 Christian Bauer- quo(), rem(), prem(), sprem() and decomp_rational...
2003-08-21 Christian Baueroperator[] -> insert() (probably more efficient)
2003-07-21 Christian Bauernormal() uses an additional reverse lookup map
2003-07-21 Christian Bauergenerous use of subs_options::no_pattern
2003-07-11 Christian Bauersubs() and normal() use maps instead of lists, resultin...
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
next